Skip to content

Commit 11241b5

Browse files
chore: release main (#6313)
Co-authored-by: netlify-jenkins <[email protected]>
1 parent b0e66dd commit 11241b5

File tree

14 files changed

+104
-33
lines changed

14 files changed

+104
-33
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"packages/build-info": "10.0.0",
3-
"packages/build": "33.0.1",
4-
"packages/edge-bundler": "14.0.1",
3+
"packages/build": "33.1.0",
4+
"packages/edge-bundler": "14.0.2",
55
"packages/cache-utils": "6.0.0",
66
"packages/config": "23.0.1",
7-
"packages/framework-info": "10.0.0",
8-
"packages/functions-utils": "6.0.1",
7+
"packages/framework-info": "10.0.1",
8+
"packages/functions-utils": "6.0.2",
99
"packages/git-utils": "6.0.0",
1010
"packages/headers-parser": "9.0.0",
1111
"packages/js-client": "14.0.1",
1212
"packages/nock-udp": "5.0.0",
1313
"packages/redirect-parser": "15.0.0",
1414
"packages/run-utils": "6.0.0",
15-
"packages/opentelemetry-sdk-setup": "2.0.0",
15+
"packages/opentelemetry-sdk-setup": "2.0.1",
1616
"packages/opentelemetry-utils": "2.0.0",
17-
"packages/zip-it-and-ship-it": "11.0.1"
17+
"packages/zip-it-and-ship-it": "12.0.0"
1818
}

package-lock.json

Lines changed: 16 additions & 16 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,31 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [33.1.0](https://github.com/netlify/build/compare/build-v33.0.1...build-v33.1.0) (2025-05-16)
109+
110+
111+
### Features
112+
113+
* expand secret prefixes ([#6319](https://github.com/netlify/build/issues/6319)) ([6c23028](https://github.com/netlify/build/commit/6c230280d5cfe80885cfc6e78ee9e3ecc61b9d78))
114+
115+
116+
### Bug Fixes
117+
118+
* **deps:** replace dependency read-pkg-up with read-package-up ^11.0.0 ([#6314](https://github.com/netlify/build/issues/6314)) ([16f548a](https://github.com/netlify/build/commit/16f548a99da7a864fb4057f30b3118c01b542bb7))
119+
* **deps:** update dependency supports-color to v10 ([#6315](https://github.com/netlify/build/issues/6315)) ([77d7c1c](https://github.com/netlify/build/commit/77d7c1c463fdd47d76a982883edea81b3a56671f))
120+
121+
122+
### Dependencies
123+
124+
* The following workspace dependencies were updated
125+
* dependencies
126+
* @netlify/edge-bundler bumped from 14.0.1 to 14.0.2
127+
* @netlify/framework-info bumped from ^10.0.0 to ^10.0.1
128+
* @netlify/functions-utils bumped from ^6.0.1 to ^6.0.2
129+
* @netlify/zip-it-and-ship-it bumped from 11.0.1 to 12.0.0
130+
* peerDependencies
131+
* @netlify/opentelemetry-sdk-setup bumped from ^2.0.0 to ^2.0.1
132+
108133
## [33.0.1](https://github.com/netlify/build/compare/build-v33.0.0...build-v33.0.1) (2025-05-15)
109134

110135

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": "33.0.1",
3+
"version": "33.1.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -70,14 +70,14 @@
7070
"@netlify/blobs": "^8.2.0",
7171
"@netlify/cache-utils": "^6.0.0",
7272
"@netlify/config": "^23.0.1",
73-
"@netlify/edge-bundler": "14.0.1",
74-
"@netlify/framework-info": "^10.0.0",
75-
"@netlify/functions-utils": "^6.0.1",
73+
"@netlify/edge-bundler": "14.0.2",
74+
"@netlify/framework-info": "^10.0.1",
75+
"@netlify/functions-utils": "^6.0.2",
7676
"@netlify/git-utils": "^6.0.0",
7777
"@netlify/opentelemetry-utils": "^2.0.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^6.0.0",
80-
"@netlify/zip-it-and-ship-it": "11.0.1",
80+
"@netlify/zip-it-and-ship-it": "12.0.0",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.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+
## [14.0.2](https://github.com/netlify/build/compare/edge-bundler-v14.0.1...edge-bundler-v14.0.2) (2025-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency archiver to v7 ([#6273](https://github.com/netlify/build/issues/6273)) ([a14b9d5](https://github.com/netlify/build/commit/a14b9d5334f82bcea3b2504c43ff371015b3164d))
9+
310
## [14.0.1](https://github.com/netlify/build/compare/edge-bundler-v14.0.0...edge-bundler-v14.0.1) (2025-05-15)
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

packages/framework-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [10.0.1](https://github.com/netlify/build/compare/framework-info-v10.0.0...framework-info-v10.0.1) (2025-05-16)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** replace dependency read-pkg-up with read-package-up ^11.0.0 ([#6314](https://github.com/netlify/build/issues/6314)) ([16f548a](https://github.com/netlify/build/commit/16f548a99da7a864fb4057f30b3118c01b542bb7))
16+
1017
## [10.0.0](https://github.com/netlify/build/compare/framework-info-v9.9.3...framework-info-v10.0.0) (2025-05-14)
1118

1219

packages/framework-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/framework-info",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

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+
## [6.0.2](https://github.com/netlify/build/compare/functions-utils-v6.0.1...functions-utils-v6.0.2) (2025-05-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 11.0.1 to 12.0.0
11+
312
## [6.0.1](https://github.com/netlify/build/compare/functions-utils-v6.0.0...functions-utils-v6.0.1) (2025-05-15)
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": "6.0.1",
3+
"version": "6.0.2",
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": "11.0.1",
53+
"@netlify/zip-it-and-ship-it": "12.0.0",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)