Skip to content

Commit 214d172

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

File tree

16 files changed

+123
-35
lines changed

16 files changed

+123
-35
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
{
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

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

packages/build/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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

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.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

Lines changed: 21 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 0 deletions
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

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.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
},

0 commit comments

Comments
 (0)