Skip to content

Commit 93396de

Browse files
chore: release main
1 parent 9917ef4 commit 93396de

File tree

34 files changed

+297
-79
lines changed

34 files changed

+297
-79
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/build-info": "9.0.4",
3-
"packages/build": "32.2.0",
4-
"packages/edge-bundler": "13.0.3",
5-
"packages/cache-utils": "5.2.0",
6-
"packages/config": "22.2.0",
7-
"packages/framework-info": "9.9.3",
8-
"packages/functions-utils": "5.3.18",
9-
"packages/git-utils": "5.2.0",
10-
"packages/headers-parser": "8.0.0",
11-
"packages/js-client": "13.4.0",
12-
"packages/nock-udp": "4.0.0",
13-
"packages/redirect-parser": "14.5.1",
14-
"packages/run-utils": "5.2.0",
15-
"packages/opentelemetry-sdk-setup": "1.2.2",
16-
"packages/opentelemetry-utils": "1.3.1",
17-
"packages/zip-it-and-ship-it": "10.1.1"
2+
"packages/build-info": "10.0.0",
3+
"packages/build": "33.0.0",
4+
"packages/edge-bundler": "14.0.0",
5+
"packages/cache-utils": "6.0.0",
6+
"packages/config": "23.0.0",
7+
"packages/framework-info": "10.0.0",
8+
"packages/functions-utils": "6.0.0",
9+
"packages/git-utils": "6.0.0",
10+
"packages/headers-parser": "9.0.0",
11+
"packages/js-client": "14.0.0",
12+
"packages/nock-udp": "5.0.0",
13+
"packages/redirect-parser": "15.0.0",
14+
"packages/run-utils": "6.0.0",
15+
"packages/opentelemetry-sdk-setup": "2.0.0",
16+
"packages/opentelemetry-utils": "2.0.0",
17+
"packages/zip-it-and-ship-it": "11.0.0"
1818
}

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-info/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [10.0.0](https://github.com/netlify/build/compare/build-info-v9.0.4...build-info-v10.0.0) (2025-05-14)
68+
69+
70+
### ⚠ BREAKING CHANGES
71+
72+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223))
73+
74+
### Features
75+
76+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4))
77+
6778
## [9.0.4](https://github.com/netlify/build/compare/build-info-v9.0.3...build-info-v9.0.4) (2025-04-25)
6879

6980

packages/build-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "9.0.4",
3+
"version": "10.0.0",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,36 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [33.0.0](https://github.com/netlify/build/compare/build-v32.2.0...build-v33.0.0) (2025-05-14)
109+
110+
111+
### ⚠ BREAKING CHANGES
112+
113+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223))
114+
115+
### Features
116+
117+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4))
118+
119+
120+
### Dependencies
121+
122+
* The following workspace dependencies were updated
123+
* dependencies
124+
* @netlify/cache-utils bumped from ^5.2.0 to ^6.0.0
125+
* @netlify/config bumped from ^22.2.0 to ^23.0.0
126+
* @netlify/edge-bundler bumped from 13.0.3 to 14.0.0
127+
* @netlify/framework-info bumped from ^9.9.3 to ^10.0.0
128+
* @netlify/functions-utils bumped from ^5.3.18 to ^6.0.0
129+
* @netlify/git-utils bumped from ^5.2.0 to ^6.0.0
130+
* @netlify/opentelemetry-utils bumped from ^1.3.1 to ^2.0.0
131+
* @netlify/run-utils bumped from ^5.2.0 to ^6.0.0
132+
* @netlify/zip-it-and-ship-it bumped from 10.1.1 to 11.0.0
133+
* devDependencies
134+
* @netlify/nock-udp bumped from ^4.0.0 to ^5.0.0
135+
* peerDependencies
136+
* @netlify/opentelemetry-sdk-setup bumped from ^1.1.0 to ^2.0.0
137+
108138
## [32.2.0](https://github.com/netlify/build/compare/build-v32.1.4...build-v32.2.0) (2025-05-13)
109139

110140

packages/build/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "32.2.0",
3+
"version": "33.0.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -68,16 +68,16 @@
6868
"dependencies": {
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^8.2.0",
71-
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^22.2.0",
73-
"@netlify/edge-bundler": "13.0.3",
74-
"@netlify/framework-info": "^9.9.3",
75-
"@netlify/functions-utils": "^5.3.18",
76-
"@netlify/git-utils": "^5.2.0",
77-
"@netlify/opentelemetry-utils": "^1.3.1",
71+
"@netlify/cache-utils": "^6.0.0",
72+
"@netlify/config": "^23.0.0",
73+
"@netlify/edge-bundler": "14.0.0",
74+
"@netlify/framework-info": "^10.0.0",
75+
"@netlify/functions-utils": "^6.0.0",
76+
"@netlify/git-utils": "^6.0.0",
77+
"@netlify/opentelemetry-utils": "^2.0.0",
7878
"@netlify/plugins-list": "^6.80.0",
79-
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "10.1.1",
79+
"@netlify/run-utils": "^6.0.0",
80+
"@netlify/zip-it-and-ship-it": "11.0.0",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",
@@ -126,7 +126,7 @@
126126
"yargs": "^17.6.0"
127127
},
128128
"devDependencies": {
129-
"@netlify/nock-udp": "^4.0.0",
129+
"@netlify/nock-udp": "^5.0.0",
130130
"@opentelemetry/api": "~1.8.0",
131131
"@opentelemetry/sdk-trace-base": "~1.24.0",
132132
"@types/node": "^14.18.53",

packages/cache-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/netlify/build/compare/cache-utils-v5.2.0...cache-utils-v6.0.0) (2025-05-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223))
9+
10+
### Features
11+
12+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4))
13+
314
## [5.2.0](https://github.com/netlify/build/compare/cache-utils-v5.1.6...cache-utils-v5.2.0) (2024-12-11)
415

516

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/config/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,26 @@
7676
* dependencies
7777
* netlify bumped from ^13.1.8 to ^13.1.9
7878

79+
## [23.0.0](https://github.com/netlify/build/compare/config-v22.2.0...config-v23.0.0) (2025-05-14)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223))
85+
86+
### Features
87+
88+
* end of support for v14 and v16 ([#6223](https://github.com/netlify/build/issues/6223)) ([9917ef4](https://github.com/netlify/build/commit/9917ef4eb0bd47162e33aa432be7c9fa3fa462c4))
89+
90+
91+
### Dependencies
92+
93+
* The following workspace dependencies were updated
94+
* dependencies
95+
* @netlify/api bumped from ^13.4.0 to ^14.0.0
96+
* @netlify/headers-parser bumped from ^8.0.0 to ^9.0.0
97+
* @netlify/redirect-parser bumped from ^14.5.1 to ^15.0.0
98+
7999
## [22.2.0](https://github.com/netlify/build/compare/config-v22.1.0...config-v22.2.0) (2025-05-12)
80100

81101

0 commit comments

Comments
 (0)