Skip to content

Commit 4a0f587

Browse files
chore: release main (#6435)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 0add4c5 commit 4a0f587

File tree

12 files changed

+69
-26
lines changed

12 files changed

+69
-26
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "10.0.5",
3-
"packages/build": "33.4.2",
4-
"packages/edge-bundler": "14.0.5",
3+
"packages/build": "33.4.3",
4+
"packages/edge-bundler": "14.0.6",
55
"packages/cache-utils": "6.0.3",
6-
"packages/config": "23.0.9",
6+
"packages/config": "23.0.10",
77
"packages/framework-info": "10.0.4",
8-
"packages/functions-utils": "6.0.9",
8+
"packages/functions-utils": "6.0.10",
99
"packages/git-utils": "6.0.2",
1010
"packages/headers-parser": "9.0.1",
1111
"packages/js-client": "14.0.3",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "6.0.2",
1515
"packages/opentelemetry-sdk-setup": "2.0.2",
1616
"packages/opentelemetry-utils": "2.0.1",
17-
"packages/zip-it-and-ship-it": "12.1.3"
17+
"packages/zip-it-and-ship-it": "12.1.4"
1818
}

package-lock.json

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

108+
## [33.4.3](https://github.com/netlify/build/compare/build-v33.4.2...build-v33.4.3) (2025-06-05)
109+
110+
111+
### Dependencies
112+
113+
* The following workspace dependencies were updated
114+
* dependencies
115+
* @netlify/config bumped from ^23.0.9 to ^23.0.10
116+
* @netlify/edge-bundler bumped from 14.0.5 to 14.0.6
117+
* @netlify/functions-utils bumped from ^6.0.9 to ^6.0.10
118+
* @netlify/zip-it-and-ship-it bumped from 12.1.3 to 12.1.4
119+
108120
## [33.4.2](https://github.com/netlify/build/compare/build-v33.4.1...build-v33.4.2) (2025-06-05)
109121

110122

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.4.2",
3+
"version": "33.4.3",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,15 +69,15 @@
6969
"@bugsnag/js": "^8.0.0",
7070
"@netlify/blobs": "^9.1.5",
7171
"@netlify/cache-utils": "^6.0.3",
72-
"@netlify/config": "^23.0.9",
73-
"@netlify/edge-bundler": "14.0.5",
72+
"@netlify/config": "^23.0.10",
73+
"@netlify/edge-bundler": "14.0.6",
7474
"@netlify/framework-info": "^10.0.4",
75-
"@netlify/functions-utils": "^6.0.9",
75+
"@netlify/functions-utils": "^6.0.10",
7676
"@netlify/git-utils": "^6.0.2",
7777
"@netlify/opentelemetry-utils": "^2.0.1",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^6.0.2",
80-
"@netlify/zip-it-and-ship-it": "12.1.3",
80+
"@netlify/zip-it-and-ship-it": "12.1.4",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^7.0.0",
8383
"chalk": "^5.0.0",

packages/config/CHANGELOG.md

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

79+
## [23.0.10](https://github.com/netlify/build/compare/config-v23.0.9...config-v23.0.10) (2025-06-05)
80+
81+
82+
### Bug Fixes
83+
84+
* only log auto install extension errors with debug flag ([#6436](https://github.com/netlify/build/issues/6436)) ([0add4c5](https://github.com/netlify/build/commit/0add4c58344779bf0ba68e239227bf1b307dc073))
85+
7986
## [23.0.9](https://github.com/netlify/build/compare/config-v23.0.8...config-v23.0.9) (2025-06-05)
8087

8188

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "23.0.9",
3+
"version": "23.0.10",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

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.6](https://github.com/netlify/build/compare/edge-bundler-v14.0.5...edge-bundler-v14.0.6) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency esbuild to v0.25.5 ([#6431](https://github.com/netlify/build/issues/6431)) ([d87fcb5](https://github.com/netlify/build/commit/d87fcb5faa2b1d21b8d72dc33bf6f8934c921042))
9+
310
## [14.0.5](https://github.com/netlify/build/compare/edge-bundler-v14.0.4...edge-bundler-v14.0.5) (2025-05-29)
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.5",
3+
"version": "14.0.6",
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+
## [6.0.10](https://github.com/netlify/build/compare/functions-utils-v6.0.9...functions-utils-v6.0.10) (2025-06-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 12.1.3 to 12.1.4
11+
312
## [6.0.9](https://github.com/netlify/build/compare/functions-utils-v6.0.8...functions-utils-v6.0.9) (2025-06-05)
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.9",
3+
"version": "6.0.10",
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": "12.1.3",
53+
"@netlify/zip-it-and-ship-it": "12.1.4",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)