Skip to content

Commit 2f622d9

Browse files
chore: release main (#6107)
* chore: release main * chore: update lockfile * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 8618284 commit 2f622d9

File tree

16 files changed

+956
-134
lines changed

16 files changed

+956
-134
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/build-info": "8.1.0",
3-
"packages/build": "29.59.2",
2+
"packages/build-info": "9.0.0",
3+
"packages/build": "30.0.0",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "20.22.0",
6+
"packages/config": "21.0.0",
77
"packages/framework-info": "9.9.1",
8-
"packages/functions-utils": "5.3.8",
8+
"packages/functions-utils": "5.3.9",
99
"packages/git-utils": "5.2.0",
10-
"packages/headers-parser": "7.3.0",
10+
"packages/headers-parser": "8.0.0",
1111
"packages/js-client": "13.3.3",
12-
"packages/nock-udp": "3.2.0",
12+
"packages/nock-udp": "4.0.0",
1313
"packages/redirect-parser": "14.5.0",
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.0",
1616
"packages/opentelemetry-utils": "1.3.0",
17-
"packages/zip-it-and-ship-it": "9.43.1"
17+
"packages/zip-it-and-ship-it": "10.0.0"
1818
}

package-lock.json

Lines changed: 831 additions & 114 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+
## [9.0.0](https://github.com/netlify/build/compare/build-info-v8.1.0...build-info-v9.0.0) (2025-03-12)
68+
69+
70+
### ⚠ BREAKING CHANGES
71+
72+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))
73+
74+
### Bug Fixes
75+
76+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))
77+
6778
## [8.1.0](https://github.com/netlify/build/compare/build-info-v8.0.0...build-info-v8.1.0) (2025-02-24)
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": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

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

108+
## [30.0.0](https://github.com/netlify/build/compare/build-v29.59.2...build-v30.0.0) (2025-03-12)
109+
110+
111+
### ⚠ BREAKING CHANGES
112+
113+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))
114+
115+
### Features
116+
117+
* remove references to removed flag and always produce manfiest ([#6117](https://github.com/netlify/build/issues/6117)) ([0af493c](https://github.com/netlify/build/commit/0af493cd65c7d3a502620f18e3ac21747c8e5e1a))
118+
119+
120+
### Bug Fixes
121+
122+
* fix httperr snapshot ([#6116](https://github.com/netlify/build/issues/6116)) ([d4ece98](https://github.com/netlify/build/commit/d4ece98c4427bbf8c9d293f231340e98ac24ccf5))
123+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))
124+
125+
126+
### Dependencies
127+
128+
* The following workspace dependencies were updated
129+
* dependencies
130+
* @netlify/config bumped from ^20.22.0 to ^21.0.0
131+
* @netlify/functions-utils bumped from ^5.3.8 to ^5.3.9
132+
* @netlify/zip-it-and-ship-it bumped from 9.43.1 to 10.0.0
133+
* devDependencies
134+
* @netlify/nock-udp bumped from ^3.2.0 to ^4.0.0
135+
108136
## [29.59.2](https://github.com/netlify/build/compare/build-v29.59.1...build-v29.59.2) (2025-02-27)
109137

110138

packages/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.59.2",
3+
"version": "30.0.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,15 +69,15 @@
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^7.4.0",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^20.22.0",
72+
"@netlify/config": "^21.0.0",
7373
"@netlify/edge-bundler": "12.3.2",
7474
"@netlify/framework-info": "^9.9.1",
75-
"@netlify/functions-utils": "^5.3.8",
75+
"@netlify/functions-utils": "^5.3.9",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "9.43.1",
80+
"@netlify/zip-it-and-ship-it": "10.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": "^3.2.0",
129+
"@netlify/nock-udp": "^4.0.0",
130130
"@opentelemetry/api": "~1.8.0",
131131
"@opentelemetry/sdk-trace-base": "~1.24.0",
132132
"@types/node": "^14.18.53",

packages/config/CHANGELOG.md

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

79+
## [21.0.0](https://github.com/netlify/build/compare/config-v20.22.0...config-v21.0.0) (2025-03-12)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))
85+
86+
### Bug Fixes
87+
88+
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))
89+
90+
91+
### Dependencies
92+
93+
* The following workspace dependencies were updated
94+
* dependencies
95+
* @netlify/headers-parser bumped from ^7.3.0 to ^8.0.0
96+
7997
## [20.22.0](https://github.com/netlify/build/compare/config-v20.21.7...config-v20.22.0) (2025-02-24)
8098

8199

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.22.0",
3+
"version": "21.0.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -73,7 +73,7 @@
7373
"js-yaml": "^4.0.0",
7474
"map-obj": "^5.0.0",
7575
"netlify": "^13.3.3",
76-
"@netlify/headers-parser": "^7.3.0",
76+
"@netlify/headers-parser": "^8.0.0",
7777
"@netlify/redirect-parser": "^14.5.0",
7878
"node-fetch": "^3.3.1",
7979
"omit.js": "^2.0.2",

packages/functions-utils/CHANGELOG.md

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

3+
## [5.3.9](https://github.com/netlify/build/compare/functions-utils-v5.3.8...functions-utils-v5.3.9) (2025-03-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 9.43.1 to 10.0.0
11+
312
## [5.3.8](https://github.com/netlify/build/compare/functions-utils-v5.3.7...functions-utils-v5.3.8) (2025-02-27)
413

514

packages/functions-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "Utility for adding Functions files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"dependencies": {
53-
"@netlify/zip-it-and-ship-it": "9.43.1",
53+
"@netlify/zip-it-and-ship-it": "10.0.0",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)