Skip to content

Commit

Permalink
chore(main): release 17.23.0 (#6513)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Apr 25, 2024
1 parent d74af71 commit b91ac86
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.23.0](https://github.com/netlify/cli/compare/v17.22.1...v17.23.0) (2024-04-25)


### Features

* custom rate limit rules payload ([#6503](https://github.com/netlify/cli/issues/6503)) ([79e22fd](https://github.com/netlify/cli/commit/79e22fdff9cfb33316fa278774ed553d0aac0ca0))


### Bug Fixes

* **deps:** update dependency @bugsnag/js to v7.22.7 ([#6519](https://github.com/netlify/cli/issues/6519)) ([0ba96d2](https://github.com/netlify/cli/commit/0ba96d2dfe9028ed106ae02d92acd4ebec2d67e4))
* **deps:** update dependency @fastify/static to v6.12.0 ([#6521](https://github.com/netlify/cli/issues/6521)) ([3433250](https://github.com/netlify/cli/commit/3433250ac5624660f70c52ace52f788a32c8b287))
* **deps:** update dependency @netlify/build to v29.40.0 ([#6515](https://github.com/netlify/cli/issues/6515)) ([f0af180](https://github.com/netlify/cli/commit/f0af1806abaa4230e7495bd37e80ca3dd57fdf17))
* **deps:** update dependency @netlify/edge-bundler to v11.4.0 ([#6512](https://github.com/netlify/cli/issues/6512)) ([cbb377f](https://github.com/netlify/cli/commit/cbb377f7d5eefe2f4003c91ee1fa8a3d5a62dc9e))
* **deps:** update dependency @netlify/edge-bundler to v12 ([#6526](https://github.com/netlify/cli/issues/6526)) ([8269f26](https://github.com/netlify/cli/commit/8269f26e58769fd4d474e9a734581b056785184c))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.0 ([#6517](https://github.com/netlify/cli/issues/6517)) ([4e4f844](https://github.com/netlify/cli/commit/4e4f844b4f866ed8f3c55004c34ae8422fe3de4d))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.1 ([#6528](https://github.com/netlify/cli/issues/6528)) ([31114d9](https://github.com/netlify/cli/commit/31114d9a29e6ca1f47dc2ad66ca58536ea2b428f))
* **deps:** update dependency get-port to v7 ([#5786](https://github.com/netlify/cli/issues/5786)) ([fd37f4f](https://github.com/netlify/cli/commit/fd37f4fd9ddbedbd4a0162ae58ddcf7953445b4d))
* **deps:** update dependency https-proxy-agent to v7 ([#5789](https://github.com/netlify/cli/issues/5789)) ([b51c01c](https://github.com/netlify/cli/commit/b51c01c2559d60f5ee8ed2228a6361ee9bf0243b))
* **deps:** update dependency semver to v7.6.0 ([#5979](https://github.com/netlify/cli/issues/5979)) ([c20c089](https://github.com/netlify/cli/commit/c20c08990191e2b91e2ece401bed32ce5901525b))
* **deps:** update dependency uuid to v9.0.1 ([#6466](https://github.com/netlify/cli/issues/6466)) ([3923185](https://github.com/netlify/cli/commit/3923185867ed34b8213526794b9b8dd02f7427c8))
* **deps:** update netlify packages ([#6525](https://github.com/netlify/cli/issues/6525)) ([22dff9e](https://github.com/netlify/cli/commit/22dff9ed0404d7d26c4341cea47024de46454dee))
* import function template metadata as module ([#6516](https://github.com/netlify/cli/issues/6516)) ([ffe8696](https://github.com/netlify/cli/commit/ffe869652adbfb633be0f27cacf261c0762ef0bb))

## [17.22.1](https://github.com/netlify/cli/compare/v17.22.0...v17.22.1) (2024-04-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "17.22.1",
"version": "17.23.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit b91ac86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,345
  • Package size: 313 MB
  • Number of ts-expect-error directives: 1,001

Please sign in to comment.