File tree Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Expand file tree Collapse file tree 8 files changed +43
-13
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.7 " ,
3
+ "packages/build" : " 35.1.0 " ,
4
4
"packages/edge-bundler" : " 14.5.2" ,
5
5
"packages/cache-utils" : " 6.0.4" ,
6
- "packages/config" : " 24.0.2 " ,
6
+ "packages/config" : " 24.0.3 " ,
7
7
"packages/functions-utils" : " 6.2.2" ,
8
8
"packages/git-utils" : " 6.0.2" ,
9
9
"packages/headers-parser" : " 9.0.2" ,
10
- "packages/js-client" : " 14.0.3 " ,
10
+ "packages/js-client" : " 14.0.4 " ,
11
11
"packages/nock-udp" : " 5.0.1" ,
12
12
"packages/redirect-parser" : " 15.0.3" ,
13
13
"packages/run-utils" : " 6.0.2" ,
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.0] ( https://github.com/netlify/build/compare/build-v35.0.7...build-v35.1.0 ) (2025-08-14)
109
+
110
+
111
+ ### Features
112
+
113
+ * add skew protection to Frameworks API ([ #6601 ] ( https://github.com/netlify/build/issues/6601 ) ) ([ 6cf3065] ( https://github.com/netlify/build/commit/6cf306535d8083797a140ecaa05b0778c33e1052 ) )
114
+
115
+
116
+ ### Dependencies
117
+
118
+ * The following workspace dependencies were updated
119
+ * dependencies
120
+ * @netlify/config bumped from ^24.0.2 to ^24.0.3
121
+
108
122
## [ 35.0.7] ( https://github.com/netlify/build/compare/build-v35.0.6...build-v35.0.7 ) (2025-08-12)
109
123
110
124
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 35.0.7 " ,
3
+ "version" : " 35.1.0 " ,
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.8" ,
71
71
"@netlify/cache-utils" : " ^6.0.4" ,
72
- "@netlify/config" : " ^24.0.2 " ,
72
+ "@netlify/config" : " ^24.0.3 " ,
73
73
"@netlify/edge-bundler" : " 14.5.2" ,
74
74
"@netlify/functions-utils" : " ^6.2.2" ,
75
75
"@netlify/git-utils" : " ^6.0.2" ,
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
+ ## [ 24.0.3] ( https://github.com/netlify/build/compare/config-v24.0.2...config-v24.0.3 ) (2025-08-14)
80
+
81
+
82
+ ### Dependencies
83
+
84
+ * The following workspace dependencies were updated
85
+ * dependencies
86
+ * @netlify/api bumped from ^14.0.3 to ^14.0.4
87
+
79
88
## [ 24.0.2] ( https://github.com/netlify/build/compare/config-v24.0.1...config-v24.0.2 ) (2025-08-08)
80
89
81
90
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/config" ,
3
- "version" : " 24.0.2 " ,
3
+ "version" : " 24.0.3 " ,
4
4
"description" : " Netlify config module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
59
59
"license" : " MIT" ,
60
60
"dependencies" : {
61
61
"@iarna/toml" : " ^2.2.5" ,
62
- "@netlify/api" : " ^14.0.3 " ,
62
+ "@netlify/api" : " ^14.0.4 " ,
63
63
"@netlify/headers-parser" : " ^9.0.2" ,
64
64
"@netlify/redirect-parser" : " ^15.0.3" ,
65
65
"chalk" : " ^5.0.0" ,
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.0.4] ( https://github.com/netlify/build/compare/api-v14.0.3...api-v14.0.4 ) (2025-08-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * remove lodash-es ([ #6622 ] ( https://github.com/netlify/build/issues/6622 ) ) ([ 969acf2] ( https://github.com/netlify/build/commit/969acf24935845df1162456d872a9348960e0061 ) )
16
+
10
17
## [ 14.0.3] ( https://github.com/netlify/build/compare/api-v14.0.2...api-v14.0.3 ) (2025-05-29)
11
18
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/api" ,
3
3
"description" : " Netlify Node.js API client" ,
4
- "version" : " 14.0.3 " ,
4
+ "version" : " 14.0.4 " ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
7
7
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments