File tree Expand file tree Collapse file tree 8 files changed +43
-17
lines changed Expand file tree Collapse file tree 8 files changed +43
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/build-info" : " 10.0.7" ,
3
- "packages/build" : " 35.1.1 " ,
3
+ "packages/build" : " 35.1.2 " ,
4
4
"packages/edge-bundler" : " 14.5.2" ,
5
5
"packages/cache-utils" : " 6.0.4" ,
6
6
"packages/config" : " 24.0.3" ,
7
- "packages/functions-utils" : " 6.2.3 " ,
7
+ "packages/functions-utils" : " 6.2.4 " ,
8
8
"packages/git-utils" : " 6.0.2" ,
9
9
"packages/headers-parser" : " 9.0.2" ,
10
10
"packages/js-client" : " 14.0.4" ,
13
13
"packages/run-utils" : " 6.0.2" ,
14
14
"packages/opentelemetry-sdk-setup" : " 2.0.2" ,
15
15
"packages/opentelemetry-utils" : " 2.0.1" ,
16
- "packages/zip-it-and-ship-it" : " 14.1.3 "
16
+ "packages/zip-it-and-ship-it" : " 14.1.4 "
17
17
}
Original file line number Diff line number Diff line change 105
105
* dependencies
106
106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107
107
108
+ ## [ 35.1.2] ( https://github.com/netlify/build/compare/build-v35.1.1...build-v35.1.2 ) (2025-08-19)
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @netlify/functions-utils bumped from ^6.2.3 to ^6.2.4
116
+ * @netlify/zip-it-and-ship-it bumped from 14.1.3 to 14.1.4
117
+
108
118
## [ 35.1.1] ( https://github.com/netlify/build/compare/build-v35.1.0...build-v35.1.1 ) (2025-08-18)
109
119
110
120
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 35.1.1 " ,
3
+ "version" : " 35.1.2 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
71
71
"@netlify/cache-utils" : " ^6.0.4" ,
72
72
"@netlify/config" : " ^24.0.3" ,
73
73
"@netlify/edge-bundler" : " 14.5.2" ,
74
- "@netlify/functions-utils" : " ^6.2.3 " ,
74
+ "@netlify/functions-utils" : " ^6.2.4 " ,
75
75
"@netlify/git-utils" : " ^6.0.2" ,
76
76
"@netlify/opentelemetry-utils" : " ^2.0.1" ,
77
77
"@netlify/plugins-list" : " ^6.80.0" ,
78
78
"@netlify/run-utils" : " ^6.0.2" ,
79
- "@netlify/zip-it-and-ship-it" : " 14.1.3 " ,
79
+ "@netlify/zip-it-and-ship-it" : " 14.1.4 " ,
80
80
"@sindresorhus/slugify" : " ^2.0.0" ,
81
81
"ansi-escapes" : " ^7.0.0" ,
82
82
"ansis" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.2.4] ( https://github.com/netlify/build/compare/functions-utils-v6.2.3...functions-utils-v6.2.4 ) (2025-08-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @netlify/zip-it-and-ship-it bumped from 14.1.3 to 14.1.4
11
+
3
12
## [ 6.2.3] ( https://github.com/netlify/build/compare/functions-utils-v6.2.2...functions-utils-v6.2.3 ) (2025-08-18)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/functions-utils" ,
3
- "version" : " 6.2.3 " ,
3
+ "version" : " 6.2.4 " ,
4
4
"description" : " Utility for adding Functions files in Netlify Build" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
50
50
},
51
51
"license" : " MIT" ,
52
52
"dependencies" : {
53
- "@netlify/zip-it-and-ship-it" : " 14.1.3 " ,
53
+ "@netlify/zip-it-and-ship-it" : " 14.1.4 " ,
54
54
"cpy" : " ^11.0.0" ,
55
55
"path-exists" : " ^5.0.0"
56
56
},
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/)
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
+ ## [ 14.1.4] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.3...zip-it-and-ship-it-v14.1.4 ) (2025-08-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** deps:** update dependency @netlify/serverless-functions-api to ^2.2.1 ([ #6628 ] ( https://github.com/netlify/build/issues/6628 ) ) ([ 2228f90] ( https://github.com/netlify/build/commit/2228f90cdf828297111360b60675e0ab72196219 ) )
16
+
10
17
## [ 14.1.3] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.2...zip-it-and-ship-it-v14.1.3 ) (2025-08-18)
11
18
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/zip-it-and-ship-it" ,
3
- "version" : " 14.1.3 " ,
3
+ "version" : " 14.1.4 " ,
4
4
"description" : " Zip it and ship it" ,
5
5
"main" : " ./dist/main.js" ,
6
6
"type" : " module" ,
44
44
"@babel/parser" : " ^7.22.5" ,
45
45
"@babel/types" : " 7.28.1" ,
46
46
"@netlify/binary-info" : " ^1.0.0" ,
47
- "@netlify/serverless-functions-api" : " ^2.2.0 " ,
47
+ "@netlify/serverless-functions-api" : " ^2.2.1 " ,
48
48
"@vercel/nft" : " 0.29.4" ,
49
49
"archiver" : " ^7.0.0" ,
50
50
"common-path-prefix" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments