Skip to content

Commit f12cc40

Browse files
authored
Merge branch 'main' into port-in-use
2 parents 0451762 + 17223d5 commit f12cc40

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29)
17+
18+
19+
### Bug Fixes
20+
21+
* add zsh autocomplete setup and file permissions instructions to completion:install ([#6882](https://github.com/netlify/cli/issues/6882)) ([75c0e7b](https://github.com/netlify/cli/commit/75c0e7b5e7e7e0db61ca4c0a8b7df8a5f5b9fd6e))
22+
* **deps:** update dependency @netlify/build to v29.55.4 ([#6892](https://github.com/netlify/cli/issues/6892)) ([da3563b](https://github.com/netlify/cli/commit/da3563b7e3059305bfb742d5ef5f6418d11a1208))
23+
* **deps:** update dependency @netlify/build to v29.56.0 ([#6906](https://github.com/netlify/cli/issues/6906)) ([e63a9c2](https://github.com/netlify/cli/commit/e63a9c275eaf3845102276d12ac7acd20075c5fa))
24+
* **deps:** update dependency @types/node to v20.17.1 ([#6903](https://github.com/netlify/cli/issues/6903)) ([93a728b](https://github.com/netlify/cli/commit/93a728b93964be16ff1d64e9a2f3ae5e7f2bafde))
25+
* **deps:** update dependency ws to v8.18.0 ([#6904](https://github.com/netlify/cli/issues/6904)) ([89e814d](https://github.com/netlify/cli/commit/89e814dd3ad950f50a5fedcc353972bb03db051e))
26+
* **deps:** update netlify packages ([#6891](https://github.com/netlify/cli/issues/6891)) ([8db8a3a](https://github.com/netlify/cli/commit/8db8a3a31bd65cf040f5d752dac58659d4eff673))
27+
* **deps:** update netlify packages ([#6899](https://github.com/netlify/cli/issues/6899)) ([62d3123](https://github.com/netlify/cli/commit/62d312335fa1fa1a4f857472b7e3c6bacc506a23))
28+
* improve console message when unlinking from directory without a netlify.toml ([#6897](https://github.com/netlify/cli/issues/6897)) ([622098e](https://github.com/netlify/cli/commit/622098e3a5d6463147cae420df235e14353b4c74))
29+
* link --name prefers exact match if exists, first match otherwise ([#6865](https://github.com/netlify/cli/issues/6865)) ([6a15c79](https://github.com/netlify/cli/commit/6a15c79843cc2f9af4571fcb630aabc9a2f4c8e0))
30+
* logs: deploy command instructs user to link to a site if one is … ([#6867](https://github.com/netlify/cli/issues/6867)) ([98763f7](https://github.com/netlify/cli/commit/98763f72f7aa6176e1625b81ba143a62f9984c3b))
31+
* updated error message for attempting to deploy a site with a bad… ([#6884](https://github.com/netlify/cli/issues/6884)) ([9cb44c5](https://github.com/netlify/cli/commit/9cb44c551262c1436776023d8048fa3ff4ad6f5e))
32+
1633
## [17.37.1](https://github.com/netlify/cli/compare/v17.37.0...v17.37.1) (2024-10-17)
1734

1835

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "17.37.1",
4+
"version": "17.37.2",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {
@@ -74,7 +74,7 @@
7474
"@bugsnag/js": "7.25.0",
7575
"@fastify/static": "7.0.4",
7676
"@netlify/blobs": "8.1.0",
77-
"@netlify/build": "29.55.5",
77+
"@netlify/build": "29.56.0",
7878
"@netlify/build-info": "7.15.2",
7979
"@netlify/config": "20.19.0",
8080
"@netlify/edge-bundler": "12.2.3",

0 commit comments

Comments
 (0)