File tree Expand file tree Collapse file tree 10 files changed +58
-20
lines changed Expand file tree Collapse file tree 10 files changed +58
-20
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" : " 34.2.4 " ,
3
+ "packages/build" : " 34.2.5 " ,
4
4
"packages/edge-bundler" : " 14.2.2" ,
5
5
"packages/cache-utils" : " 6.0.3" ,
6
- "packages/config" : " 23.1 .0" ,
7
- "packages/functions-utils" : " 6.1.0 " ,
6
+ "packages/config" : " 23.2 .0" ,
7
+ "packages/functions-utils" : " 6.1.1 " ,
8
8
"packages/git-utils" : " 6.0.2" ,
9
9
"packages/headers-parser" : " 9.0.1" ,
10
10
"packages/js-client" : " 14.0.3" ,
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" : " 13.2 .0"
16
+ "packages/zip-it-and-ship-it" : " 14.0 .0"
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
+ ## [ 34.2.5] ( https://github.com/netlify/build/compare/build-v34.2.4...build-v34.2.5 ) (2025-07-14)
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @netlify/config bumped from ^23.1.0 to ^23.2.0
116
+ * @netlify/functions-utils bumped from ^6.1.0 to ^6.1.1
117
+ * @netlify/zip-it-and-ship-it bumped from 13.2.0 to 14.0.0
118
+
108
119
## [ 34.2.4] ( https://github.com/netlify/build/compare/build-v34.2.3...build-v34.2.4 ) (2025-07-11)
109
120
110
121
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 34.2.4 " ,
3
+ "version" : " 34.2.5 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
69
69
"@bugsnag/js" : " ^8.0.0" ,
70
70
"@netlify/blobs" : " ^10.0.4" ,
71
71
"@netlify/cache-utils" : " ^6.0.3" ,
72
- "@netlify/config" : " ^23.1 .0" ,
72
+ "@netlify/config" : " ^23.2 .0" ,
73
73
"@netlify/edge-bundler" : " 14.2.2" ,
74
- "@netlify/functions-utils" : " ^6.1.0 " ,
74
+ "@netlify/functions-utils" : " ^6.1.1 " ,
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" : " 13.2 .0" ,
79
+ "@netlify/zip-it-and-ship-it" : " 14.0 .0" ,
80
80
"@sindresorhus/slugify" : " ^2.0.0" ,
81
81
"ansi-escapes" : " ^7.0.0" ,
82
82
"chalk" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 76
76
* dependencies
77
77
* netlify bumped from ^13.1.8 to ^13.1.9
78
78
79
+ ## [ 23.2.0] ( https://github.com/netlify/build/compare/config-v23.1.0...config-v23.2.0 ) (2025-07-14)
80
+
81
+
82
+ ### Features
83
+
84
+ * add support for EF ` header ` property in ` netlify.toml ` ([ #6558 ] ( https://github.com/netlify/build/issues/6558 ) ) ([ 55857bb] ( https://github.com/netlify/build/commit/55857bbd7665555519ddb2b09340f1fbeb9453b4 ) )
85
+
79
86
## [ 23.1.0] ( https://github.com/netlify/build/compare/config-v23.0.11...config-v23.1.0 ) (2025-07-07)
80
87
81
88
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/config" ,
3
- "version" : " 23.1 .0" ,
3
+ "version" : " 23.2 .0" ,
4
4
"description" : " Netlify config module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.1.1] ( https://github.com/netlify/build/compare/functions-utils-v6.1.0...functions-utils-v6.1.1 ) (2025-07-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @netlify/zip-it-and-ship-it bumped from 13.2.0 to 14.0.0
11
+
3
12
## [ 6.1.0] ( https://github.com/netlify/build/compare/functions-utils-v6.0.16...functions-utils-v6.1.0 ) (2025-07-10)
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.1.0 " ,
3
+ "version" : " 6.1.1 " ,
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" : " 13.2 .0" ,
53
+ "@netlify/zip-it-and-ship-it" : " 14.0 .0" ,
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,17 @@ 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.0.0] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v13.2.0...zip-it-and-ship-it-v14.0.0 ) (2025-07-14)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * stop throwing error when directories do not exist ([ #6556 ] ( https://github.com/netlify/build/issues/6556 ) )
16
+
17
+ ### Features
18
+
19
+ * stop throwing error when directories do not exist ([ #6556 ] ( https://github.com/netlify/build/issues/6556 ) ) ([ 9103da6] ( https://github.com/netlify/build/commit/9103da69a7ef1261d235762e53483d4bdcfea471 ) )
20
+
10
21
## [ 13.2.0] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v13.1.0...zip-it-and-ship-it-v13.2.0 ) (2025-07-10)
11
22
12
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/zip-it-and-ship-it" ,
3
- "version" : " 13.2 .0" ,
3
+ "version" : " 14.0 .0" ,
4
4
"description" : " Zip it and ship it" ,
5
5
"main" : " ./dist/main.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments