Skip to content

Commit

Permalink
chore(main): release 14.0.0 (#5600)
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 Apr 17, 2023
1 parent 0535230 commit 30d9a4f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [14.0.0](https://github.com/netlify/cli/compare/v13.2.2...v14.0.0) (2023-04-17)


### ⚠ BREAKING CHANGES

* execute user and integrations edge functions in the correct order ([#5624](https://github.com/netlify/cli/issues/5624))
* publish shrinkwrap with production dependencies only ([#5547](https://github.com/netlify/cli/issues/5547))
* Deno file system APIs in edge functions were aligned with the production environment and are now also not available anymore locally.
* drop node 14.16 and 14.17 ([#5602](https://github.com/netlify/cli/issues/5602))

### Features

* drop node 14.16 and 14.17 ([#5602](https://github.com/netlify/cli/issues/5602)) ([8bcc4c9](https://github.com/netlify/cli/commit/8bcc4c9b771d4ecdd9a7077a3791e94c8ca28cb9))
* inject environment variables from .env files into edge functions locally ([#5620](https://github.com/netlify/cli/issues/5620)) ([9066166](https://github.com/netlify/cli/commit/9066166ea214cbb3714b1114f7216102671b2de4))
* update edge function bootstrap to latest version ([#5616](https://github.com/netlify/cli/issues/5616)) ([80b575e](https://github.com/netlify/cli/commit/80b575e58136020d8532ae8f60657e41be5227b9))


### Bug Fixes

* **deps:** update dependency @fastify/static to v6.10.0 ([#5611](https://github.com/netlify/cli/issues/5611)) ([54ecf6d](https://github.com/netlify/cli/commit/54ecf6d0cbc584b442ecdce0bd58b21f31347d6d))
* **deps:** update dependency @fastify/static to v6.10.1 ([#5636](https://github.com/netlify/cli/issues/5636)) ([7e305a9](https://github.com/netlify/cli/commit/7e305a9bfb27b08e6936fe8e51c610bc920b211e))
* **deps:** update dependency @netlify/build to ^29.9.0 ([#5601](https://github.com/netlify/cli/issues/5601)) ([fd4d358](https://github.com/netlify/cli/commit/fd4d3587157b0dff694bb36fffc03301cc5c85d2))
* **deps:** update dependency @netlify/build to ^29.9.1 ([#5614](https://github.com/netlify/cli/issues/5614)) ([c1cb456](https://github.com/netlify/cli/commit/c1cb4563be8ed9968501e7cd6db53b630b135406))
* **deps:** update dependency @netlify/build to ^29.9.2 ([#5621](https://github.com/netlify/cli/issues/5621)) ([7215229](https://github.com/netlify/cli/commit/7215229cba7ad051fa90cb0b3cc399f90a6567ae))
* **deps:** update dependency @netlify/edge-bundler to ^8.13.1 ([#5613](https://github.com/netlify/cli/issues/5613)) ([187d3a8](https://github.com/netlify/cli/commit/187d3a80cb1b8a69774c63f81d5e4c49a27d4e19))
* **deps:** update dependency @netlify/edge-bundler to ^8.13.2 ([#5619](https://github.com/netlify/cli/issues/5619)) ([219dd3c](https://github.com/netlify/cli/commit/219dd3cc590771d3e383f91d8059c15768f26506))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.10.0 ([#5615](https://github.com/netlify/cli/issues/5615)) ([9775e40](https://github.com/netlify/cli/commit/9775e407a2b3fe84b54dad1f441dfd1e0ac78d23))
* **deps:** update dependency @types/node to v14.18.42 ([#5605](https://github.com/netlify/cli/issues/5605)) ([f82421c](https://github.com/netlify/cli/commit/f82421c91b04ed8d131f3350a14947228e01ac3d))
* **deps:** update dependency axios to v1.3.5 ([#5609](https://github.com/netlify/cli/issues/5609)) ([8126648](https://github.com/netlify/cli/commit/812664878d73c347a4221f3820c37d30ed8143bd))
* **deps:** update dependency commander to v10.0.1 ([#5637](https://github.com/netlify/cli/issues/5637)) ([23d191a](https://github.com/netlify/cli/commit/23d191ad88a323b440ef0f401ebf76922d748202))
* **deps:** update dependency node-version-alias to v3 ([#5630](https://github.com/netlify/cli/issues/5630)) ([2e1405c](https://github.com/netlify/cli/commit/2e1405c1842e48c929a1c8643b5a14112dc57a83))
* **deps:** update dependency p-wait-for to v5 ([#5632](https://github.com/netlify/cli/issues/5632)) ([d50374a](https://github.com/netlify/cli/commit/d50374ac7f9e984443adcd7b9ec7cfef5fb57917))
* **deps:** update dependency path-key to v4 ([#5631](https://github.com/netlify/cli/issues/5631)) ([6be0a59](https://github.com/netlify/cli/commit/6be0a5900319c64ba3624696e38b084f9c2532f3))
* **deps:** update dependency terminal-link to v3 ([#5634](https://github.com/netlify/cli/issues/5634)) ([fb40e95](https://github.com/netlify/cli/commit/fb40e9579d84a2a3ef341ca83ad52db85db61eaf))
* **deps:** update dependency write-file-atomic to v5 ([#5633](https://github.com/netlify/cli/issues/5633)) ([6c4d01e](https://github.com/netlify/cli/commit/6c4d01eea377b42df51a87163e5c7b94a5aeccef))
* determine duplicate function precedence based on extension ([#5617](https://github.com/netlify/cli/issues/5617)) ([8ae1456](https://github.com/netlify/cli/commit/8ae14561c600c86f3a69657eb641ac5431419d88))
* determine duplicate function precedence based on extension ([#5623](https://github.com/netlify/cli/issues/5623)) ([169ecad](https://github.com/netlify/cli/commit/169ecadc5d15c60419f6a5a9feaf60cf58184870))
* execute user and integrations edge functions in the correct order ([#5624](https://github.com/netlify/cli/issues/5624)) ([0535230](https://github.com/netlify/cli/commit/053523090c044322ee980af4d4faa103f763e4d7))
* functions:build example ([#5618](https://github.com/netlify/cli/issues/5618)) ([e91051e](https://github.com/netlify/cli/commit/e91051e8d0838c0f675b8a69a46ff45dae304b39))
* **live:** pass correct `URL` and `DEPLOY_URL` env vars to plugins ([#5607](https://github.com/netlify/cli/issues/5607)) ([160e8a0](https://github.com/netlify/cli/commit/160e8a08ee0304ac801e67e6f5b3e428994af839))
* publish shrinkwrap with production dependencies only ([#5547](https://github.com/netlify/cli/issues/5547)) ([fc38644](https://github.com/netlify/cli/commit/fc386444d13159b519dfc2614dd437da9641ebd2))
* revert 8ae14561c600c86f3a69657eb641ac5431419d88 ([#5622](https://github.com/netlify/cli/issues/5622)) ([17605fc](https://github.com/netlify/cli/commit/17605fc6071084bb2c0532913a50622ee8434707))

## [13.2.2](https://github.com/netlify/cli/compare/v13.2.1...v13.2.2) (2023-03-28)


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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "13.2.2",
"version": "14.0.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 30d9a4f

@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

  • Package size: 302 MB

Please sign in to comment.