Skip to content

Commit 31fa4ea

Browse files
authored
chore: release main (#6611)
1 parent 559b04f commit 31fa4ea

File tree

14 files changed

+88
-30
lines changed

14 files changed

+88
-30
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"packages/build-info": "10.0.7",
3-
"packages/build": "35.0.4",
3+
"packages/build": "35.0.5",
44
"packages/edge-bundler": "14.5.0",
5-
"packages/cache-utils": "6.0.3",
6-
"packages/config": "24.0.1",
7-
"packages/functions-utils": "6.2.1",
5+
"packages/cache-utils": "6.0.4",
6+
"packages/config": "24.0.2",
7+
"packages/functions-utils": "6.2.2",
88
"packages/git-utils": "6.0.2",
9-
"packages/headers-parser": "9.0.1",
9+
"packages/headers-parser": "9.0.2",
1010
"packages/js-client": "14.0.3",
1111
"packages/nock-udp": "5.0.1",
1212
"packages/redirect-parser": "15.0.3",
1313
"packages/run-utils": "6.0.2",
1414
"packages/opentelemetry-sdk-setup": "2.0.2",
1515
"packages/opentelemetry-utils": "2.0.1",
16-
"packages/zip-it-and-ship-it": "14.1.1"
16+
"packages/zip-it-and-ship-it": "14.1.2"
1717
}

package-lock.json

Lines changed: 12 additions & 12 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+
## [35.0.5](https://github.com/netlify/build/compare/build-v35.0.4...build-v35.0.5) (2025-08-08)
109+
110+
111+
### Bug Fixes
112+
113+
* remove code supporting versions of Node < v15 ([#6599](https://github.com/netlify/build/issues/6599)) ([d9f55d3](https://github.com/netlify/build/commit/d9f55d35fbf4c1f37f2a6632a43566fb6d295ca1))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/cache-utils bumped from ^6.0.3 to ^6.0.4
121+
* @netlify/config bumped from ^24.0.1 to ^24.0.2
122+
* @netlify/functions-utils bumped from ^6.2.1 to ^6.2.2
123+
* @netlify/zip-it-and-ship-it bumped from 14.1.1 to 14.1.2
124+
108125
## [35.0.4](https://github.com/netlify/build/compare/build-v35.0.3...build-v35.0.4) (2025-08-06)
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": "35.0.4",
3+
"version": "35.0.5",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -68,15 +68,15 @@
6868
"dependencies": {
6969
"@bugsnag/js": "^8.0.0",
7070
"@netlify/blobs": "^10.0.7",
71-
"@netlify/cache-utils": "^6.0.3",
72-
"@netlify/config": "^24.0.1",
71+
"@netlify/cache-utils": "^6.0.4",
72+
"@netlify/config": "^24.0.2",
7373
"@netlify/edge-bundler": "14.5.0",
74-
"@netlify/functions-utils": "^6.2.1",
74+
"@netlify/functions-utils": "^6.2.2",
7575
"@netlify/git-utils": "^6.0.2",
7676
"@netlify/opentelemetry-utils": "^2.0.1",
7777
"@netlify/plugins-list": "^6.80.0",
7878
"@netlify/run-utils": "^6.0.2",
79-
"@netlify/zip-it-and-ship-it": "14.1.1",
79+
"@netlify/zip-it-and-ship-it": "14.1.2",
8080
"@sindresorhus/slugify": "^2.0.0",
8181
"ansi-escapes": "^7.0.0",
8282
"ansis": "^4.1.0",

packages/cache-utils/CHANGELOG.md

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

3+
## [6.0.4](https://github.com/netlify/build/compare/cache-utils-v6.0.3...cache-utils-v6.0.4) (2025-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* remove `path-exists` (cache-utils) ([#6600](https://github.com/netlify/build/issues/6600)) ([2ea5a35](https://github.com/netlify/build/commit/2ea5a3508c9e6b8ed6e2175321e60deeb2692981))
9+
* remove code supporting versions of Node < v15 ([#6599](https://github.com/netlify/build/issues/6599)) ([d9f55d3](https://github.com/netlify/build/commit/d9f55d35fbf4c1f37f2a6632a43566fb6d295ca1))
10+
311
## [6.0.3](https://github.com/netlify/build/compare/cache-utils-v6.0.2...cache-utils-v6.0.3) (2025-05-29)
412

513

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/config/CHANGELOG.md

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

79+
## [24.0.2](https://github.com/netlify/build/compare/config-v24.0.1...config-v24.0.2) (2025-08-08)
80+
81+
82+
### Dependencies
83+
84+
* The following workspace dependencies were updated
85+
* dependencies
86+
* @netlify/headers-parser bumped from ^9.0.1 to ^9.0.2
87+
7988
## [24.0.1](https://github.com/netlify/build/compare/config-v24.0.0...config-v24.0.1) (2025-07-31)
8089

8190

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": "24.0.1",
3+
"version": "24.0.2",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@iarna/toml": "^2.2.5",
6262
"@netlify/api": "^14.0.3",
63-
"@netlify/headers-parser": "^9.0.1",
63+
"@netlify/headers-parser": "^9.0.2",
6464
"@netlify/redirect-parser": "^15.0.3",
6565
"chalk": "^5.0.0",
6666
"cron-parser": "^4.1.0",

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.2.2](https://github.com/netlify/build/compare/functions-utils-v6.2.1...functions-utils-v6.2.2) (2025-08-08)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 14.1.1 to 14.1.2
11+
312
## [6.2.1](https://github.com/netlify/build/compare/functions-utils-v6.2.0...functions-utils-v6.2.1) (2025-08-04)
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.2.1",
3+
"version": "6.2.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": "14.1.1",
53+
"@netlify/zip-it-and-ship-it": "14.1.2",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)