Skip to content

Commit a107de7

Browse files
chore: release main (#6779)
1 parent 627b950 commit a107de7

File tree

10 files changed

+56
-18
lines changed

10 files changed

+56
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/build-info": "10.0.9",
3-
"packages/build": "35.3.4",
2+
"packages/build-info": "10.0.10",
3+
"packages/build": "35.3.5",
44
"packages/edge-bundler": "14.8.7",
55
"packages/cache-utils": "6.0.4",
66
"packages/config": "24.0.9",
7-
"packages/functions-utils": "6.2.13",
7+
"packages/functions-utils": "6.2.14",
88
"packages/git-utils": "6.0.2",
99
"packages/headers-parser": "9.0.2",
1010
"packages/js-client": "14.0.10",
@@ -13,5 +13,5 @@
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.13"
16+
"packages/zip-it-and-ship-it": "14.1.14"
1717
}

package-lock.json

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

packages/build-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [10.0.10](https://github.com/netlify/build/compare/build-info-v10.0.9...build-info-v10.0.10) (2025-11-17)
68+
69+
70+
### Bug Fixes
71+
72+
* centralize build plugin auto-enable escape hatches ([#6777](https://github.com/netlify/build/issues/6777)) ([09463eb](https://github.com/netlify/build/commit/09463ebca55312d6e2bfe0328a81a261aa249588))
73+
6774
## [10.0.9](https://github.com/netlify/build/compare/build-info-v10.0.8...build-info-v10.0.9) (2025-10-13)
6875

6976

packages/build-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/build-info",
3-
"version": "10.0.9",
3+
"version": "10.0.10",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,21 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [35.3.5](https://github.com/netlify/build/compare/build-v35.3.4...build-v35.3.5) (2025-11-17)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency @netlify/blobs to ^10.4.1 ([#6766](https://github.com/netlify/build/issues/6766)) ([627b950](https://github.com/netlify/build/commit/627b95032ad932dfd1818083395caeb43a8421d3))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/functions-utils bumped from ^6.2.13 to ^6.2.14
121+
* @netlify/zip-it-and-ship-it bumped from 14.1.13 to 14.1.14
122+
108123
## [35.3.4](https://github.com/netlify/build/compare/build-v35.3.3...build-v35.3.4) (2025-11-11)
109124

110125

packages/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -71,12 +71,12 @@
7171
"@netlify/cache-utils": "^6.0.4",
7272
"@netlify/config": "^24.0.9",
7373
"@netlify/edge-bundler": "14.8.7",
74-
"@netlify/functions-utils": "^6.2.13",
74+
"@netlify/functions-utils": "^6.2.14",
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.13",
79+
"@netlify/zip-it-and-ship-it": "14.1.14",
8080
"@sindresorhus/slugify": "^2.0.0",
8181
"ansi-escapes": "^7.0.0",
8282
"ansis": "^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.14](https://github.com/netlify/build/compare/functions-utils-v6.2.13...functions-utils-v6.2.14) (2025-11-17)
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.13 to 14.1.14
11+
312
## [6.2.13](https://github.com/netlify/build/compare/functions-utils-v6.2.12...functions-utils-v6.2.13) (2025-11-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.13",
3+
"version": "6.2.14",
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.13",
53+
"@netlify/zip-it-and-ship-it": "14.1.14",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/zip-it-and-ship-it/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.1.14](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.13...zip-it-and-ship-it-v14.1.14) (2025-11-17)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/serverless-functions-api to ^2.7.2 ([#6782](https://github.com/netlify/build/issues/6782)) ([4bb3a71](https://github.com/netlify/build/commit/4bb3a71500ebb2c9bf9f89ef206c58ba21da67b5))
16+
1017
## [14.1.13](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.12...zip-it-and-ship-it-v14.1.13) (2025-11-04)
1118

1219

packages/zip-it-and-ship-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/zip-it-and-ship-it",
3-
"version": "14.1.13",
3+
"version": "14.1.14",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)