Skip to content

Commit 6d9315b

Browse files
chore(main): release 17.38.0 (#6911)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4433131 commit 6d9315b

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [17.38.0](https://github.com/netlify/cli/compare/v17.37.2...v17.38.0) (2024-12-03)
17+
18+
19+
### Features
20+
21+
* add confirmation prompts to unsafe cli commands ([#6878](https://github.com/netlify/cli/issues/6878)) ([fd77a12](https://github.com/netlify/cli/commit/fd77a125448b67bb03aaee46589371f81bab676b))
22+
* implemented flag conflicts in `deploy.ts` ([#6909](https://github.com/netlify/cli/issues/6909)) ([4e668f2](https://github.com/netlify/cli/commit/4e668f252ef3011e1a08ee5826f30423256be000))
23+
* port in use ([#6887](https://github.com/netlify/cli/issues/6887)) ([652f20a](https://github.com/netlify/cli/commit/652f20a7e63c0efdada377303445352a36c76f4e))
24+
* **sites-create-template:** auto-link cloned repo to the created netlify site ([#6914](https://github.com/netlify/cli/issues/6914)) ([89be8a6](https://github.com/netlify/cli/commit/89be8a63f7d100a74524f2b19eafdfb2fbc6588d))
25+
* update function templates to v2 ([#6939](https://github.com/netlify/cli/issues/6939)) ([40dafd5](https://github.com/netlify/cli/commit/40dafd55e474ce36d8d342edd788ececc10b94dc))
26+
27+
28+
### Bug Fixes
29+
30+
* check ip version if settings.useStaticServer ([#6936](https://github.com/netlify/cli/issues/6936)) ([be6b07e](https://github.com/netlify/cli/commit/be6b07e6a159115795c70f677495b1048b6ff4e1))
31+
* **deps:** update dependency @netlify/edge-functions to v2.11.1 ([#6772](https://github.com/netlify/cli/issues/6772)) ([cd7aeed](https://github.com/netlify/cli/commit/cd7aeed3eb83a9c5d3ebda5dffd65e0c69f8e107))
32+
* **deps:** update dependency @sanity/client to v6 ([#6650](https://github.com/netlify/cli/issues/6650)) ([fdaabc0](https://github.com/netlify/cli/commit/fdaabc0d7b3e93c0c7337c29b5ad44f13e596e18))
33+
* **deps:** update dependency @types/node to v20.17.6 ([#6918](https://github.com/netlify/cli/issues/6918)) ([9c4eb22](https://github.com/netlify/cli/commit/9c4eb226c1b187e879266a87fce021dd7251c2a6))
34+
* **deps:** update dependency @types/node to v20.17.7 ([#6933](https://github.com/netlify/cli/issues/6933)) ([fce5cc3](https://github.com/netlify/cli/commit/fce5cc37bf50d8e0cdf82fecd2d54e69e67bb661))
35+
* **deps:** update dependency @types/node to v22.10.1 ([#6942](https://github.com/netlify/cli/issues/6942)) ([2218116](https://github.com/netlify/cli/commit/221811680daabb906dccca33cc30d5ef8dca91a8))
36+
* **deps:** update dependency ci-info to v4.1.0 ([#6925](https://github.com/netlify/cli/issues/6925)) ([f4eca65](https://github.com/netlify/cli/commit/f4eca65c9dd2dc3a127b75b2a62c12fe99d344ef))
37+
* **deps:** update dependency ora to v8.1.1 ([#6919](https://github.com/netlify/cli/issues/6919)) ([f89b707](https://github.com/netlify/cli/commit/f89b7072de186cbd5b48cf1a59a6036d33116664))
38+
* **deps:** update netlify packages ([#6922](https://github.com/netlify/cli/issues/6922)) ([96f64ef](https://github.com/netlify/cli/commit/96f64efe20395c4643af43caac4673f8ac9d672b))
39+
* **deps:** update rust crate lambda_runtime to 0.13.0 ([#6920](https://github.com/netlify/cli/issues/6920)) ([f48841c](https://github.com/netlify/cli/commit/f48841ceb7288c7326744ce5bd6ee73b496fd674))
40+
* make outputs more user-friendly for `sites:create-template` ([#6915](https://github.com/netlify/cli/issues/6915)) ([d132ddd](https://github.com/netlify/cli/commit/d132dddd50328165d47fd7c19e90502d34fc866c))
41+
* prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template ([#6908](https://github.com/netlify/cli/issues/6908)) ([a1000b3](https://github.com/netlify/cli/commit/a1000b3d3834e691c089e8c925315e20815f79e6))
42+
1643
## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29)
1744

1845

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.2",
4+
"version": "17.38.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)