Skip to content

Commit 507a010

Browse files
chore: release main (#5779)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <33464286+netlify-jenkins@users.noreply.github.com>
1 parent 73c44fe commit 507a010

File tree

14 files changed

+88
-31
lines changed

14 files changed

+88
-31
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "7.14.1",
3-
"packages/build": "29.51.4",
4-
"packages/edge-bundler": "12.2.2",
5-
"packages/cache-utils": "5.1.5",
6-
"packages/config": "20.17.1",
3+
"packages/build": "29.51.5",
4+
"packages/edge-bundler": "12.2.3",
5+
"packages/cache-utils": "5.1.6",
6+
"packages/config": "20.18.0",
77
"packages/framework-info": "9.8.13",
8-
"packages/functions-utils": "5.2.76",
8+
"packages/functions-utils": "5.2.77",
99
"packages/git-utils": "5.1.1",
1010
"packages/headers-parser": "7.1.4",
1111
"packages/js-client": "13.1.20",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.1.1",
1515
"packages/opentelemetry-sdk-setup": "1.1.3",
1616
"packages/opentelemetry-utils": "1.2.1",
17-
"packages/zip-it-and-ship-it": "9.37.8"
17+
"packages/zip-it-and-ship-it": "9.37.9"
1818
}

package-lock.json

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

108+
## [29.51.5](https://github.com/netlify/build/compare/build-v29.51.4...build-v29.51.5) (2024-08-05)
109+
110+
111+
### Bug Fixes
112+
113+
* handle non node: prefixed Node.js builtins when no npm specifiers were found ([#5785](https://github.com/netlify/build/issues/5785)) ([afdb4ac](https://github.com/netlify/build/commit/afdb4ac1c910c44cfbc1589e98d2dd6510e21bc2))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/cache-utils bumped from ^5.1.5 to ^5.1.6
121+
* @netlify/config bumped from ^20.17.1 to ^20.18.0
122+
* @netlify/edge-bundler bumped from 12.2.2 to 12.2.3
123+
* @netlify/functions-utils bumped from ^5.2.76 to ^5.2.77
124+
* @netlify/zip-it-and-ship-it bumped from 9.37.8 to 9.37.9
125+
108126
## [29.51.4](https://github.com/netlify/build/compare/build-v29.51.3...build-v29.51.4) (2024-07-22)
109127

110128

packages/build/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.51.4",
3+
"version": "29.51.5",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,16 +69,16 @@
6969
"dependencies": {
7070
"@bugsnag/js": "^7.0.0",
7171
"@netlify/blobs": "^7.4.0",
72-
"@netlify/cache-utils": "^5.1.5",
73-
"@netlify/config": "^20.17.1",
74-
"@netlify/edge-bundler": "12.2.2",
72+
"@netlify/cache-utils": "^5.1.6",
73+
"@netlify/config": "^20.18.0",
74+
"@netlify/edge-bundler": "12.2.3",
7575
"@netlify/framework-info": "^9.8.13",
76-
"@netlify/functions-utils": "^5.2.76",
76+
"@netlify/functions-utils": "^5.2.77",
7777
"@netlify/git-utils": "^5.1.1",
7878
"@netlify/opentelemetry-utils": "^1.2.1",
7979
"@netlify/plugins-list": "^6.80.0",
8080
"@netlify/run-utils": "^5.1.1",
81-
"@netlify/zip-it-and-ship-it": "9.37.8",
81+
"@netlify/zip-it-and-ship-it": "9.37.9",
8282
"@sindresorhus/slugify": "^2.0.0",
8383
"ansi-escapes": "^6.0.0",
8484
"chalk": "^5.0.0",

packages/cache-utils/CHANGELOG.md

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

3+
## [5.1.6](https://github.com/netlify/build/compare/cache-utils-v5.1.5...cache-utils-v5.1.6) (2024-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* missing type-def ([#5786](https://github.com/netlify/build/issues/5786)) ([4433cc3](https://github.com/netlify/build/commit/4433cc3a1042cb1c3bd6e28ca30e0730513cbec6))
9+
310
## [5.1.5](https://github.com/netlify/build/compare/cache-utils-v5.1.4...cache-utils-v5.1.5) (2023-05-13)
411

512

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

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+
## [20.18.0](https://github.com/netlify/build/compare/config-v20.17.1...config-v20.18.0) (2024-08-05)
80+
81+
82+
### Features
83+
84+
* use v2 endpoint that has siteid for extensions ([#5792](https://github.com/netlify/build/issues/5792)) ([73c44fe](https://github.com/netlify/build/commit/73c44fe743afe87ef282af2b11924d8e36e547e6))
85+
7986
## [20.17.1](https://github.com/netlify/build/compare/config-v20.17.0...config-v20.17.1) (2024-07-12)
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": "20.17.1",
3+
"version": "20.18.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

packages/edge-bundler/CHANGELOG.md

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

3+
## [12.2.3](https://github.com/netlify/build/compare/edge-bundler-v12.2.2...edge-bundler-v12.2.3) (2024-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* handle non node: prefixed Node.js builtins when no npm specifiers were found ([#5785](https://github.com/netlify/build/issues/5785)) ([afdb4ac](https://github.com/netlify/build/commit/afdb4ac1c910c44cfbc1589e98d2dd6510e21bc2))
9+
310
## [12.2.2](https://github.com/netlify/build/compare/edge-bundler-v12.2.1...edge-bundler-v12.2.2) (2024-07-11)
411

512

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.2.2",
3+
"version": "12.2.3",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)