Skip to content

Commit 214d172

Browse files
chore: release main (#5947)
1 parent e8e29f0 commit 214d172

16 files changed

+123
-35
lines changed

.release-please-manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"packages/build-info": "7.16.0",
3-
"packages/build": "29.57.0",
4-
"packages/edge-bundler": "12.3.0",
3+
"packages/build": "29.58.0",
4+
"packages/edge-bundler": "12.3.1",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "20.20.0",
6+
"packages/config": "20.21.0",
77
"packages/framework-info": "9.9.0",
8-
"packages/functions-utils": "5.3.0",
8+
"packages/functions-utils": "5.3.1",
99
"packages/git-utils": "5.2.0",
10-
"packages/headers-parser": "7.2.0",
10+
"packages/headers-parser": "7.3.0",
1111
"packages/js-client": "13.2.0",
1212
"packages/nock-udp": "3.2.0",
13-
"packages/redirect-parser": "14.4.0",
13+
"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.42.0"
17+
"packages/zip-it-and-ship-it": "9.42.1"
1818
}

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,23 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [29.58.0](https://github.com/netlify/build/compare/build-v29.57.0...build-v29.58.0) (2024-12-14)
109+
110+
111+
### Features
112+
113+
* **build:** Add trace attribute to track builds failing from Netlify maintained extensions ([#5914](https://github.com/netlify/build/issues/5914)) ([7e99c26](https://github.com/netlify/build/commit/7e99c263f1f47d0982c0a6ee3053163d43980844))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/config bumped from ^20.20.0 to ^20.21.0
121+
* @netlify/edge-bundler bumped from 12.3.0 to 12.3.1
122+
* @netlify/functions-utils bumped from ^5.3.0 to ^5.3.1
123+
* @netlify/zip-it-and-ship-it bumped from 9.42.0 to 9.42.1
124+
108125
## [29.57.0](https://github.com/netlify/build/compare/build-v29.56.1...build-v29.57.0) (2024-12-11)
109126

110127

packages/build/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.57.0",
3+
"version": "29.58.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -70,15 +70,15 @@
7070
"@bugsnag/js": "^7.0.0",
7171
"@netlify/blobs": "^7.4.0",
7272
"@netlify/cache-utils": "^5.2.0",
73-
"@netlify/config": "^20.20.0",
74-
"@netlify/edge-bundler": "12.3.0",
73+
"@netlify/config": "^20.21.0",
74+
"@netlify/edge-bundler": "12.3.1",
7575
"@netlify/framework-info": "^9.9.0",
76-
"@netlify/functions-utils": "^5.3.0",
76+
"@netlify/functions-utils": "^5.3.1",
7777
"@netlify/git-utils": "^5.2.0",
7878
"@netlify/opentelemetry-utils": "^1.3.0",
7979
"@netlify/plugins-list": "^6.80.0",
8080
"@netlify/run-utils": "^5.2.0",
81-
"@netlify/zip-it-and-ship-it": "9.42.0",
81+
"@netlify/zip-it-and-ship-it": "9.42.1",
8282
"@sindresorhus/slugify": "^2.0.0",
8383
"ansi-escapes": "^6.0.0",
8484
"chalk": "^5.0.0",

packages/config/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,27 @@
7676
* dependencies
7777
* netlify bumped from ^13.1.8 to ^13.1.9
7878

79+
## [20.21.0](https://github.com/netlify/build/compare/config-v20.20.0...config-v20.21.0) (2024-12-14)
80+
81+
82+
### Features
83+
84+
* **build:** Add trace attribute to track builds failing from Netlify maintained extensions ([#5914](https://github.com/netlify/build/issues/5914)) ([7e99c26](https://github.com/netlify/build/commit/7e99c263f1f47d0982c0a6ee3053163d43980844))
85+
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))
86+
87+
88+
### Bug Fixes
89+
90+
* fail build when extension failed to be retrieved ([#5915](https://github.com/netlify/build/issues/5915)) ([20c7359](https://github.com/netlify/build/commit/20c73593deda6fc4a570fc7b71178687a693e03d))
91+
92+
93+
### Dependencies
94+
95+
* The following workspace dependencies were updated
96+
* dependencies
97+
* @netlify/headers-parser bumped from ^7.2.0 to ^7.3.0
98+
* @netlify/redirect-parser bumped from ^14.4.0 to ^14.5.0
99+
79100
## [20.20.0](https://github.com/netlify/build/compare/config-v20.19.1...config-v20.20.0) (2024-12-11)
80101

81102

packages/config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.20.0",
3+
"version": "20.21.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -73,8 +73,8 @@
7373
"js-yaml": "^4.0.0",
7474
"map-obj": "^5.0.0",
7575
"netlify": "^13.2.0",
76-
"@netlify/headers-parser": "^7.2.0",
77-
"@netlify/redirect-parser": "^14.4.0",
76+
"@netlify/headers-parser": "^7.3.0",
77+
"@netlify/redirect-parser": "^14.5.0",
7878
"node-fetch": "^3.3.1",
7979
"omit.js": "^2.0.2",
8080
"p-locate": "^6.0.0",

packages/edge-bundler/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.3.1](https://github.com/netlify/build/compare/edge-bundler-v12.3.0...edge-bundler-v12.3.1) (2024-12-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin @vercel/nft due to breaking change in patch ([#5944](https://github.com/netlify/build/issues/5944)) ([e8e29f0](https://github.com/netlify/build/commit/e8e29f027b09631b7c66dee35c874f8533003d46))
9+
310
## [12.3.0](https://github.com/netlify/build/compare/edge-bundler-v12.2.3...edge-bundler-v12.3.0) (2024-12-11)
411

512

packages/edge-bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-bundler",
3-
"version": "12.3.0",
3+
"version": "12.3.1",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

packages/functions-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.3.1](https://github.com/netlify/build/compare/functions-utils-v5.3.0...functions-utils-v5.3.1) (2024-12-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 9.42.0 to 9.42.1
11+
312
## [5.3.0](https://github.com/netlify/build/compare/functions-utils-v5.2.93...functions-utils-v5.3.0) (2024-12-11)
413

514

packages/functions-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
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.42.0",
53+
"@netlify/zip-it-and-ship-it": "9.42.1",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/headers-parser/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [7.3.0](https://github.com/netlify/build/compare/headers-parser-v7.2.0...headers-parser-v7.3.0) (2024-12-14)
4+
5+
6+
### Features
7+
8+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
9+
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))
10+
11+
12+
### Bug Fixes
13+
14+
* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))
15+
316
## [7.2.0](https://github.com/netlify/build/compare/netlify-headers-parser-v7.1.4...netlify-headers-parser-v7.2.0) (2024-12-11)
417

518

packages/headers-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/headers-parser",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Parses Netlify headers into a JavaScript object representation",
55
"type": "module",
66
"exports": "./lib/index.js",

packages/redirect-parser/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [14.5.0](https://github.com/netlify/build/compare/redirect-parser-v14.4.0...redirect-parser-v14.5.0) (2024-12-14)
11+
12+
13+
### Features
14+
15+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
16+
* parse custom rate limit info from redirects ([#5623](https://github.com/netlify/build/issues/5623)) ([ef4e615](https://github.com/netlify/build/commit/ef4e6157e3060efef4c5006ba891f05909586296))
17+
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))
18+
19+
20+
### Bug Fixes
21+
22+
* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))
23+
1024
## [14.4.0](https://github.com/netlify/build/compare/netlify-redirect-parser-v14.3.0...netlify-redirect-parser-v14.4.0) (2024-12-11)
1125

1226

packages/redirect-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/redirect-parser",
3-
"version": "14.4.0",
3+
"version": "14.5.0",
44
"description": "Parses netlify redirects into a js object representation",
55
"type": "module",
66
"exports": "./lib/index.js",

packages/zip-it-and-ship-it/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [9.42.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.0...zip-it-and-ship-it-v9.42.1) (2024-12-14)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** pin @vercel/nft due to breaking change in patch ([#5944](https://github.com/netlify/build/issues/5944)) ([e8e29f0](https://github.com/netlify/build/commit/e8e29f027b09631b7c66dee35c874f8533003d46))
16+
1017
## [9.42.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.41.1...zip-it-and-ship-it-v9.42.0) (2024-12-11)
1118

1219

packages/zip-it-and-ship-it/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/zip-it-and-ship-it",
3-
"version": "9.42.0",
3+
"version": "9.42.1",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)