Skip to content

Commit 2efb5f0

Browse files
chore: release main (#6056)
1 parent e234d01 commit 2efb5f0

File tree

8 files changed

+50
-15
lines changed

8 files changed

+50
-15
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "8.0.0",
3-
"packages/build": "29.58.9",
3+
"packages/build": "29.58.10",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
66
"packages/config": "20.21.7",
77
"packages/framework-info": "9.9.1",
8-
"packages/functions-utils": "5.3.5",
8+
"packages/functions-utils": "5.3.6",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "7.3.0",
1111
"packages/js-client": "13.3.3",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.0",
1616
"packages/opentelemetry-utils": "1.3.0",
17-
"packages/zip-it-and-ship-it": "9.42.5"
17+
"packages/zip-it-and-ship-it": "9.42.6"
1818
}

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

+17
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+
## [29.58.10](https://github.com/netlify/build/compare/build-v29.58.9...build-v29.58.10) (2025-02-20)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency clean-stack to v5 ([#6073](https://github.com/netlify/build/issues/6073)) ([51c8ebd](https://github.com/netlify/build/commit/51c8ebd46d96e0fa32537bea9f21d733829a9bf1))
114+
* pass config object to devCommand step handler ([#6095](https://github.com/netlify/build/issues/6095)) ([e234d01](https://github.com/netlify/build/commit/e234d01c8fb7a366af3876536ef0141907611638))
115+
* remove references to fully rolled out netlify_build_frameworks_api feature flag ([#6053](https://github.com/netlify/build/issues/6053)) ([700c36b](https://github.com/netlify/build/commit/700c36bc9f81bfeaed76444aceb823111c995cbe))
116+
117+
118+
### Dependencies
119+
120+
* The following workspace dependencies were updated
121+
* dependencies
122+
* @netlify/functions-utils bumped from ^5.3.5 to ^5.3.6
123+
* @netlify/zip-it-and-ship-it bumped from 9.42.5 to 9.42.6
124+
108125
## [29.58.9](https://github.com/netlify/build/compare/build-v29.58.8...build-v29.58.9) (2025-02-04)
109126

110127

packages/build/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.58.9",
3+
"version": "29.58.10",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -72,12 +72,12 @@
7272
"@netlify/config": "^20.21.7",
7373
"@netlify/edge-bundler": "12.3.2",
7474
"@netlify/framework-info": "^9.9.1",
75-
"@netlify/functions-utils": "^5.3.5",
75+
"@netlify/functions-utils": "^5.3.6",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "9.42.5",
80+
"@netlify/zip-it-and-ship-it": "9.42.6",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

packages/functions-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.3.6](https://github.com/netlify/build/compare/functions-utils-v5.3.5...functions-utils-v5.3.6) (2025-02-20)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 9.42.5 to 9.42.6
11+
312
## [5.3.5](https://github.com/netlify/build/compare/functions-utils-v5.3.4...functions-utils-v5.3.5) (2025-02-04)
413

514

packages/functions-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.3.5",
3+
"version": "5.3.6",
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": "9.42.5",
53+
"@netlify/zip-it-and-ship-it": "9.42.6",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/zip-it-and-ship-it/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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+
## [9.42.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.5...zip-it-and-ship-it-v9.42.6) (2025-02-20)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update babel monorepo to v7.26.9 ([#6091](https://github.com/netlify/build/issues/6091)) ([c9b1aaf](https://github.com/netlify/build/commit/c9b1aafa5f8d6b72049ab33f4aefd535572e3889))
16+
* **deps:** update dependency jimp to v1 ([#6066](https://github.com/netlify/build/issues/6066)) ([5e8a2ac](https://github.com/netlify/build/commit/5e8a2ac3118a58df66f53dc7a4233223136590e8))
17+
* remove references to fully rolled out zisi_fix_symlinks feature flag ([#6054](https://github.com/netlify/build/issues/6054)) ([5f8b128](https://github.com/netlify/build/commit/5f8b128a1e2445c3c4449b9ec712c4b938629b79))
18+
1019
## [9.42.5](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.4...zip-it-and-ship-it-v9.42.5) (2025-02-04)
1120

1221

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

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

0 commit comments

Comments
 (0)