File tree Expand file tree Collapse file tree 10 files changed +59
-20
lines changed Expand file tree Collapse file tree 10 files changed +59
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/build-info" : " 10.0.7" ,
3- "packages/build" : " 35.1.3 " ,
4- "packages/edge-bundler" : " 14.5.3 " ,
3+ "packages/build" : " 35.1.4 " ,
4+ "packages/edge-bundler" : " 14.5.4 " ,
55 "packages/cache-utils" : " 6.0.4" ,
66 "packages/config" : " 24.0.3" ,
7- "packages/functions-utils" : " 6.2.5 " ,
7+ "packages/functions-utils" : " 6.2.6 " ,
88 "packages/git-utils" : " 6.0.2" ,
99 "packages/headers-parser" : " 9.0.2" ,
1010 "packages/js-client" : " 14.0.4" ,
1313 "packages/run-utils" : " 6.0.2" ,
1414 "packages/opentelemetry-sdk-setup" : " 2.0.2" ,
1515 "packages/opentelemetry-utils" : " 2.0.1" ,
16- "packages/zip-it-and-ship-it" : " 14.1.5 "
16+ "packages/zip-it-and-ship-it" : " 14.1.6 "
1717}
Original file line number Diff line number Diff line change 105105 * dependencies
106106 * @netlify/config bumped from ^20.8.0 to ^20.8.1
107107
108+ ## [ 35.1.4] ( https://github.com/netlify/build/compare/build-v35.1.3...build-v35.1.4 ) (2025-09-02)
109+
110+
111+ ### Bug Fixes
112+
113+ * ** 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 ) )
114+
115+
116+ ### Dependencies
117+
118+ * The following workspace dependencies were updated
119+ * dependencies
120+ * @netlify/edge-bundler bumped from 14.5.3 to 14.5.4
121+ * @netlify/functions-utils bumped from ^6.2.5 to ^6.2.6
122+ * @netlify/zip-it-and-ship-it bumped from 14.1.5 to 14.1.6
123+
108124## [ 35.1.3] ( https://github.com/netlify/build/compare/build-v35.1.2...build-v35.1.3 ) (2025-08-27)
109125
110126
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 35.1.3 " ,
3+ "version" : " 35.1.4 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
7070 "@netlify/blobs" : " ^10.0.10" ,
7171 "@netlify/cache-utils" : " ^6.0.4" ,
7272 "@netlify/config" : " ^24.0.3" ,
73- "@netlify/edge-bundler" : " 14.5.3 " ,
74- "@netlify/functions-utils" : " ^6.2.5 " ,
73+ "@netlify/edge-bundler" : " 14.5.4 " ,
74+ "@netlify/functions-utils" : " ^6.2.6 " ,
7575 "@netlify/git-utils" : " ^6.0.2" ,
7676 "@netlify/opentelemetry-utils" : " ^2.0.1" ,
7777 "@netlify/plugins-list" : " ^6.80.0" ,
7878 "@netlify/run-utils" : " ^6.0.2" ,
79- "@netlify/zip-it-and-ship-it" : " 14.1.5 " ,
79+ "@netlify/zip-it-and-ship-it" : " 14.1.6 " ,
8080 "@sindresorhus/slugify" : " ^2.0.0" ,
8181 "ansi-escapes" : " ^7.0.0" ,
8282 "ansis" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 14.5.4] ( https://github.com/netlify/build/compare/edge-bundler-v14.5.3...edge-bundler-v14.5.4 ) (2025-09-02)
4+
5+
6+ ### Bug Fixes
7+
8+ * 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 ) )
9+
310## [ 14.5.3] ( https://github.com/netlify/build/compare/edge-bundler-v14.5.2...edge-bundler-v14.5.3 ) (2025-08-27)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/edge-bundler" ,
3- "version" : " 14.5.3 " ,
3+ "version" : " 14.5.4 " ,
44 "description" : " Intelligently prepare Netlify Edge Functions for deployment" ,
55 "type" : " module" ,
66 "main" : " ./dist/node/index.js" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.2.6] ( https://github.com/netlify/build/compare/functions-utils-v6.2.5...functions-utils-v6.2.6 ) (2025-09-02)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @netlify/zip-it-and-ship-it bumped from 14.1.5 to 14.1.6
11+
312## [ 6.2.5] ( https://github.com/netlify/build/compare/functions-utils-v6.2.4...functions-utils-v6.2.5 ) (2025-08-27)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 6.2.5 " ,
3+ "version" : " 6.2.6 " ,
44 "description" : " Utility for adding Functions files in Netlify Build" ,
55 "type" : " module" ,
66 "exports" : " ./lib/main.js" ,
5050 },
5151 "license" : " MIT" ,
5252 "dependencies" : {
53- "@netlify/zip-it-and-ship-it" : " 14.1.5 " ,
53+ "@netlify/zip-it-and-ship-it" : " 14.1.6 " ,
5454 "cpy" : " ^11.0.0" ,
5555 "path-exists" : " ^5.0.0"
5656 },
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ 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)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** 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 ) )
16+
1017## [ 14.1.5] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.4...zip-it-and-ship-it-v14.1.5 ) (2025-08-27)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/zip-it-and-ship-it" ,
3- "version" : " 14.1.5 " ,
3+ "version" : " 14.1.6 " ,
44 "description" : " Zip it and ship it" ,
55 "main" : " ./dist/main.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments