Skip to content

Commit

Permalink
Merge branch 'main' into refactor/replace-got/rules-proxy.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hereje authored Dec 5, 2023
2 parents 46251aa + 33177fc commit 10dd5a7
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 81 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.9.0](https://github.com/netlify/cli/compare/v17.8.1...v17.9.0) (2023-12-04)


### Features

* set Netlify environment variables in edge functions ([#6229](https://github.com/netlify/cli/issues/6229)) ([3268f29](https://github.com/netlify/cli/commit/3268f29d9e94b52cf07819b3a83b7886d8330c1e))


### Bug Fixes

* **deps:** update dependency @netlify/build to v29.29.4 ([#6238](https://github.com/netlify/cli/issues/6238)) ([9a48cb5](https://github.com/netlify/cli/commit/9a48cb5f8a9b1444bc35339d68cb58e0de75a606))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.28.1 ([#6237](https://github.com/netlify/cli/issues/6237)) ([042cc23](https://github.com/netlify/cli/commit/042cc237265c914e801c306a8c4350def42aa271))
* **deps:** update netlify packages ([#6227](https://github.com/netlify/cli/issues/6227)) ([d37ec4b](https://github.com/netlify/cli/commit/d37ec4b2b891b2222c91335eb7f048fb34907c9b))

## [17.8.1](https://github.com/netlify/cli/compare/v17.8.0...v17.8.1) (2023-11-28)


Expand Down
183 changes: 106 additions & 77 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions 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.8.1",
"version": "17.9.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down Expand Up @@ -81,12 +81,12 @@
"@bugsnag/js": "7.20.2",
"@fastify/static": "6.10.2",
"@netlify/blobs": "6.3.1",
"@netlify/build": "29.29.2",
"@netlify/build": "29.29.4",
"@netlify/build-info": "7.11.1",
"@netlify/config": "20.10.0",
"@netlify/edge-bundler": "10.1.3",
"@netlify/local-functions-proxy": "1.1.1",
"@netlify/zip-it-and-ship-it": "9.27.0",
"@netlify/zip-it-and-ship-it": "9.28.1",
"@octokit/rest": "19.0.13",
"ansi-escapes": "6.2.0",
"ansi-styles": "6.2.1",
Expand Down Expand Up @@ -200,7 +200,7 @@
"@types/prettyjson": "0.0.30",
"@types/semver": "7.5.0",
"@types/uuid": "9.0.7",
"@types/ws": "8.5.9",
"@types/ws": "8.5.10",
"@vitest/coverage-v8": "1.0.0-beta.4",
"c8": "7.14.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
Expand Down
Loading

0 comments on commit 10dd5a7

Please sign in to comment.