Skip to content

Commit 8d10878

Browse files
chore: release main (#6181)
* chore: release main * chore: update lockfile * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 3887115 commit 8d10878

File tree

8 files changed

+293
-44
lines changed

8 files changed

+293
-44
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
{
22
"packages/build-info": "9.0.2",
3-
"packages/build": "30.1.1",
4-
"packages/edge-bundler": "12.4.0",
3+
"packages/build": "31.0.0",
4+
"packages/edge-bundler": "13.0.0",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "21.0.6",
6+
"packages/config": "21.0.7",
77
"packages/framework-info": "9.9.2",
88
"packages/functions-utils": "5.3.13",
99
"packages/git-utils": "5.2.0",

package-lock.json

Lines changed: 236 additions & 36 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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,32 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [31.0.0](https://github.com/netlify/build/compare/build-v30.1.1...build-v31.0.0) (2025-04-08)
109+
110+
111+
### ⚠ BREAKING CHANGES
112+
113+
* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167))
114+
115+
### Features
116+
117+
* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) ([aab5b2d](https://github.com/netlify/build/commit/aab5b2da187f5eff5198ab61b72bc8e818a45e97))
118+
119+
120+
### Bug Fixes
121+
122+
* add extra types for extensionMetaData ([#6186](https://github.com/netlify/build/issues/6186)) ([c1c7aed](https://github.com/netlify/build/commit/c1c7aed096edc490ef8b6731c8c16eb877856df4))
123+
* changing wording to extensions in more places ([#6185](https://github.com/netlify/build/issues/6185)) ([752f9a1](https://github.com/netlify/build/commit/752f9a1c3ccf67ac339c472a676838c6ceff9d64))
124+
* changing wording to extensions instead of integrations ([#6180](https://github.com/netlify/build/issues/6180)) ([95d03d9](https://github.com/netlify/build/commit/95d03d958d3a0ca6f7aaadda06d3ae38a7528794))
125+
126+
127+
### Dependencies
128+
129+
* The following workspace dependencies were updated
130+
* dependencies
131+
* @netlify/config bumped from ^21.0.6 to ^21.0.7
132+
* @netlify/edge-bundler bumped from 12.4.0 to 13.0.0
133+
108134
## [30.1.1](https://github.com/netlify/build/compare/build-v30.1.0...build-v30.1.1) (2025-04-01)
109135

110136

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": "30.1.1",
3+
"version": "31.0.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,8 +69,8 @@
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^8.1.2",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^21.0.6",
73-
"@netlify/edge-bundler": "12.4.0",
72+
"@netlify/config": "^21.0.7",
73+
"@netlify/edge-bundler": "13.0.0",
7474
"@netlify/framework-info": "^9.9.2",
7575
"@netlify/functions-utils": "^5.3.13",
7676
"@netlify/git-utils": "^5.2.0",

packages/config/CHANGELOG.md

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

79+
## [21.0.7](https://github.com/netlify/build/compare/config-v21.0.6...config-v21.0.7) (2025-04-08)
80+
81+
82+
### Bug Fixes
83+
84+
* remove getAvailableIntegrations and start using the other call we already do ([#6144](https://github.com/netlify/build/issues/6144)) ([50b7492](https://github.com/netlify/build/commit/50b749204d942aba16ff52024a7db4320f2a4ee3))
85+
86+
87+
### Performance Improvements
88+
89+
* **config:** use minimal accounts query when resolving configuration ([#6184](https://github.com/netlify/build/issues/6184)) ([3887115](https://github.com/netlify/build/commit/3887115f3988fa1a943175c1d08b6af5257acbad))
90+
7991
## [21.0.6](https://github.com/netlify/build/compare/config-v21.0.5...config-v21.0.6) (2025-04-01)
8092

8193

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": "21.0.6",
3+
"version": "21.0.7",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

packages/edge-bundler/CHANGELOG.md

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

3+
## [13.0.0](https://github.com/netlify/build/compare/edge-bundler-v12.4.0...edge-bundler-v13.0.0) (2025-04-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167))
9+
10+
### Features
11+
12+
* support package.json.exports field for npm dependencies used within Netlify Edge Functions ([#6167](https://github.com/netlify/build/issues/6167)) ([aab5b2d](https://github.com/netlify/build/commit/aab5b2da187f5eff5198ab61b72bc8e818a45e97))
13+
314
## [12.4.0](https://github.com/netlify/build/compare/edge-bundler-v12.3.3...edge-bundler-v12.4.0) (2025-03-28)
415

516

packages/edge-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-bundler",
3-
"version": "12.4.0",
3+
"version": "13.0.0",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)