Skip to content

Commit

Permalink
chore(main): release 17.23.3 (#6561)
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 May 13, 2024
1 parent e48529e commit 5e716c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.23.3](https://github.com/netlify/cli/compare/v17.23.2...v17.23.3) (2024-05-13)


### Bug Fixes

* **deps:** update dependency @netlify/edge-functions to v2.6.1 ([#6547](https://github.com/netlify/cli/issues/6547)) ([9fb7d77](https://github.com/netlify/cli/commit/9fb7d77e6c53ca4c15a25ab6750bd9446fab0576))
* **deps:** update dependency @netlify/edge-functions to v2.7.0 ([#6570](https://github.com/netlify/cli/issues/6570)) ([366b156](https://github.com/netlify/cli/commit/366b1562e9039a1c4639f6bd6bee10752a6395b9))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.2 ([#6560](https://github.com/netlify/cli/issues/6560)) ([2f67773](https://github.com/netlify/cli/commit/2f67773c360efd09d47685a68264aef1d068388a))
* **deps:** update dependency semver to v7.6.2 ([#6577](https://github.com/netlify/cli/issues/6577)) ([6887884](https://github.com/netlify/cli/commit/68878842d35be3e4f5ff21f9f6defcd30723e1b1))
* **deps:** update netlify packages ([#6565](https://github.com/netlify/cli/issues/6565)) ([b783823](https://github.com/netlify/cli/commit/b7838235bb1b75b19207b3e4304e5159945849ab))
* framework detection test race condition ([#6564](https://github.com/netlify/cli/issues/6564)) ([a79430f](https://github.com/netlify/cli/commit/a79430fd17d88a850f365fd8fdaceae521fcc42f))
* respect `excludedPattern` defined in netlify.toml ([#6533](https://github.com/netlify/cli/issues/6533)) ([1729ef0](https://github.com/netlify/cli/commit/1729ef006ef364e9f5a6433ca1fefc54ba648f8f))
* specified dev command should fix the case of multiple detected commands ([#6579](https://github.com/netlify/cli/issues/6579)) ([e48529e](https://github.com/netlify/cli/commit/e48529ee1c975f35db28f3ca3182e6375b104927))

## [17.23.2](https://github.com/netlify/cli/compare/v17.23.1...v17.23.2) (2024-05-07)


Expand Down
22 changes: 2 additions & 20 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "17.23.2",
"version": "17.23.3",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 5e716c0

@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,347
  • Package size: 312 MB
  • Number of ts-expect-error directives: 993

Please sign in to comment.