File tree Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/build-info" : " 10.0.9" ,
3- "packages/build" : " 35.3.1 " ,
3+ "packages/build" : " 35.3.2 " ,
44 "packages/edge-bundler" : " 14.8.6" ,
55 "packages/cache-utils" : " 6.0.4" ,
6- "packages/config" : " 24.0.8 " ,
6+ "packages/config" : " 24.0.9 " ,
77 "packages/functions-utils" : " 6.2.13" ,
88 "packages/git-utils" : " 6.0.2" ,
99 "packages/headers-parser" : " 9.0.2" ,
10- "packages/js-client" : " 14.0.9 " ,
10+ "packages/js-client" : " 14.0.10 " ,
1111 "packages/nock-udp" : " 5.0.1" ,
1212 "packages/redirect-parser" : " 15.0.3" ,
1313 "packages/run-utils" : " 6.0.2" ,
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.3.2] ( https://github.com/netlify/build/compare/build-v35.3.1...build-v35.3.2 ) (2025-11-05)
109+
110+
111+ ### Bug Fixes
112+
113+ * don't pipe plugin output more than once at the time ([ #6765 ] ( https://github.com/netlify/build/issues/6765 ) ) ([ 08dad8d] ( https://github.com/netlify/build/commit/08dad8dad97d4748b4f83f2027181fa5b6456f80 ) )
114+
115+
116+ ### Dependencies
117+
118+ * The following workspace dependencies were updated
119+ * dependencies
120+ * @netlify/config bumped from ^24.0.8 to ^24.0.9
121+
108122## [ 35.3.1] ( https://github.com/netlify/build/compare/build-v35.3.0...build-v35.3.1 ) (2025-11-04)
109123
110124
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 35.3.1 " ,
3+ "version" : " 35.3.2 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
6969 "@bugsnag/js" : " ^8.0.0" ,
7070 "@netlify/blobs" : " ^10.3.1" ,
7171 "@netlify/cache-utils" : " ^6.0.4" ,
72- "@netlify/config" : " ^24.0.8 " ,
72+ "@netlify/config" : " ^24.0.9 " ,
7373 "@netlify/edge-bundler" : " 14.8.6" ,
7474 "@netlify/functions-utils" : " ^6.2.13" ,
7575 "@netlify/git-utils" : " ^6.0.2" ,
Original file line number Diff line number Diff line change 7676 * dependencies
7777 * netlify bumped from ^13.1.8 to ^13.1.9
7878
79+ ## [ 24.0.9] ( https://github.com/netlify/build/compare/config-v24.0.8...config-v24.0.9 ) (2025-11-05)
80+
81+
82+ ### Dependencies
83+
84+ * The following workspace dependencies were updated
85+ * dependencies
86+ * @netlify/api bumped from ^14.0.9 to ^14.0.10
87+
7988## [ 24.0.8] ( https://github.com/netlify/build/compare/config-v24.0.7...config-v24.0.8 ) (2025-10-30)
8089
8190
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/config" ,
3- "version" : " 24.0.8 " ,
3+ "version" : " 24.0.9 " ,
44 "description" : " Netlify config module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
5959 "license" : " MIT" ,
6060 "dependencies" : {
6161 "@iarna/toml" : " ^2.2.5" ,
62- "@netlify/api" : " ^14.0.9 " ,
62+ "@netlify/api" : " ^14.0.10 " ,
6363 "@netlify/headers-parser" : " ^9.0.2" ,
6464 "@netlify/redirect-parser" : " ^15.0.3" ,
6565 "chalk" : " ^5.0.0" ,
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.0.10] ( https://github.com/netlify/build/compare/api-v14.0.9...api-v14.0.10 ) (2025-11-05)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** deps:** update dependency @netlify/open-api to ^2.43.1 ([ #6768 ] ( https://github.com/netlify/build/issues/6768 ) ) ([ 1248ca6] ( https://github.com/netlify/build/commit/1248ca688151e6b3e59beafd96242fe2881a8d89 ) )
16+
1017## [ 14.0.9] ( https://github.com/netlify/build/compare/api-v14.0.8...api-v14.0.9 ) (2025-10-30)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/api" ,
33 "description" : " Netlify Node.js API client" ,
4- "version" : " 14.0.9 " ,
4+ "version" : " 14.0.10 " ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
77 "main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments