File tree Expand file tree Collapse file tree 10 files changed +59
-20
lines changed Expand file tree Collapse file tree 10 files changed +59
-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" : " 35.0.2 " ,
4
- "packages/edge-bundler" : " 14.4.0 " ,
3
+ "packages/build" : " 35.0.3 " ,
4
+ "packages/edge-bundler" : " 14.4.1 " ,
5
5
"packages/cache-utils" : " 6.0.3" ,
6
6
"packages/config" : " 24.0.1" ,
7
- "packages/functions-utils" : " 6.2.0 " ,
7
+ "packages/functions-utils" : " 6.2.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" : " 14.1.0 "
16
+ "packages/zip-it-and-ship-it" : " 14.1.1 "
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.0.3] ( https://github.com/netlify/build/compare/build-v35.0.2...build-v35.0.3 ) (2025-08-04)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * drop map-obj ([ #6577 ] ( https://github.com/netlify/build/issues/6577 ) ) ([ 7c44533] ( https://github.com/netlify/build/commit/7c44533ae078336cc722093859e47f8ef5cb7795 ) )
114
+
115
+
116
+ ### Dependencies
117
+
118
+ * The following workspace dependencies were updated
119
+ * dependencies
120
+ * @netlify/edge-bundler bumped from 14.4.0 to 14.4.1
121
+ * @netlify/functions-utils bumped from ^6.2.0 to ^6.2.1
122
+ * @netlify/zip-it-and-ship-it bumped from 14.1.0 to 14.1.1
123
+
108
124
## [ 35.0.2] ( https://github.com/netlify/build/compare/build-v35.0.1...build-v35.0.2 ) (2025-07-31)
109
125
110
126
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 35.0.2 " ,
3
+ "version" : " 35.0.3 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
70
70
"@netlify/blobs" : " ^10.0.7" ,
71
71
"@netlify/cache-utils" : " ^6.0.3" ,
72
72
"@netlify/config" : " ^24.0.1" ,
73
- "@netlify/edge-bundler" : " 14.4.0 " ,
74
- "@netlify/functions-utils" : " ^6.2.0 " ,
73
+ "@netlify/edge-bundler" : " 14.4.1 " ,
74
+ "@netlify/functions-utils" : " ^6.2.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" : " 14.1.0 " ,
79
+ "@netlify/zip-it-and-ship-it" : " 14.1.1 " ,
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
+ ## [ 14.4.1] ( https://github.com/netlify/build/compare/edge-bundler-v14.4.0...edge-bundler-v14.4.1 ) (2025-08-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use correct type when validating EF header regex ([ #6602 ] ( https://github.com/netlify/build/issues/6602 ) ) ([ e503dc9] ( https://github.com/netlify/build/commit/e503dc9dde319dd3bab17fbb63f51c63b7beb856 ) )
9
+
3
10
## [ 14.4.0] ( https://github.com/netlify/build/compare/edge-bundler-v14.3.0...edge-bundler-v14.4.0 ) (2025-07-31)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/edge-bundler" ,
3
- "version" : " 14.4.0 " ,
3
+ "version" : " 14.4.1 " ,
4
4
"description" : " Intelligently prepare Netlify Edge Functions for deployment" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/node/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.2.1] ( https://github.com/netlify/build/compare/functions-utils-v6.2.0...functions-utils-v6.2.1 ) (2025-08-04)
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.0 to 14.1.1
11
+
3
12
## [ 6.2.0] ( https://github.com/netlify/build/compare/functions-utils-v6.1.1...functions-utils-v6.2.0 ) (2025-07-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.0 " ,
3
+ "version" : " 6.2.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" : " 14.1.0 " ,
53
+ "@netlify/zip-it-and-ship-it" : " 14.1.1 " ,
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.1] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.0...zip-it-and-ship-it-v14.1.1 ) (2025-08-04)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * drop ` is-builtin-module ` ([ #6595 ] ( https://github.com/netlify/build/issues/6595 ) ) ([ 79c24fe] ( https://github.com/netlify/build/commit/79c24fe0cd4fe657e4056c1fb6f03d915dd54d84 ) )
16
+
10
17
## [ 14.1.0] ( https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.0.0...zip-it-and-ship-it-v14.1.0 ) (2025-07-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.0 " ,
3
+ "version" : " 14.1.1 " ,
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