File tree Expand file tree Collapse file tree 10 files changed +66
-33
lines changed Expand file tree Collapse file tree 10 files changed +66
-33
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/build-info" : " 10.0.8 " ,
3- "packages/build" : " 35.1.9 " ,
2+ "packages/build-info" : " 10.0.9 " ,
3+ "packages/build" : " 35.1.10 " ,
44 "packages/edge-bundler" : " 14.5.6" ,
55 "packages/cache-utils" : " 6.0.4" ,
66 "packages/config" : " 24.0.5" ,
7- "packages/functions-utils" : " 6.2.8 " ,
7+ "packages/functions-utils" : " 6.2.9 " ,
88 "packages/git-utils" : " 6.0.2" ,
99 "packages/headers-parser" : " 9.0.2" ,
1010 "packages/js-client" : " 14.0.6" ,
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.8 "
16+ "packages/zip-it-and-ship-it" : " 14.1.9 "
1717}
Original file line number Diff line number Diff line change 6464 * dependencies
6565 * @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666
67+ ## [ 10.0.9] ( https://github.com/netlify/build/compare/build-info-v10.0.8...build-info-v10.0.9 ) (2025-10-13)
68+
69+
70+ ### Bug Fixes
71+
72+ * don't set nuxt 2 legacy config for nuxt 4+ ([ #6670 ] ( https://github.com/netlify/build/issues/6670 ) ) ([ 4896f59] ( https://github.com/netlify/build/commit/4896f59a1ce486553a390413170878efe6e6ad7f ) )
73+
6774## [ 10.0.8] ( https://github.com/netlify/build/compare/build-info-v10.0.7...build-info-v10.0.8 ) (2025-09-24)
6875
6976
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build-info" ,
3- "version" : " 10.0.8 " ,
3+ "version" : " 10.0.9 " ,
44 "description" : " Build info utility" ,
55 "type" : " module" ,
66 "exports" : {
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.10] ( https://github.com/netlify/build/compare/build-v35.1.9...build-v35.1.10 ) (2025-10-13)
109+
110+
111+ ### Dependencies
112+
113+ * The following workspace dependencies were updated
114+ * dependencies
115+ * @netlify/functions-utils bumped from ^6.2.8 to ^6.2.9
116+ * @netlify/zip-it-and-ship-it bumped from 14.1.8 to 14.1.9
117+
108118## [ 35.1.9] ( https://github.com/netlify/build/compare/build-v35.1.8...build-v35.1.9 ) (2025-10-01)
109119
110120
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 35.1.9 " ,
3+ "version" : " 35.1.10 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
7171 "@netlify/cache-utils" : " ^6.0.4" ,
7272 "@netlify/config" : " ^24.0.5" ,
7373 "@netlify/edge-bundler" : " 14.5.6" ,
74- "@netlify/functions-utils" : " ^6.2.8 " ,
74+ "@netlify/functions-utils" : " ^6.2.9 " ,
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.8 " ,
79+ "@netlify/zip-it-and-ship-it" : " 14.1.9 " ,
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+ ## [ 6.2.9] ( https://github.com/netlify/build/compare/functions-utils-v6.2.8...functions-utils-v6.2.9 ) (2025-10-13)
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.8 to 14.1.9
11+
312## [ 6.2.8] ( https://github.com/netlify/build/compare/functions-utils-v6.2.7...functions-utils-v6.2.8 ) (2025-09-24)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 6.2.8 " ,
3+ "version" : " 6.2.9 " ,
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.8 " ,
53+ "@netlify/zip-it-and-ship-it" : " 14.1.9 " ,
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.9] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.8...zip-it-and-ship-it-v14.1.9 ) (2025-10-13)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** deps:** update dependency @netlify/serverless-functions-api to ^2.6.0 ([ #6695 ] ( https://github.com/netlify/build/issues/6695 ) ) ([ ac937d8] ( https://github.com/netlify/build/commit/ac937d8bbfa73573a828f764c898d6ea51efbe1c ) )
16+
1017## [ 14.1.8] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.7...zip-it-and-ship-it-v14.1.8 ) (2025-09-24)
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.8 " ,
3+ "version" : " 14.1.9 " ,
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