Skip to content

Commit 93e0ab6

Browse files
chore: release main (#6374)
1 parent c88f8d3 commit 93e0ab6

File tree

8 files changed

+45
-11
lines changed

8 files changed

+45
-11
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/build-info": "10.0.3",
3-
"packages/build": "33.1.5",
2+
"packages/build-info": "10.0.4",
3+
"packages/build": "33.2.0",
44
"packages/edge-bundler": "14.0.4",
55
"packages/cache-utils": "6.0.2",
6-
"packages/config": "23.0.5",
6+
"packages/config": "23.0.6",
77
"packages/framework-info": "10.0.4",
88
"packages/functions-utils": "6.0.6",
99
"packages/git-utils": "6.0.1",

package-lock.json

Lines changed: 4 additions & 4 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.4](https://github.com/netlify/build/compare/build-info-v10.0.3...build-info-v10.0.4) (2025-05-23)
68+
69+
70+
### Bug Fixes
71+
72+
* remove node-fetch from build-info package ([#6378](https://github.com/netlify/build/issues/6378)) ([ed08b0d](https://github.com/netlify/build/commit/ed08b0dc1a4b8e916b1c72b5eddda21bb79bbcfe))
73+
6774
## [10.0.3](https://github.com/netlify/build/compare/build-info-v10.0.2...build-info-v10.0.3) (2025-05-22)
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.3",
3+
"version": "10.0.4",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

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

108+
## [33.2.0](https://github.com/netlify/build/compare/build-v33.1.5...build-v33.2.0) (2025-05-23)
109+
110+
111+
### Features
112+
113+
* Enhanced secret scan no longer relies on env vars ([#6333](https://github.com/netlify/build/issues/6333)) ([86dead5](https://github.com/netlify/build/commit/86dead5ca2f78f27006bb44d22e72641b2f23940))
114+
* safelist common string in react proptypes from secret detection ([#6375](https://github.com/netlify/build/issues/6375)) ([4fd7f7c](https://github.com/netlify/build/commit/4fd7f7c3f7a0b4fcd893928a83ef083b67f3e4db))
115+
116+
117+
### Bug Fixes
118+
119+
* drop node-fetch from build package ([#6377](https://github.com/netlify/build/issues/6377)) ([3c28af0](https://github.com/netlify/build/commit/3c28af05d66997f257f650f3841981f16c104a44))
120+
121+
122+
### Dependencies
123+
124+
* The following workspace dependencies were updated
125+
* dependencies
126+
* @netlify/config bumped from ^23.0.5 to ^23.0.6
127+
108128
## [33.1.5](https://github.com/netlify/build/compare/build-v33.1.4...build-v33.1.5) (2025-05-22)
109129

110130

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "33.1.5",
3+
"version": "33.2.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,7 +69,7 @@
6969
"@bugsnag/js": "^8.0.0",
7070
"@netlify/blobs": "^8.2.0",
7171
"@netlify/cache-utils": "^6.0.2",
72-
"@netlify/config": "^23.0.5",
72+
"@netlify/config": "^23.0.6",
7373
"@netlify/edge-bundler": "14.0.4",
7474
"@netlify/framework-info": "^10.0.4",
7575
"@netlify/functions-utils": "^6.0.6",

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.6](https://github.com/netlify/build/compare/config-v23.0.5...config-v23.0.6) (2025-05-23)
80+
81+
82+
### Bug Fixes
83+
84+
* drop node-fetch from config package ([#6380](https://github.com/netlify/build/issues/6380)) ([c88f8d3](https://github.com/netlify/build/commit/c88f8d3635633ff1445af8054693f94c07e59065))
85+
7986
## [23.0.5](https://github.com/netlify/build/compare/config-v23.0.4...config-v23.0.5) (2025-05-22)
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.5",
3+
"version": "23.0.6",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)