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{
2- "packages/build-info" : " 7.15.1 " ,
3- "packages/build" : " 29.55.4 " ,
2+ "packages/build-info" : " 7.15.2 " ,
3+ "packages/build" : " 29.55.5 " ,
44 "packages/edge-bundler" : " 12.2.3" ,
55 "packages/cache-utils" : " 5.1.6" ,
66 "packages/config" : " 20.19.0" ,
77 "packages/framework-info" : " 9.8.13" ,
8- "packages/functions-utils" : " 5.2.92 " ,
8+ "packages/functions-utils" : " 5.2.93 " ,
99 "packages/git-utils" : " 5.1.1" ,
1010 "packages/headers-parser" : " 7.1.4" ,
1111 "packages/js-client" : " 13.1.21" ,
1414 "packages/run-utils" : " 5.1.1" ,
1515 "packages/opentelemetry-sdk-setup" : " 1.1.3" ,
1616 "packages/opentelemetry-utils" : " 1.2.1" ,
17- "packages/zip-it-and-ship-it" : " 9.41.0 "
17+ "packages/zip-it-and-ship-it" : " 9.41.1 "
1818}
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+ ## [ 7.15.2] ( https://github.com/netlify/build/compare/build-info-v7.15.1...build-info-v7.15.2 ) (2024-10-25)
68+
69+
70+ ### Bug Fixes
71+
72+ * detect next if typescript config file is used ([ #5893 ] ( https://github.com/netlify/build/issues/5893 ) ) ([ d07e0d5] ( https://github.com/netlify/build/commit/d07e0d52bf1e3d8410625e216e08914b4f0ae8cc ) )
73+
6774## [ 7.15.1] ( https://github.com/netlify/build/compare/build-info-v7.15.0...build-info-v7.15.1 ) (2024-10-01)
6875
6976
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build-info" ,
3- "version" : " 7.15.1 " ,
3+ "version" : " 7.15.2 " ,
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+ ## [ 29.55.5] ( https://github.com/netlify/build/compare/build-v29.55.4...build-v29.55.5 ) (2024-10-25)
109+
110+
111+ ### Dependencies
112+
113+ * The following workspace dependencies were updated
114+ * dependencies
115+ * @netlify/functions-utils bumped from ^5.2.92 to ^5.2.93
116+ * @netlify/zip-it-and-ship-it bumped from 9.41.0 to 9.41.1
117+
108118## [ 29.55.4] ( https://github.com/netlify/build/compare/build-v29.55.3...build-v29.55.4 ) (2024-10-21)
109119
110120
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 29.55.4 " ,
3+ "version" : " 29.55.5 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/index.js" ,
7373 "@netlify/config" : " ^20.19.0" ,
7474 "@netlify/edge-bundler" : " 12.2.3" ,
7575 "@netlify/framework-info" : " ^9.8.13" ,
76- "@netlify/functions-utils" : " ^5.2.92 " ,
76+ "@netlify/functions-utils" : " ^5.2.93 " ,
7777 "@netlify/git-utils" : " ^5.1.1" ,
7878 "@netlify/opentelemetry-utils" : " ^1.2.1" ,
7979 "@netlify/plugins-list" : " ^6.80.0" ,
8080 "@netlify/run-utils" : " ^5.1.1" ,
81- "@netlify/zip-it-and-ship-it" : " 9.41.0 " ,
81+ "@netlify/zip-it-and-ship-it" : " 9.41.1 " ,
8282 "@sindresorhus/slugify" : " ^2.0.0" ,
8383 "ansi-escapes" : " ^6.0.0" ,
8484 "chalk" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.2.93] ( https://github.com/netlify/build/compare/functions-utils-v5.2.92...functions-utils-v5.2.93 ) (2024-10-25)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @netlify/zip-it-and-ship-it bumped from 9.41.0 to 9.41.1
11+
312## [ 5.2.92] ( https://github.com/netlify/build/compare/functions-utils-v5.2.91...functions-utils-v5.2.92 ) (2024-10-21)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 5.2.92 " ,
3+ "version" : " 5.2.93 " ,
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" : " 9.41.0 " ,
53+ "@netlify/zip-it-and-ship-it" : " 9.41.1 " ,
5454 "cpy" : " ^9.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+ ## [ 9.41.1] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.41.0...zip-it-and-ship-it-v9.41.1 ) (2024-10-25)
11+
12+
13+ ### Bug Fixes
14+
15+ * ** deps:** update dependency @netlify/serverless-functions-api to ^1.31.0 ([ #5898 ] ( https://github.com/netlify/build/issues/5898 ) ) ([ a849029] ( https://github.com/netlify/build/commit/a849029e10547c717c2291c5f6cd56f8ba72e5d3 ) )
16+
1017## [ 9.41.0] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.40.2...zip-it-and-ship-it-v9.41.0 ) (2024-10-21)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/zip-it-and-ship-it" ,
3- "version" : " 9.41.0 " ,
3+ "version" : " 9.41.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