diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ac7833a74..55dcbf47e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { "packages/build-info": "10.0.7", - "packages/build": "35.1.4", - "packages/edge-bundler": "14.5.4", + "packages/build": "36.0.0", + "packages/edge-bundler": "15.0.0", "packages/cache-utils": "6.0.4", "packages/config": "24.0.3", - "packages/functions-utils": "6.2.6", + "packages/functions-utils": "7.0.0", "packages/git-utils": "6.0.2", "packages/headers-parser": "9.0.2", "packages/js-client": "14.0.4", @@ -13,5 +13,5 @@ "packages/run-utils": "6.0.2", "packages/opentelemetry-sdk-setup": "2.0.2", "packages/opentelemetry-utils": "2.0.1", - "packages/zip-it-and-ship-it": "14.1.6" + "packages/zip-it-and-ship-it": "15.0.0" } diff --git a/package-lock.json b/package-lock.json index a7e98adc6c..cfde76fadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23656,20 +23656,20 @@ }, "packages/build": { "name": "@netlify/build", - "version": "35.1.4", + "version": "36.0.0", "license": "MIT", "dependencies": { "@bugsnag/js": "^8.0.0", "@netlify/blobs": "^10.0.10", "@netlify/cache-utils": "^6.0.4", "@netlify/config": "^24.0.3", - "@netlify/edge-bundler": "14.5.4", - "@netlify/functions-utils": "^6.2.6", + "@netlify/edge-bundler": "15.0.0", + "@netlify/functions-utils": "^7.0.0", "@netlify/git-utils": "^6.0.2", "@netlify/opentelemetry-utils": "^2.0.1", "@netlify/plugins-list": "^6.80.0", "@netlify/run-utils": "^6.0.2", - "@netlify/zip-it-and-ship-it": "14.1.6", + "@netlify/zip-it-and-ship-it": "15.0.0", "@sindresorhus/slugify": "^2.0.0", "ansi-escapes": "^7.0.0", "ansis": "^4.1.0", @@ -23903,7 +23903,7 @@ }, "packages/edge-bundler": { "name": "@netlify/edge-bundler", - "version": "14.5.4", + "version": "15.0.0", "license": "MIT", "dependencies": { "@import-maps/resolve": "^2.0.0", @@ -24059,10 +24059,10 @@ }, "packages/functions-utils": { "name": "@netlify/functions-utils", - "version": "6.2.6", + "version": "7.0.0", "license": "MIT", "dependencies": { - "@netlify/zip-it-and-ship-it": "14.1.6", + "@netlify/zip-it-and-ship-it": "15.0.0", "cpy": "^11.0.0", "path-exists": "^5.0.0" }, @@ -24384,7 +24384,7 @@ }, "packages/zip-it-and-ship-it": { "name": "@netlify/zip-it-and-ship-it", - "version": "14.1.6", + "version": "15.0.0", "license": "MIT", "dependencies": { "@babel/parser": "^7.22.5", diff --git a/packages/build/CHANGELOG.md b/packages/build/CHANGELOG.md index 1935be8219..a8af3c7741 100644 --- a/packages/build/CHANGELOG.md +++ b/packages/build/CHANGELOG.md @@ -105,6 +105,121 @@ * dependencies * @netlify/config bumped from ^20.8.0 to ^20.8.1 +## [36.0.0](https://github.com/netlify/build/compare/build-v35.1.4...build-v36.0.0) (2025-09-02) + + +### ⚠ BREAKING CHANGES + +* **build,config:** rework extension development workflow ([#6571](https://github.com/netlify/build/issues/6571)) +* update signature of `zipFunctions` ([#6524](https://github.com/netlify/build/issues/6524)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) +* remove addons ([#6193](https://github.com/netlify/build/issues/6193)) +* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) +* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) + +### Features + +* accept mixed paths in `listFunctions` ([#6537](https://github.com/netlify/build/issues/6537)) ([2e264e3](https://github.com/netlify/build/commit/2e264e3caf37e96d8da4a589c8eb858a40baf43e)) +* add `functions.generate` util ([#6487](https://github.com/netlify/build/issues/6487)) ([dfb4a07](https://github.com/netlify/build/commit/dfb4a07a880dce50de806e4147d708d016747e9f)) +* add `srcDir` to output of `listFunctions` ([#6539](https://github.com/netlify/build/issues/6539)) ([a699f35](https://github.com/netlify/build/commit/a699f355ebcfd3f918eda8bb59a51b663450dca5)) +* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c)) +* add header to installing extension with the build mode so we know where the installation is coming from ([#6478](https://github.com/netlify/build/issues/6478)) ([ca66176](https://github.com/netlify/build/commit/ca661760594a24f979457fa001c2db98213d259f)) +* add skew protection to Frameworks API ([#6601](https://github.com/netlify/build/issues/6601)) ([6cf3065](https://github.com/netlify/build/commit/6cf306535d8083797a140ecaa05b0778c33e1052)) +* allow enhanced scan to run without impacting builds ([#6376](https://github.com/netlify/build/issues/6376)) ([9f063f8](https://github.com/netlify/build/commit/9f063f8a409bbeb09b5b2849671daf91640508ac)) +* allow jigsaw to be called with the build bot token ([#6096](https://github.com/netlify/build/issues/6096)) ([7a2525f](https://github.com/netlify/build/commit/7a2525f99019af3476f55070d422eb776d9902b8)) +* allow to scan secrets without buffering whole lines ([#6318](https://github.com/netlify/build/issues/6318)) ([5b23ae7](https://github.com/netlify/build/commit/5b23ae7fbd631ead68d4ae5b33454638026cbd8c)) +* **build,config:** rework extension development workflow ([#6571](https://github.com/netlify/build/issues/6571)) ([b31aa6a](https://github.com/netlify/build/commit/b31aa6adc676530e80211d28901abc51591dba36)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4)) +* Enhanced secret scan no longer relies on env vars ([#6333](https://github.com/netlify/build/issues/6333)) ([86dead5](https://github.com/netlify/build/commit/86dead5ca2f78f27006bb44d22e72641b2f23940)) +* expand secret prefixes ([#6319](https://github.com/netlify/build/issues/6319)) ([6c23028](https://github.com/netlify/build/commit/6c230280d5cfe80885cfc6e78ee9e3ecc61b9d78)) +* expose `generatedFunctions` to consumers ([#6525](https://github.com/netlify/build/issues/6525)) ([536630e](https://github.com/netlify/build/commit/536630e0470a1f81a04ff82059a22c27786aec1b)) +* introduce enhanced secret scanning ([#6230](https://github.com/netlify/build/issues/6230)) ([cd41d3b](https://github.com/netlify/build/commit/cd41d3b1e50587c63d95380af85d43923a548214)) +* remove references to removed flag and always produce manfiest ([#6117](https://github.com/netlify/build/issues/6117)) ([0af493c](https://github.com/netlify/build/commit/0af493cd65c7d3a502620f18e3ac21747c8e5e1a)) +* rename enhanced secret scan env vars ([#6414](https://github.com/netlify/build/issues/6414)) ([bd2cf20](https://github.com/netlify/build/commit/bd2cf209f8033c02aa18e079bd80df5f9a233374)) +* restrict requirements for enhanced secret scan matches ([#6379](https://github.com/netlify/build/issues/6379)) ([a976d15](https://github.com/netlify/build/commit/a976d1517808ef9b98b5fe8a5c8045455b2cfb00)) +* safelist common string in react proptypes from secret detection ([#6375](https://github.com/netlify/build/issues/6375)) ([4fd7f7c](https://github.com/netlify/build/commit/4fd7f7c3f7a0b4fcd893928a83ef083b67f3e4db)) +* send deploy validations report on secret scan ([#6205](https://github.com/netlify/build/issues/6205)) ([5505efb](https://github.com/netlify/build/commit/5505efb8f655dd3f11a7f173e9bdab7a717ff1d9)) +* smart secret detection looks for high entropy level ([#6418](https://github.com/netlify/build/issues/6418)) ([c48e090](https://github.com/netlify/build/commit/c48e09048650601811c32f7a2e5d3640a8457f35)) +* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) ([aab5b2d](https://github.com/netlify/build/commit/aab5b2da187f5eff5198ab61b72bc8e818a45e97)) +* update deno version range to include v2 ([#6118](https://github.com/netlify/build/issues/6118)) ([297177f](https://github.com/netlify/build/commit/297177f56ac64c27ac3393f12d1129ce73d8177c)) +* update signature of `zipFunctions` ([#6524](https://github.com/netlify/build/issues/6524)) ([f719b07](https://github.com/netlify/build/commit/f719b0719ad7b719211904f573d8f3539b58ecbb)) + + +### Bug Fixes + +* add extra types for extensionMetaData ([#6186](https://github.com/netlify/build/issues/6186)) ([c1c7aed](https://github.com/netlify/build/commit/c1c7aed096edc490ef8b6731c8c16eb877856df4)) +* add move to options type for cache util exposed to build plugins ([#6019](https://github.com/netlify/build/issues/6019)) ([c2843db](https://github.com/netlify/build/commit/c2843dbdf6e5d13ec1075142807567c3f9b857c5)) +* changing wording to extensions in more places ([#6185](https://github.com/netlify/build/issues/6185)) ([752f9a1](https://github.com/netlify/build/commit/752f9a1c3ccf67ac339c472a676838c6ceff9d64)) +* changing wording to extensions instead of integrations ([#6180](https://github.com/netlify/build/issues/6180)) ([95d03d9](https://github.com/netlify/build/commit/95d03d958d3a0ca6f7aaadda06d3ae38a7528794)) +* **deps:** remove 2 unused deps and 20 unused dev deps ([#6097](https://github.com/netlify/build/issues/6097)) ([99ec56a](https://github.com/netlify/build/commit/99ec56a5bdc8f57d27dfe0f2739381961b382a87)) +* **deps:** replace dependency read-pkg-up with read-package-up ^11.0.0 ([#6314](https://github.com/netlify/build/issues/6314)) ([16f548a](https://github.com/netlify/build/commit/16f548a99da7a864fb4057f30b3118c01b542bb7)) +* **deps:** update dependency @bugsnag/js to v8 ([#6362](https://github.com/netlify/build/issues/6362)) ([a455c1e](https://github.com/netlify/build/commit/a455c1eb2724eaf35e66c0f7c6e3c29701737dab)) +* **deps:** update dependency @netlify/blobs to ^10.0.1 ([#6480](https://github.com/netlify/build/issues/6480)) ([17e14e9](https://github.com/netlify/build/commit/17e14e97f83926de60a1ea191680be431bc08fee)) +* **deps:** update dependency @netlify/blobs to ^10.0.10 ([#6636](https://github.com/netlify/build/issues/6636)) ([8ce8653](https://github.com/netlify/build/commit/8ce86538b4a829df3f18ff23c502cbfb1e7ba0ea)) +* **deps:** update dependency @netlify/blobs to ^10.0.2 ([#6494](https://github.com/netlify/build/issues/6494)) ([2f99eba](https://github.com/netlify/build/commit/2f99ebaa40f22a113e8c73a3ebfc4825302c1efb)) +* **deps:** update dependency @netlify/blobs to ^10.0.3 ([#6526](https://github.com/netlify/build/issues/6526)) ([9d10c78](https://github.com/netlify/build/commit/9d10c782200be8b59737c05623068ecc59b199b7)) +* **deps:** update dependency @netlify/blobs to ^10.0.4 ([#6533](https://github.com/netlify/build/issues/6533)) ([e4ac362](https://github.com/netlify/build/commit/e4ac362ba2f1941ae29eab0ee22de8ce502828c9)) +* **deps:** update dependency @netlify/blobs to ^10.0.5 ([#6560](https://github.com/netlify/build/issues/6560)) ([0112802](https://github.com/netlify/build/commit/0112802f98ab8d469acdfedef1d3c7f86a5b7f9a)) +* **deps:** update dependency @netlify/blobs to ^10.0.6 ([#6562](https://github.com/netlify/build/issues/6562)) ([8f577f7](https://github.com/netlify/build/commit/8f577f77f1e6feb395aeb26a9f8b5056439a1dd9)) +* **deps:** update dependency @netlify/blobs to ^10.0.7 ([#6569](https://github.com/netlify/build/issues/6569)) ([22748d8](https://github.com/netlify/build/commit/22748d862f783231c3b1d7bf55470798f14b588b)) +* **deps:** update dependency @netlify/blobs to ^10.0.8 ([#6584](https://github.com/netlify/build/issues/6584)) ([1e7332a](https://github.com/netlify/build/commit/1e7332ad332f8b35e5ce48cbfda389e22658b618)) +* **deps:** update dependency @netlify/blobs to ^8.1.2 ([#6162](https://github.com/netlify/build/issues/6162)) ([8cbeae7](https://github.com/netlify/build/commit/8cbeae7a1c67ac70ffd928ac91cff31730b3becd)) +* **deps:** update dependency @netlify/blobs to ^8.2.0 ([#6203](https://github.com/netlify/build/issues/6203)) ([7ca6d21](https://github.com/netlify/build/commit/7ca6d21e20e041f7e1849707005740c23136ef48)) +* **deps:** update dependency @netlify/blobs to ^9.1.4 ([#6425](https://github.com/netlify/build/issues/6425)) ([c9b42d1](https://github.com/netlify/build/commit/c9b42d1e61e93bbe07b1ef7f9d26290d2a200ec5)) +* **deps:** update dependency @netlify/blobs to ^9.1.5 ([#6426](https://github.com/netlify/build/issues/6426)) ([7bbb47f](https://github.com/netlify/build/commit/7bbb47f96f6ab4f813e1eb07c555993786744b29)) +* **deps:** update dependency @netlify/blobs to ^9.1.6 ([#6437](https://github.com/netlify/build/issues/6437)) ([8a0a9d5](https://github.com/netlify/build/commit/8a0a9d549a7d16cec2d3b5ccb9d9cf8aabc1e17a)) +* **deps:** update dependency @netlify/blobs to v10 ([#6460](https://github.com/netlify/build/issues/6460)) ([047c7ad](https://github.com/netlify/build/commit/047c7ad500da5645e800d2226c0c54e99ad14226)) +* **deps:** update dependency @netlify/blobs to v8 ([#5756](https://github.com/netlify/build/issues/5756)) ([a71b6ce](https://github.com/netlify/build/commit/a71b6ce6f14f01dfb55ab34c7e1e1dd5d6df0a0b)) +* **deps:** update dependency @netlify/blobs to v9 ([#6412](https://github.com/netlify/build/issues/6412)) ([5263015](https://github.com/netlify/build/commit/5263015149d569f7cc7e854aadca1850cb1cf74a)) +* **deps:** update dependency ansi-escapes to v7 ([#6336](https://github.com/netlify/build/issues/6336)) ([bf11542](https://github.com/netlify/build/commit/bf11542cdc3d8873043637d384ea80f2830e2c15)) +* **deps:** update dependency clean-stack to v5 ([#6073](https://github.com/netlify/build/issues/6073)) ([51c8ebd](https://github.com/netlify/build/commit/51c8ebd46d96e0fa32537bea9f21d733829a9bf1)) +* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88)) +* **deps:** update dependency figures to v6 ([#6339](https://github.com/netlify/build/issues/6339)) ([8936cee](https://github.com/netlify/build/commit/8936cee7a6c7619f2e8ea6e3e0bf9de52e5ded04)) +* **deps:** update dependency filter-obj to v6 ([#6340](https://github.com/netlify/build/issues/6340)) ([cad4c01](https://github.com/netlify/build/commit/cad4c01213811d8663e1b137da522a0380f01254)) +* **deps:** update dependency get-port to v7 ([#6329](https://github.com/netlify/build/issues/6329)) ([2f1e255](https://github.com/netlify/build/commit/2f1e255db68a2d1fa0435759b203bfbe3b51f4a2)) +* **deps:** update dependency got to v13 ([#6399](https://github.com/netlify/build/issues/6399)) ([c25de20](https://github.com/netlify/build/commit/c25de20999c75fca1a2b868ae73d3d53d85c5638)) +* **deps:** update dependency hot-shots to v11 ([#6511](https://github.com/netlify/build/issues/6511)) ([41d2890](https://github.com/netlify/build/commit/41d2890f93bd350c42b7eabc70575039dcdacfcf)) +* **deps:** update dependency keep-func-props to v6 ([#6441](https://github.com/netlify/build/issues/6441)) ([3f73828](https://github.com/netlify/build/commit/3f7382898cd868e54a7d16d8d2d468b965f3a06d)) +* **deps:** update dependency log-process-errors to v11 ([#6443](https://github.com/netlify/build/issues/6443)) ([ab8f6e8](https://github.com/netlify/build/commit/ab8f6e88c4f4711c881fa74df784383d1669cf1a)) +* **deps:** update dependency netlify-plugin-contextual-env to v0.3.0 ([#6515](https://github.com/netlify/build/issues/6515)) ([a5fb91e](https://github.com/netlify/build/commit/a5fb91e4deeaa37500edcbb15f7eac48b243953a)) +* **deps:** update dependency os-name to v6 ([#6342](https://github.com/netlify/build/issues/6342)) ([6aa984d](https://github.com/netlify/build/commit/6aa984d9a2049ccbec51f2b9db7c68b693037710)) +* **deps:** update dependency p-event to v6 ([#5966](https://github.com/netlify/build/issues/5966)) ([3774b9b](https://github.com/netlify/build/commit/3774b9b1328c94b539a503765575ac5ad5ffb058)) +* **deps:** update dependency p-filter to v4 ([#5967](https://github.com/netlify/build/issues/5967)) ([b5d9d86](https://github.com/netlify/build/commit/b5d9d86a86bf4f7bb8cb534b73cc156ed4ca52e0)) +* **deps:** update dependency p-map to v7 ([#5968](https://github.com/netlify/build/issues/5968)) ([bb1d58b](https://github.com/netlify/build/commit/bb1d58b3ee2e11888cf7b0151e1cacef7fc522cb)) +* **deps:** update dependency path-type to v6 ([#6358](https://github.com/netlify/build/issues/6358)) ([77557fe](https://github.com/netlify/build/commit/77557fe197c20d1d5597a8c70d92944f22515293)) +* **deps:** update dependency pkg-dir to v8 ([#6343](https://github.com/netlify/build/issues/6343)) ([d708907](https://github.com/netlify/build/commit/d708907106bdf80a46da99d06f269a2aa76971c8)) +* **deps:** update dependency pretty-ms to v9 ([#6359](https://github.com/netlify/build/issues/6359)) ([25ec5ef](https://github.com/netlify/build/commit/25ec5ef7e982ef93166ef2cb8a61871470210008)) +* **deps:** update dependency readdirp to v4 ([#6335](https://github.com/netlify/build/issues/6335)) ([bbc39d2](https://github.com/netlify/build/commit/bbc39d2c665b68dcbfaa4b32b783d38fa517c413)) +* **deps:** update dependency string-width to v7 ([#6316](https://github.com/netlify/build/issues/6316)) ([9a3ab1e](https://github.com/netlify/build/commit/9a3ab1e6796ed39ad634b46f2f1da499da4a1586)) +* **deps:** update dependency supports-color to v10 ([#6315](https://github.com/netlify/build/issues/6315)) ([77d7c1c](https://github.com/netlify/build/commit/77d7c1c463fdd47d76a982883edea81b3a56671f)) +* **deps:** update dependency terminal-link to v4 ([#6344](https://github.com/netlify/build/issues/6344)) ([ef1e151](https://github.com/netlify/build/commit/ef1e1510cf8a85082cca24c096e544094ff9f8c8)) +* **deps:** update dependency uuid to v11 ([#6309](https://github.com/netlify/build/issues/6309)) ([d6471d0](https://github.com/netlify/build/commit/d6471d0a05a9d3b49b8b5a0ee500279d72ab3c92)) +* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b)) +* drop map-obj ([#6577](https://github.com/netlify/build/issues/6577)) ([7c44533](https://github.com/netlify/build/commit/7c44533ae078336cc722093859e47f8ef5cb7795)) +* drop node-fetch from build package ([#6377](https://github.com/netlify/build/issues/6377)) ([3c28af0](https://github.com/netlify/build/commit/3c28af05d66997f257f650f3841981f16c104a44)) +* fix httperr snapshot ([#6116](https://github.com/netlify/build/issues/6116)) ([d4ece98](https://github.com/netlify/build/commit/d4ece98c4427bbf8c9d293f231340e98ac24ccf5)) +* multiple plugin versions in a monorepo setup ([#6105](https://github.com/netlify/build/issues/6105)) ([23c7ce7](https://github.com/netlify/build/commit/23c7ce71268d963ffdafb7fa1440d13a9cc99886)) +* no framework special case for ntl dev ([#6449](https://github.com/netlify/build/issues/6449)) ([b0ba6d9](https://github.com/netlify/build/commit/b0ba6d9d498fb9c5c5b912b393d9a39da01c179c)) +* omit duplicate functions from list of bundled files ([#6535](https://github.com/netlify/build/issues/6535)) ([ce34215](https://github.com/netlify/build/commit/ce34215b6d41ec5e924b8213ab65f6e293f6e3de)) +* pass config object to devCommand step handler ([#6095](https://github.com/netlify/build/issues/6095)) ([e234d01](https://github.com/netlify/build/commit/e234d01c8fb7a366af3876536ef0141907611638)) +* remove addons ([#6193](https://github.com/netlify/build/issues/6193)) ([c4f7caa](https://github.com/netlify/build/commit/c4f7caa2d21380f5d1f6cc8159aa0783dccd137a)) +* remove code supporting versions of Node < v15 ([#6599](https://github.com/netlify/build/issues/6599)) ([d9f55d3](https://github.com/netlify/build/commit/d9f55d35fbf4c1f37f2a6632a43566fb6d295ca1)) +* remove got as a dependency, replace with fetch ([#6468](https://github.com/netlify/build/issues/6468)) ([fed9e58](https://github.com/netlify/build/commit/fed9e58c2a177796f0d14e606778d804a6111260)) +* remove references to fully rolled out netlify_build_frameworks_api feature flag ([#6053](https://github.com/netlify/build/issues/6053)) ([700c36b](https://github.com/netlify/build/commit/700c36bc9f81bfeaed76444aceb823111c995cbe)) +* replace js-yaml with yaml package ([#6469](https://github.com/netlify/build/issues/6469)) ([1628170](https://github.com/netlify/build/commit/1628170df6afa98352901c98f2e0a1587d24c9bc)) +* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4)) +* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188)) +* upgrade @types/node to v18 ([#6400](https://github.com/netlify/build/issues/6400)) ([efcc052](https://github.com/netlify/build/commit/efcc052daf4eeb57392e76f1e971422158ec5fab)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @netlify/edge-bundler bumped from 14.5.4 to 15.0.0 + * @netlify/functions-utils bumped from ^6.2.6 to ^7.0.0 + * @netlify/zip-it-and-ship-it bumped from 14.1.6 to 15.0.0 + ## [35.1.4](https://github.com/netlify/build/compare/build-v35.1.3...build-v35.1.4) (2025-09-02) diff --git a/packages/build/package.json b/packages/build/package.json index 63b1a6efa1..61953dff93 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build", - "version": "35.1.4", + "version": "36.0.0", "description": "Netlify build module", "type": "module", "exports": "./lib/index.js", @@ -70,13 +70,13 @@ "@netlify/blobs": "^10.0.10", "@netlify/cache-utils": "^6.0.4", "@netlify/config": "^24.0.3", - "@netlify/edge-bundler": "14.5.4", - "@netlify/functions-utils": "^6.2.6", + "@netlify/edge-bundler": "15.0.0", + "@netlify/functions-utils": "^7.0.0", "@netlify/git-utils": "^6.0.2", "@netlify/opentelemetry-utils": "^2.0.1", "@netlify/plugins-list": "^6.80.0", "@netlify/run-utils": "^6.0.2", - "@netlify/zip-it-and-ship-it": "14.1.6", + "@netlify/zip-it-and-ship-it": "15.0.0", "@sindresorhus/slugify": "^2.0.0", "ansi-escapes": "^7.0.0", "ansis": "^4.1.0", diff --git a/packages/edge-bundler/CHANGELOG.md b/packages/edge-bundler/CHANGELOG.md index 96c5909924..99d1bb59a3 100644 --- a/packages/edge-bundler/CHANGELOG.md +++ b/packages/edge-bundler/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## [15.0.0](https://github.com/netlify/build/compare/edge-bundler-v14.5.4...edge-bundler-v15.0.0) (2025-09-02) + + +### ⚠ BREAKING CHANGES + +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) +* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) + +### Features + +* add `headers` to edge functions manifest validation ([#6542](https://github.com/netlify/build/issues/6542)) ([f0004f3](https://github.com/netlify/build/commit/f0004f329ba2e82e14462b29b9267383fecb058b)) +* allow `tar` format in edge functions manifest ([#6603](https://github.com/netlify/build/issues/6603)) ([dbac547](https://github.com/netlify/build/commit/dbac547fa28a20f5b664d1b33345c2648f66ea22)) +* emit system log on import assertions ([#6590](https://github.com/netlify/build/issues/6590)) ([1cd7909](https://github.com/netlify/build/commit/1cd790940e316ac2bf16ec5bf60620022a55272f)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4)) +* generate edge function tarballs ([#6568](https://github.com/netlify/build/issues/6568)) ([a5e2746](https://github.com/netlify/build/commit/a5e27466736430e9f997d5bc42d2105d478c618f)) +* match edge functions on headers ([#6501](https://github.com/netlify/build/issues/6501)) ([23d5dce](https://github.com/netlify/build/commit/23d5dce31d85b4618dc496c53577fd43fb64d317)) +* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) ([aab5b2d](https://github.com/netlify/build/commit/aab5b2da187f5eff5198ab61b72bc8e818a45e97)) +* update deno version range to include v2 ([#6118](https://github.com/netlify/build/issues/6118)) ([297177f](https://github.com/netlify/build/commit/297177f56ac64c27ac3393f12d1129ce73d8177c)) + + +### Bug Fixes + +* **deps:** remove 2 unused deps and 20 unused dev deps ([#6097](https://github.com/netlify/build/issues/6097)) ([99ec56a](https://github.com/netlify/build/commit/99ec56a5bdc8f57d27dfe0f2739381961b382a87)) +* **deps:** update dependency @import-maps/resolve to v2 ([#6365](https://github.com/netlify/build/issues/6365)) ([5c0da95](https://github.com/netlify/build/commit/5c0da95c3a3d1aa84214da347c7e51f2ce4764e8)) +* **deps:** update dependency archiver to v7 ([#6273](https://github.com/netlify/build/issues/6273)) ([a14b9d5](https://github.com/netlify/build/commit/a14b9d5334f82bcea3b2504c43ff371015b3164d)) +* **deps:** update dependency esbuild to v0.25.3 ([#6216](https://github.com/netlify/build/issues/6216)) ([ddd27b7](https://github.com/netlify/build/commit/ddd27b7f895acb8874efcc78d507048fb8bf2fbf)) +* **deps:** update dependency esbuild to v0.25.4 ([#6282](https://github.com/netlify/build/issues/6282)) ([6099258](https://github.com/netlify/build/commit/6099258ec3d085a7e1e33042d435edf5880c8fdb)) +* **deps:** update dependency esbuild to v0.25.5 ([#6431](https://github.com/netlify/build/issues/6431)) ([d87fcb5](https://github.com/netlify/build/commit/d87fcb5faa2b1d21b8d72dc33bf6f8934c921042)) +* **deps:** update dependency esbuild to v0.25.6 ([#6531](https://github.com/netlify/build/issues/6531)) ([c4dfe7c](https://github.com/netlify/build/commit/c4dfe7c754cfd761e35025cad01820add4bc42c9)) +* **deps:** update dependency esbuild to v0.25.9 ([#6631](https://github.com/netlify/build/issues/6631)) ([b26f7b6](https://github.com/netlify/build/commit/b26f7b6c1474f6c5e79849d6c9e22ef16615db10)) +* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838)) +* **deps:** update dependency get-port to v7 ([#6329](https://github.com/netlify/build/issues/6329)) ([2f1e255](https://github.com/netlify/build/commit/2f1e255db68a2d1fa0435759b203bfbe3b51f4a2)) +* **deps:** update dependency p-retry to v6 ([#6321](https://github.com/netlify/build/issues/6321)) ([a0ba9d6](https://github.com/netlify/build/commit/a0ba9d68b3d2d4caaa2652fbccb4265b51fa6126)) +* **deps:** update dependency p-wait-for to v5 ([#5970](https://github.com/netlify/build/issues/5970)) ([58635be](https://github.com/netlify/build/commit/58635bee5bcf2074d770f9836faa419e22eb2569)) +* **deps:** update dependency uuid to v11 ([#6309](https://github.com/netlify/build/issues/6309)) ([d6471d0](https://github.com/netlify/build/commit/d6471d0a05a9d3b49b8b5a0ee500279d72ab3c92)) +* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b)) +* **edge-bundler:** only parse a file once for it's npm specifiers ([#6196](https://github.com/netlify/build/issues/6196)) ([bbe9313](https://github.com/netlify/build/commit/bbe93132d12b11afd98dfca25b8339004d99a2b2)) +* fix generation of EF tar file ([#6616](https://github.com/netlify/build/issues/6616)) ([bdfec9a](https://github.com/netlify/build/commit/bdfec9a8c223bc58598b3482e91468f863b93b72)) +* remove node-fetch from edge-bundler package ([#6381](https://github.com/netlify/build/issues/6381)) ([354f1b1](https://github.com/netlify/build/commit/354f1b1ff104299214eb5d2a010f5430ca2581df)) +* rename edge functions manifest property ([#6544](https://github.com/netlify/build/issues/6544)) ([0a9271d](https://github.com/netlify/build/commit/0a9271d517476f3426cac8e79403bb0d87dda49d)) +* stop adding start/end chars to header patterns ([#6547](https://github.com/netlify/build/issues/6547)) ([de51c14](https://github.com/netlify/build/commit/de51c14c8b4ff120c47ab873ebe034c81609bb0c)) +* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4)) +* upgrade @types/node to v18 ([#6400](https://github.com/netlify/build/issues/6400)) ([efcc052](https://github.com/netlify/build/commit/efcc052daf4eeb57392e76f1e971422158ec5fab)) +* use correct type when validating EF header regex ([#6602](https://github.com/netlify/build/issues/6602)) ([e503dc9](https://github.com/netlify/build/commit/e503dc9dde319dd3bab17fbb63f51c63b7beb856)) +* use gzip compression for the tarball generation ([#6618](https://github.com/netlify/build/issues/6618)) ([c1afdd9](https://github.com/netlify/build/commit/c1afdd9e3b46124fc06687d3c4670710b65ac6a1)) +* use stable edge functions bootstrap package for globalThis.Netlify ([#6609](https://github.com/netlify/build/issues/6609)) ([78582a2](https://github.com/netlify/build/commit/78582a22db98c3c26307c816ff8ff70ca2d3e6a2)) + ## [14.5.4](https://github.com/netlify/build/compare/edge-bundler-v14.5.3...edge-bundler-v14.5.4) (2025-09-02) diff --git a/packages/edge-bundler/package.json b/packages/edge-bundler/package.json index 1a1c760746..2bb9e3dbef 100644 --- a/packages/edge-bundler/package.json +++ b/packages/edge-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/edge-bundler", - "version": "14.5.4", + "version": "15.0.0", "description": "Intelligently prepare Netlify Edge Functions for deployment", "type": "module", "main": "./dist/node/index.js", diff --git a/packages/functions-utils/CHANGELOG.md b/packages/functions-utils/CHANGELOG.md index 0244dfb973..5744c8e19a 100644 --- a/packages/functions-utils/CHANGELOG.md +++ b/packages/functions-utils/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [7.0.0](https://github.com/netlify/build/compare/functions-utils-v6.2.6...functions-utils-v7.0.0) (2025-09-02) + + +### ⚠ BREAKING CHANGES + +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) + +### Features + +* add `srcDir` to output of `listFunctions` ([#6539](https://github.com/netlify/build/issues/6539)) ([a699f35](https://github.com/netlify/build/commit/a699f355ebcfd3f918eda8bb59a51b663450dca5)) +* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4)) + + +### Bug Fixes + +* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @netlify/zip-it-and-ship-it bumped from 14.1.6 to 15.0.0 + ## [6.2.6](https://github.com/netlify/build/compare/functions-utils-v6.2.5...functions-utils-v6.2.6) (2025-09-02) diff --git a/packages/functions-utils/package.json b/packages/functions-utils/package.json index 094e6eb5ec..7f3a123821 100644 --- a/packages/functions-utils/package.json +++ b/packages/functions-utils/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/functions-utils", - "version": "6.2.6", + "version": "7.0.0", "description": "Utility for adding Functions files in Netlify Build", "type": "module", "exports": "./lib/main.js", @@ -50,7 +50,7 @@ }, "license": "MIT", "dependencies": { - "@netlify/zip-it-and-ship-it": "14.1.6", + "@netlify/zip-it-and-ship-it": "15.0.0", "cpy": "^11.0.0", "path-exists": "^5.0.0" }, diff --git a/packages/zip-it-and-ship-it/CHANGELOG.md b/packages/zip-it-and-ship-it/CHANGELOG.md index 50f224a2ce..3af95347f8 100644 --- a/packages/zip-it-and-ship-it/CHANGELOG.md +++ b/packages/zip-it-and-ship-it/CHANGELOG.md @@ -7,6 +7,93 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [15.0.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.6...zip-it-and-ship-it-v15.0.0) (2025-09-02) + + +### ⚠ BREAKING CHANGES + +* stop throwing error when directories do not exist ([#6556](https://github.com/netlify/build/issues/6556)) +* update signature of `zipFunctions` ([#6524](https://github.com/netlify/build/issues/6524)) +* no longer inline telemetry file into zip as telemetry is now handled directly within the updated serverless-functions-api package ([#6287](https://github.com/netlify/build/issues/6287)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) +* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) + +### Features + +* accept mixed paths in `listFunctions` ([#6537](https://github.com/netlify/build/issues/6537)) ([2e264e3](https://github.com/netlify/build/commit/2e264e3caf37e96d8da4a589c8eb858a40baf43e)) +* add `srcDir` to output of `listFunctions` ([#6539](https://github.com/netlify/build/issues/6539)) ([a699f35](https://github.com/netlify/build/commit/a699f355ebcfd3f918eda8bb59a51b663450dca5)) +* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c)) +* change default node version to v22 ([#5958](https://github.com/netlify/build/issues/5958)) ([59cda04](https://github.com/netlify/build/commit/59cda04d87af434bafa71c0509f958365b4fab34)) +* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4)) +* no longer inline telemetry file into zip as telemetry is now handled directly within the updated serverless-functions-api package ([#6287](https://github.com/netlify/build/issues/6287)) ([b0e66dd](https://github.com/netlify/build/commit/b0e66ddac171df36a6295c90f2abb0aaa8cabfc9)) +* remove references to removed flag and always produce manfiest ([#6117](https://github.com/netlify/build/issues/6117)) ([0af493c](https://github.com/netlify/build/commit/0af493cd65c7d3a502620f18e3ac21747c8e5e1a)) +* stop throwing error when directories do not exist ([#6556](https://github.com/netlify/build/issues/6556)) ([9103da6](https://github.com/netlify/build/commit/9103da69a7ef1261d235762e53483d4bdcfea471)) +* support individual function paths in `zipFunctions` ([#6481](https://github.com/netlify/build/issues/6481)) ([5f0728b](https://github.com/netlify/build/commit/5f0728bf2fb8d8a367ad314c0c7e23c423ab903a)) +* surface routes in `listFunctions` result ([#6353](https://github.com/netlify/build/issues/6353)) ([5b7da6b](https://github.com/netlify/build/commit/5b7da6b508ad791c183addb15d199ff13b1c35fb)) +* update signature of `zipFunctions` ([#6524](https://github.com/netlify/build/issues/6524)) ([f719b07](https://github.com/netlify/build/commit/f719b0719ad7b719211904f573d8f3539b58ecbb)) +* **zip-it-and-ship-it:** feature flag ability to dynamically import funcion inside request handler ([#6248](https://github.com/netlify/build/issues/6248)) ([63a89a5](https://github.com/netlify/build/commit/63a89a589bd73b2ce4acef4c1f01785f5618a189)) + + +### Bug Fixes + +* `cp-file` was renamed to `copy-file` ([#6347](https://github.com/netlify/build/issues/6347)) ([6c1d69d](https://github.com/netlify/build/commit/6c1d69dab786aca6ab89d8f32a50f2c81531fdae)) +* **deps:** remove 2 unused deps and 20 unused dev deps ([#6097](https://github.com/netlify/build/issues/6097)) ([99ec56a](https://github.com/netlify/build/commit/99ec56a5bdc8f57d27dfe0f2739381961b382a87)) +* **deps:** replace glob usage with fast-glob ([#6384](https://github.com/netlify/build/issues/6384)) ([2609817](https://github.com/netlify/build/commit/2609817904aa40748c137c78d1f2fcea4aa95cdf)) +* **deps:** update babel monorepo ([#6281](https://github.com/netlify/build/issues/6281)) ([0743245](https://github.com/netlify/build/commit/0743245c9857c9f57bbfeb09819de52ab8146d47)) +* **deps:** update babel monorepo ([#6430](https://github.com/netlify/build/issues/6430)) ([3b6a112](https://github.com/netlify/build/commit/3b6a112394edf973f1ac29e85bc9f5b1b42aef0e)) +* **deps:** update babel monorepo to v7.26.10 ([#6126](https://github.com/netlify/build/issues/6126)) ([fcc8c4c](https://github.com/netlify/build/commit/fcc8c4cc9d5f3c6b1ea4f24c5d5bfb117b037ed7)) +* **deps:** update babel monorepo to v7.26.5 ([#6030](https://github.com/netlify/build/issues/6030)) ([5bd9f1c](https://github.com/netlify/build/commit/5bd9f1c88a2f4899e611883c4026f593b3b2cf5d)) +* **deps:** update babel monorepo to v7.26.9 ([#6091](https://github.com/netlify/build/issues/6091)) ([c9b1aaf](https://github.com/netlify/build/commit/c9b1aafa5f8d6b72049ab33f4aefd535572e3889)) +* **deps:** update babel monorepo to v7.27.3 ([#6404](https://github.com/netlify/build/issues/6404)) ([fac7e1b](https://github.com/netlify/build/commit/fac7e1b4e708e43f8c5e2ac5187c96432dc270a8)) +* **deps:** update babel monorepo to v7.27.7 ([#6499](https://github.com/netlify/build/issues/6499)) ([1617e8e](https://github.com/netlify/build/commit/1617e8eefdbfe44cafdf27d74b82f6c09d00b01b)) +* **deps:** update babel monorepo to v7.28.0 ([#6508](https://github.com/netlify/build/issues/6508)) ([c3d0772](https://github.com/netlify/build/commit/c3d0772cb6259a96c8bfce229c7d122dd6169454)) +* **deps:** update dependency @babel/types to v7.28.1 ([#6555](https://github.com/netlify/build/issues/6555)) ([ffa8473](https://github.com/netlify/build/commit/ffa8473e65f8163be4e168841f5a8a0ecd8ab449)) +* **deps:** update dependency @netlify/functions to v1.6.0 ([#6514](https://github.com/netlify/build/issues/6514)) ([0f31fa3](https://github.com/netlify/build/commit/0f31fa3aa54470f036fff3415345ad9d4ffe3f9e)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.32.0 ([#6015](https://github.com/netlify/build/issues/6015)) ([2f6dda3](https://github.com/netlify/build/commit/2f6dda300132bc06627354a0065708a986aa2ada)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.33.0 ([#6049](https://github.com/netlify/build/issues/6049)) ([e392b56](https://github.com/netlify/build/commit/e392b56989def0f019f6e1d5a56bb324b3d86c38)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.34.0 ([#6102](https://github.com/netlify/build/issues/6102)) ([77b947d](https://github.com/netlify/build/commit/77b947d8158947c46e2140937ba38c45fc5b2d9d)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.35.0 ([#6109](https://github.com/netlify/build/issues/6109)) ([29a91aa](https://github.com/netlify/build/commit/29a91aa69cb65ecc06edfba9170d494ddbbfe232)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.35.1 ([#6145](https://github.com/netlify/build/issues/6145)) ([031e058](https://github.com/netlify/build/commit/031e05863cc488275b6fa7f1be84a871acf71db5)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.35.2 ([#6147](https://github.com/netlify/build/issues/6147)) ([eea8490](https://github.com/netlify/build/commit/eea84909344492acf44103b823625661c6a5711e)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.36.0 ([#6149](https://github.com/netlify/build/issues/6149)) ([66f22b0](https://github.com/netlify/build/commit/66f22b067382a40d9508ff4deb9ab202f3ba29eb)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.37.0 ([#6194](https://github.com/netlify/build/issues/6194)) ([e0891b9](https://github.com/netlify/build/commit/e0891b98cc0302e550665813054dad90fcce9b1f)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.38.0 ([#6208](https://github.com/netlify/build/issues/6208)) ([5e683a2](https://github.com/netlify/build/commit/5e683a250808534048b8bd66309508908d7011cb)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.39.0 ([#6249](https://github.com/netlify/build/issues/6249)) ([f22f215](https://github.com/netlify/build/commit/f22f215556b8a8d7de14407876dc6bfc5dbca634)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.40.0 ([#6250](https://github.com/netlify/build/issues/6250)) ([9776b52](https://github.com/netlify/build/commit/9776b52e6526a0e04400f5d21369d2c2ac06d394)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.41.1 ([#6251](https://github.com/netlify/build/issues/6251)) ([e2656e7](https://github.com/netlify/build/commit/e2656e7ef01c11239ed782797ed8abb3e43c241e)) +* **deps:** update dependency @netlify/serverless-functions-api to ^1.41.2 ([#6311](https://github.com/netlify/build/issues/6311)) ([e29850b](https://github.com/netlify/build/commit/e29850b0de5ace248173db93ffe595cc2be0244c)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.1.2 ([#6466](https://github.com/netlify/build/issues/6466)) ([0ff5f2d](https://github.com/netlify/build/commit/0ff5f2dc01455d67c77d5bd49386bf512cd90b30)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.1.3 ([#6502](https://github.com/netlify/build/issues/6502)) ([192713b](https://github.com/netlify/build/commit/192713b974b1a6abd1b663e998158ac1d93f2034)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.2.0 ([#6624](https://github.com/netlify/build/issues/6624)) ([b56d46f](https://github.com/netlify/build/commit/b56d46f8c39b831ee8a0c26f40195822c774cfc8)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.2.1 ([#6628](https://github.com/netlify/build/issues/6628)) ([2228f90](https://github.com/netlify/build/commit/2228f90cdf828297111360b60675e0ab72196219)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.3.0 ([#6638](https://github.com/netlify/build/issues/6638)) ([4a02fb8](https://github.com/netlify/build/commit/4a02fb849f980011b131d3f7da2ea2db0f265e0f)) +* **deps:** update dependency @netlify/serverless-functions-api to ^2.4.0 ([#6648](https://github.com/netlify/build/issues/6648)) ([5487e43](https://github.com/netlify/build/commit/5487e43f3ab693321bf45e5a2145004800ee120d)) +* **deps:** update dependency @netlify/serverless-functions-api to v2 ([#6413](https://github.com/netlify/build/issues/6413)) ([53a5ce0](https://github.com/netlify/build/commit/53a5ce0efa035e4aa317f3438702ddc9f5c32ea8)) +* **deps:** update dependency @vercel/nft to v0.29.3 ([#6370](https://github.com/netlify/build/issues/6370)) ([15a4ef6](https://github.com/netlify/build/commit/15a4ef6e5c84358e8e98c65507cc54dd0282a748)) +* **deps:** update dependency @vercel/nft to v0.29.4 ([#6423](https://github.com/netlify/build/issues/6423)) ([091d12b](https://github.com/netlify/build/commit/091d12b8079facbd6afdc5880b3d9ce0c7fc24c9)) +* **deps:** update dependency archiver to v7 ([#6273](https://github.com/netlify/build/issues/6273)) ([a14b9d5](https://github.com/netlify/build/commit/a14b9d5334f82bcea3b2504c43ff371015b3164d)) +* **deps:** update dependency cp-file to v11 ([#6323](https://github.com/netlify/build/issues/6323)) ([4ecb44b](https://github.com/netlify/build/commit/4ecb44b1d150beae5622142e53b3574dc7173e35)) +* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88)) +* **deps:** update dependency esbuild to v0.25.5 ([#6431](https://github.com/netlify/build/issues/6431)) ([d87fcb5](https://github.com/netlify/build/commit/d87fcb5faa2b1d21b8d72dc33bf6f8934c921042)) +* **deps:** update dependency esbuild to v0.25.6 ([#6531](https://github.com/netlify/build/issues/6531)) ([c4dfe7c](https://github.com/netlify/build/commit/c4dfe7c754cfd761e35025cad01820add4bc42c9)) +* **deps:** update dependency esbuild to v0.25.9 ([#6631](https://github.com/netlify/build/issues/6631)) ([b26f7b6](https://github.com/netlify/build/commit/b26f7b6c1474f6c5e79849d6c9e22ef16615db10)) +* **deps:** update dependency filter-obj to v6 ([#6340](https://github.com/netlify/build/issues/6340)) ([cad4c01](https://github.com/netlify/build/commit/cad4c01213811d8663e1b137da522a0380f01254)) +* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838)) +* **deps:** update dependency get-stream to v9 ([#6352](https://github.com/netlify/build/issues/6352)) ([f39bf0c](https://github.com/netlify/build/commit/f39bf0c94c9f3385283acee4a5685dea34dc0eca)) +* **deps:** update dependency jimp to v1 ([#6066](https://github.com/netlify/build/issues/6066)) ([5e8a2ac](https://github.com/netlify/build/commit/5e8a2ac3118a58df66f53dc7a4233223136590e8)) +* **deps:** update dependency p-map to v7 ([#5968](https://github.com/netlify/build/issues/5968)) ([bb1d58b](https://github.com/netlify/build/commit/bb1d58b3ee2e11888cf7b0151e1cacef7fc522cb)) +* **deps:** update dependency precinct to v12 ([#6364](https://github.com/netlify/build/issues/6364)) ([ebfd92e](https://github.com/netlify/build/commit/ebfd92eada47fc3eb5578cf5725f2eb3ed571665)) +* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b)) +* drop `is-builtin-module` ([#6595](https://github.com/netlify/build/issues/6595)) ([79c24fe](https://github.com/netlify/build/commit/79c24fe0cd4fe657e4056c1fb6f03d915dd54d84)) +* opt into new entrypoint only if using fixed version of serverless-functions-api ([#6350](https://github.com/netlify/build/issues/6350)) ([12c9348](https://github.com/netlify/build/commit/12c9348076608d66997851b5b814619a445b9b04)) +* re-pin @vercel/nft ([#6610](https://github.com/netlify/build/issues/6610)) ([559b04f](https://github.com/netlify/build/commit/559b04ffce6b19823bac3851b41976501c71e521)) +* remove code supporting versions of Node < v15 ([#6599](https://github.com/netlify/build/issues/6599)) ([d9f55d3](https://github.com/netlify/build/commit/d9f55d35fbf4c1f37f2a6632a43566fb6d295ca1)) +* remove references to fully rolled out zisi_fix_symlinks feature flag ([#6054](https://github.com/netlify/build/issues/6054)) ([5f8b128](https://github.com/netlify/build/commit/5f8b128a1e2445c3c4449b9ec712c4b938629b79)) +* revert b0e66ddac171df36a6295c90f2abb0aaa8cabfc9 ([#6334](https://github.com/netlify/build/issues/6334)) ([8a5149b](https://github.com/netlify/build/commit/8a5149b6522dc97ab630abb9c8a43f47b1636a23)) +* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4)) +* **types:** add missing `schedule` to functions config type ([#6151](https://github.com/netlify/build/issues/6151)) ([4866964](https://github.com/netlify/build/commit/486696497e29b9e0270ea234b97e94fa0e73fb64)) +* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188)) + ## [14.1.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.5...zip-it-and-ship-it-v14.1.6) (2025-09-02) diff --git a/packages/zip-it-and-ship-it/package.json b/packages/zip-it-and-ship-it/package.json index bbcb964d14..391eca8906 100644 --- a/packages/zip-it-and-ship-it/package.json +++ b/packages/zip-it-and-ship-it/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/zip-it-and-ship-it", - "version": "14.1.6", + "version": "15.0.0", "description": "Zip it and ship it", "main": "./dist/main.js", "type": "module",