Skip to content

Commit

Permalink
chore(main): release 17.23.2 (#6539)
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 7, 2024
1 parent a3c496b commit 149d2ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



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


### Bug Fixes

* bump node in CI actions ([#6542](https://github.com/netlify/cli/issues/6542)) ([2c27e2c](https://github.com/netlify/cli/commit/2c27e2c167ad1e153aab8b606db4ced8db9143f3))
* **deps:** update dependency chalk to v5.3.0 ([#6537](https://github.com/netlify/cli/issues/6537)) ([8803309](https://github.com/netlify/cli/commit/8803309af3ece5855f5789f4785bac03d27f826b))
* **deps:** update dependency chokidar to v3.6.0 ([#6538](https://github.com/netlify/cli/issues/6538)) ([0ca4ac8](https://github.com/netlify/cli/commit/0ca4ac8a5b2eab93659d33f4b36ccad6ca572408))
* do not prompt for project if `--cwd` was provided ([#6362](https://github.com/netlify/cli/issues/6362)) ([7e13196](https://github.com/netlify/cli/commit/7e131964dc6579e19c2bb58f8f1a7c30ec431bce)), closes [#5977](https://github.com/netlify/cli/issues/5977)
* don't prompt for input when running in CI ([#6541](https://github.com/netlify/cli/issues/6541)) ([a3c496b](https://github.com/netlify/cli/commit/a3c496bd8ba08c4b684101625dde3c64826e7af5))

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


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.23.1",
"version": "17.23.2",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 149d2ae

@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,329
  • Package size: 310 MB
  • Number of ts-expect-error directives: 997

Please sign in to comment.