File tree Expand file tree Collapse file tree 10 files changed +51
-18
lines changed Expand file tree Collapse file tree 10 files changed +51
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/build-info" : " 10.0.7" ,
3- "packages/build" : " 35.0.0 " ,
4- "packages/edge-bundler" : " 14.2.2 " ,
3+ "packages/build" : " 35.0.1 " ,
4+ "packages/edge-bundler" : " 14.3.0 " ,
55 "packages/cache-utils" : " 6.0.3" ,
6- "packages/config" : " 24.0.0 " ,
6+ "packages/config" : " 24.0.1 " ,
77 "packages/functions-utils" : " 6.2.0" ,
88 "packages/git-utils" : " 6.0.2" ,
99 "packages/headers-parser" : " 9.0.1" ,
1010 "packages/js-client" : " 14.0.3" ,
1111 "packages/nock-udp" : " 5.0.1" ,
12- "packages/redirect-parser" : " 15.0.2 " ,
12+ "packages/redirect-parser" : " 15.0.3 " ,
1313 "packages/run-utils" : " 6.0.2" ,
1414 "packages/opentelemetry-sdk-setup" : " 2.0.2" ,
1515 "packages/opentelemetry-utils" : " 2.0.1" ,
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.0.1] ( https://github.com/netlify/build/compare/build-v35.0.0...build-v35.0.1 ) (2025-07-31)
109+
110+
111+ ### Dependencies
112+
113+ * The following workspace dependencies were updated
114+ * dependencies
115+ * @netlify/config bumped from ^24.0.0 to ^24.0.1
116+ * @netlify/edge-bundler bumped from 14.2.2 to 14.3.0
117+
108118## [ 35.0.0] ( https://github.com/netlify/build/compare/build-v34.3.0...build-v35.0.0 ) (2025-07-28)
109119
110120
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 35.0.0 " ,
3+ "version" : " 35.0.1 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
6969 "@bugsnag/js" : " ^8.0.0" ,
7070 "@netlify/blobs" : " ^10.0.7" ,
7171 "@netlify/cache-utils" : " ^6.0.3" ,
72- "@netlify/config" : " ^24.0.0 " ,
73- "@netlify/edge-bundler" : " 14.2.2 " ,
72+ "@netlify/config" : " ^24.0.1 " ,
73+ "@netlify/edge-bundler" : " 14.3.0 " ,
7474 "@netlify/functions-utils" : " ^6.2.0" ,
7575 "@netlify/git-utils" : " ^6.0.2" ,
7676 "@netlify/opentelemetry-utils" : " ^2.0.1" ,
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.1] ( https://github.com/netlify/build/compare/config-v24.0.0...config-v24.0.1 ) (2025-07-31)
80+
81+
82+ ### Dependencies
83+
84+ * The following workspace dependencies were updated
85+ * dependencies
86+ * @netlify/redirect-parser bumped from ^15.0.2 to ^15.0.3
87+
7988## [ 24.0.0] ( https://github.com/netlify/build/compare/config-v23.2.0...config-v24.0.0 ) (2025-07-28)
8089
8190
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/config" ,
3- "version" : " 24.0.0 " ,
3+ "version" : " 24.0.1 " ,
44 "description" : " Netlify config module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
6161 "@iarna/toml" : " ^2.2.5" ,
6262 "@netlify/api" : " ^14.0.3" ,
6363 "@netlify/headers-parser" : " ^9.0.1" ,
64- "@netlify/redirect-parser" : " ^15.0.2 " ,
64+ "@netlify/redirect-parser" : " ^15.0.3 " ,
6565 "chalk" : " ^5.0.0" ,
6666 "cron-parser" : " ^4.1.0" ,
6767 "deepmerge" : " ^4.2.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 14.3.0] ( https://github.com/netlify/build/compare/edge-bundler-v14.2.2...edge-bundler-v14.3.0 ) (2025-07-31)
4+
5+
6+ ### Features
7+
8+ * generate edge function tarballs ([ #6568 ] ( https://github.com/netlify/build/issues/6568 ) ) ([ a5e2746] ( https://github.com/netlify/build/commit/a5e27466736430e9f997d5bc42d2105d478c618f ) )
9+
310## [ 14.2.2] ( https://github.com/netlify/build/compare/edge-bundler-v14.2.1...edge-bundler-v14.2.2 ) (2025-07-11)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/edge-bundler" ,
3- "version" : " 14.2.2 " ,
3+ "version" : " 14.3.0 " ,
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 @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ 15.0.3] ( https://github.com/netlify/build/compare/redirect-parser-v15.0.2...redirect-parser-v15.0.3 ) (2025-07-31)
11+
12+
13+ ### Bug Fixes
14+
15+ * drop ` filter-obj ` ([ #6592 ] ( https://github.com/netlify/build/issues/6592 ) ) ([ 9f27226] ( https://github.com/netlify/build/commit/9f27226048a20976db4a84369baee13a9c153e6b ) )
16+
1017## [ 15.0.2] ( https://github.com/netlify/build/compare/redirect-parser-v15.0.1...redirect-parser-v15.0.2 ) (2025-05-29)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/redirect-parser" ,
3- "version" : " 15.0.2 " ,
3+ "version" : " 15.0.3 " ,
44 "description" : " Parses netlify redirects into a js object representation" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments