File tree Expand file tree Collapse file tree 10 files changed +61
-20
lines changed Expand file tree Collapse file tree 10 files changed +61
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/build-info" : " 10.0.6" ,
3- "packages/build" : " 33.4.6 " ,
3+ "packages/build" : " 33.4.7 " ,
44 "packages/edge-bundler" : " 14.0.6" ,
55 "packages/cache-utils" : " 6.0.3" ,
6- "packages/config" : " 23.0.10 " ,
7- "packages/functions-utils" : " 6.0.10 " ,
6+ "packages/config" : " 23.0.11 " ,
7+ "packages/functions-utils" : " 6.0.11 " ,
88 "packages/git-utils" : " 6.0.2" ,
99 "packages/headers-parser" : " 9.0.1" ,
1010 "packages/js-client" : " 14.0.3" ,
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" : " 12.1.4 "
16+ "packages/zip-it-and-ship-it" : " 12.1.5 "
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+ ## [ 33.4.7] ( https://github.com/netlify/build/compare/build-v33.4.6...build-v33.4.7 ) (2025-06-23)
109+
110+
111+ ### Bug Fixes
112+
113+ * ** 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 ) )
114+ * replace js-yaml with yaml package ([ #6469 ] ( https://github.com/netlify/build/issues/6469 ) ) ([ 1628170] ( https://github.com/netlify/build/commit/1628170df6afa98352901c98f2e0a1587d24c9bc ) )
115+
116+
117+ ### Dependencies
118+
119+ * The following workspace dependencies were updated
120+ * dependencies
121+ * @netlify/config bumped from ^23.0.10 to ^23.0.11
122+ * @netlify/functions-utils bumped from ^6.0.10 to ^6.0.11
123+ * @netlify/zip-it-and-ship-it bumped from 12.1.4 to 12.1.5
124+
108125## [ 33.4.6] ( https://github.com/netlify/build/compare/build-v33.4.5...build-v33.4.6 ) (2025-06-11)
109126
110127
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 33.4.6 " ,
3+ "version" : " 33.4.7 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
6969 "@bugsnag/js" : " ^8.0.0" ,
7070 "@netlify/blobs" : " ^10.0.1" ,
7171 "@netlify/cache-utils" : " ^6.0.3" ,
72- "@netlify/config" : " ^23.0.10 " ,
72+ "@netlify/config" : " ^23.0.11 " ,
7373 "@netlify/edge-bundler" : " 14.0.6" ,
74- "@netlify/functions-utils" : " ^6.0.10 " ,
74+ "@netlify/functions-utils" : " ^6.0.11 " ,
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" : " 12.1.4 " ,
79+ "@netlify/zip-it-and-ship-it" : " 12.1.5 " ,
8080 "@sindresorhus/slugify" : " ^2.0.0" ,
8181 "ansi-escapes" : " ^7.0.0" ,
8282 "chalk" : " ^5.0.0" ,
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+ ## [ 23.0.11] ( https://github.com/netlify/build/compare/config-v23.0.10...config-v23.0.11 ) (2025-06-23)
80+
81+
82+ ### Bug Fixes
83+
84+ * replace js-yaml with yaml package ([ #6469 ] ( https://github.com/netlify/build/issues/6469 ) ) ([ 1628170] ( https://github.com/netlify/build/commit/1628170df6afa98352901c98f2e0a1587d24c9bc ) )
85+ * use auto_install_required_extensions_v2 instead of auto_install_required_extensions ([ #6477 ] ( https://github.com/netlify/build/issues/6477 ) ) ([ 78b7da5] ( https://github.com/netlify/build/commit/78b7da5dd5b31898b2a25d16eb1008f5fdb27e36 ) )
86+
7987## [ 23.0.10] ( https://github.com/netlify/build/compare/config-v23.0.9...config-v23.0.10 ) (2025-06-05)
8088
8189
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/config" ,
3- "version" : " 23.0.10 " ,
3+ "version" : " 23.0.11 " ,
44 "description" : " Netlify config module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.0.11] ( https://github.com/netlify/build/compare/functions-utils-v6.0.10...functions-utils-v6.0.11 ) (2025-06-23)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @netlify/zip-it-and-ship-it bumped from 12.1.4 to 12.1.5
11+
312## [ 6.0.10] ( https://github.com/netlify/build/compare/functions-utils-v6.0.9...functions-utils-v6.0.10 ) (2025-06-05)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 6.0.10 " ,
3+ "version" : " 6.0.11 " ,
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" : " 12.1.4 " ,
53+ "@netlify/zip-it-and-ship-it" : " 12.1.5 " ,
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+ ## [ 12.1.5] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.1.4...zip-it-and-ship-it-v12.1.5 ) (2025-06-23)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** 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 ) )
16+
1017## [ 12.1.4] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.1.3...zip-it-and-ship-it-v12.1.4 ) (2025-06-05)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/zip-it-and-ship-it" ,
3- "version" : " 12.1.4 " ,
3+ "version" : " 12.1.5 " ,
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