File tree Expand file tree Collapse file tree 8 files changed +52
-16
lines changed Expand file tree Collapse file tree 8 files changed +52
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/build-info" : " 10.0.7" ,
3- "packages/build" : " 33.5.0 " ,
3+ "packages/build" : " 33.5.1 " ,
44 "packages/edge-bundler" : " 14.0.6" ,
55 "packages/cache-utils" : " 6.0.3" ,
66 "packages/config" : " 23.0.11" ,
7- "packages/functions-utils" : " 6.0.12 " ,
7+ "packages/functions-utils" : " 6.0.13 " ,
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.2.0 "
16+ "packages/zip-it-and-ship-it" : " 12.2.1 "
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.5.1] ( https://github.com/netlify/build/compare/build-v33.5.0...build-v33.5.1 ) (2025-07-03)
109+
110+
111+ ### Bug Fixes
112+
113+ * ** deps:** update dependency @netlify/blobs to ^10.0.2 ([ #6494 ] ( https://github.com/netlify/build/issues/6494 ) ) ([ 2f99eba] ( https://github.com/netlify/build/commit/2f99ebaa40f22a113e8c73a3ebfc4825302c1efb ) )
114+ * ** deps:** update dependency hot-shots to v11 ([ #6511 ] ( https://github.com/netlify/build/issues/6511 ) ) ([ 41d2890] ( https://github.com/netlify/build/commit/41d2890f93bd350c42b7eabc70575039dcdacfcf ) )
115+ * ** deps:** update dependency netlify-plugin-contextual-env to v0.3.0 ([ #6515 ] ( https://github.com/netlify/build/issues/6515 ) ) ([ a5fb91e] ( https://github.com/netlify/build/commit/a5fb91e4deeaa37500edcbb15f7eac48b243953a ) )
116+
117+
118+ ### Dependencies
119+
120+ * The following workspace dependencies were updated
121+ * dependencies
122+ * @netlify/functions-utils bumped from ^6.0.12 to ^6.0.13
123+ * @netlify/zip-it-and-ship-it bumped from 12.2.0 to 12.2.1
124+
108125## [ 33.5.0] ( https://github.com/netlify/build/compare/build-v33.4.7...build-v33.5.0 ) (2025-06-27)
109126
110127
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 33.5.0 " ,
3+ "version" : " 33.5.1 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
7171 "@netlify/cache-utils" : " ^6.0.3" ,
7272 "@netlify/config" : " ^23.0.11" ,
7373 "@netlify/edge-bundler" : " 14.0.6" ,
74- "@netlify/functions-utils" : " ^6.0.12 " ,
74+ "@netlify/functions-utils" : " ^6.0.13 " ,
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.2.0 " ,
79+ "@netlify/zip-it-and-ship-it" : " 12.2.1 " ,
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 11# Changelog
22
3+ ## [ 6.0.13] ( https://github.com/netlify/build/compare/functions-utils-v6.0.12...functions-utils-v6.0.13 ) (2025-07-03)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @netlify/zip-it-and-ship-it bumped from 12.2.0 to 12.2.1
11+
312## [ 6.0.12] ( https://github.com/netlify/build/compare/functions-utils-v6.0.11...functions-utils-v6.0.12 ) (2025-06-27)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 6.0.12 " ,
3+ "version" : " 6.0.13 " ,
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.2.0 " ,
53+ "@netlify/zip-it-and-ship-it" : " 12.2.1 " ,
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,16 @@ 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.2.1] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.2.0...zip-it-and-ship-it-v12.2.1 ) (2025-07-03)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** deps:** update babel monorepo to v7.27.7 ([ #6499 ] ( https://github.com/netlify/build/issues/6499 ) ) ([ 1617e8e] ( https://github.com/netlify/build/commit/1617e8eefdbfe44cafdf27d74b82f6c09d00b01b ) )
16+ * ** deps:** update babel monorepo to v7.28.0 ([ #6508 ] ( https://github.com/netlify/build/issues/6508 ) ) ([ c3d0772] ( https://github.com/netlify/build/commit/c3d0772cb6259a96c8bfce229c7d122dd6169454 ) )
17+ * ** deps:** update dependency @netlify/functions to v1.6.0 ([ #6514 ] ( https://github.com/netlify/build/issues/6514 ) ) ([ 0f31fa3] ( https://github.com/netlify/build/commit/0f31fa3aa54470f036fff3415345ad9d4ffe3f9e ) )
18+ * ** deps:** update dependency @netlify/serverless-functions-api to ^2.1.3 ([ #6502 ] ( https://github.com/netlify/build/issues/6502 ) ) ([ 192713b] ( https://github.com/netlify/build/commit/192713b974b1a6abd1b663e998158ac1d93f2034 ) )
19+
1020## [ 12.2.0] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.1.5...zip-it-and-ship-it-v12.2.0 ) (2025-06-27)
1121
1222
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/zip-it-and-ship-it" ,
3- "version" : " 12.2.0 " ,
3+ "version" : " 12.2.1 " ,
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