Skip to content

Commit 8416908

Browse files
chore: release main (#6710)
Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
1 parent 164eb56 commit 8416908

File tree

12 files changed

+74
-25
lines changed

12 files changed

+74
-25
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"packages/build-info": "10.0.9",
3-
"packages/build": "35.2.0",
3+
"packages/build": "35.2.1",
44
"packages/edge-bundler": "14.5.6",
55
"packages/cache-utils": "6.0.4",
6-
"packages/config": "24.0.5",
7-
"packages/functions-utils": "6.2.10",
6+
"packages/config": "24.0.6",
7+
"packages/functions-utils": "6.2.11",
88
"packages/git-utils": "6.0.2",
99
"packages/headers-parser": "9.0.2",
10-
"packages/js-client": "14.0.6",
10+
"packages/js-client": "14.0.7",
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.10"
16+
"packages/zip-it-and-ship-it": "14.1.11"
1717
}

package-lock.json

Lines changed: 10 additions & 10 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.2.1](https://github.com/netlify/build/compare/build-v35.2.0...build-v35.2.1) (2025-10-20)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency @netlify/blobs to ^10.1.0 ([#6703](https://github.com/netlify/build/issues/6703)) ([261899e](https://github.com/netlify/build/commit/261899ed0ef18af3d374258da35a28769511517c))
114+
* unbreak logs type for buildSite return value ([#6711](https://github.com/netlify/build/issues/6711)) ([654775b](https://github.com/netlify/build/commit/654775b6fc0b300983c15f76a0a224de223b1db5))
115+
116+
117+
### Dependencies
118+
119+
* The following workspace dependencies were updated
120+
* dependencies
121+
* @netlify/config bumped from ^24.0.5 to ^24.0.6
122+
* @netlify/functions-utils bumped from ^6.2.10 to ^6.2.11
123+
* @netlify/zip-it-and-ship-it bumped from 14.1.10 to 14.1.11
124+
108125
## [35.2.0](https://github.com/netlify/build/compare/build-v35.1.10...build-v35.2.0) (2025-10-17)
109126

110127

packages/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "35.2.0",
3+
"version": "35.2.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,14 +69,14 @@
6969
"@bugsnag/js": "^8.0.0",
7070
"@netlify/blobs": "^10.1.0",
7171
"@netlify/cache-utils": "^6.0.4",
72-
"@netlify/config": "^24.0.5",
72+
"@netlify/config": "^24.0.6",
7373
"@netlify/edge-bundler": "14.5.6",
74-
"@netlify/functions-utils": "^6.2.10",
74+
"@netlify/functions-utils": "^6.2.11",
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.10",
79+
"@netlify/zip-it-and-ship-it": "14.1.11",
8080
"@sindresorhus/slugify": "^2.0.0",
8181
"ansi-escapes": "^7.0.0",
8282
"ansis": "^4.1.0",

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.6](https://github.com/netlify/build/compare/config-v24.0.5...config-v24.0.6) (2025-10-20)
80+
81+
82+
### Dependencies
83+
84+
* The following workspace dependencies were updated
85+
* dependencies
86+
* @netlify/api bumped from ^14.0.6 to ^14.0.7
87+
7988
## [24.0.5](https://github.com/netlify/build/compare/config-v24.0.4...config-v24.0.5) (2025-10-01)
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.5",
3+
"version": "24.0.6",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -59,7 +59,7 @@
5959
"license": "MIT",
6060
"dependencies": {
6161
"@iarna/toml": "^2.2.5",
62-
"@netlify/api": "^14.0.6",
62+
"@netlify/api": "^14.0.7",
6363
"@netlify/headers-parser": "^9.0.2",
6464
"@netlify/redirect-parser": "^15.0.3",
6565
"chalk": "^5.0.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.11](https://github.com/netlify/build/compare/functions-utils-v6.2.10...functions-utils-v6.2.11) (2025-10-20)
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.10 to 14.1.11
11+
312
## [6.2.10](https://github.com/netlify/build/compare/functions-utils-v6.2.9...functions-utils-v6.2.10) (2025-10-17)
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.10",
3+
"version": "6.2.11",
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.10",
53+
"@netlify/zip-it-and-ship-it": "14.1.11",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/js-client/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+
## [14.0.7](https://github.com/netlify/build/compare/api-v14.0.6...api-v14.0.7) (2025-10-20)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/open-api to ^2.40.0 ([#6704](https://github.com/netlify/build/issues/6704)) ([4bf66cb](https://github.com/netlify/build/commit/4bf66cbfbcbfc74be009c4bb4fb0d53b6ef7a0d5))
16+
1017
## [14.0.6](https://github.com/netlify/build/compare/api-v14.0.5...api-v14.0.6) (2025-10-01)
1118

1219

packages/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/api",
33
"description": "Netlify Node.js API client",
4-
"version": "14.0.6",
4+
"version": "14.0.7",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"main": "./lib/index.js",

0 commit comments

Comments
 (0)