Skip to content

Commit c22be64

Browse files
chore: release main (#5911)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 5bb784a commit c22be64

File tree

34 files changed

+263
-80
lines changed

34 files changed

+263
-80
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/build-info": "7.15.2",
3-
"packages/build": "29.56.1",
4-
"packages/edge-bundler": "12.2.3",
5-
"packages/cache-utils": "5.1.6",
6-
"packages/config": "20.19.1",
7-
"packages/framework-info": "9.8.13",
8-
"packages/functions-utils": "5.2.93",
9-
"packages/git-utils": "5.1.1",
10-
"packages/headers-parser": "7.1.4",
11-
"packages/js-client": "13.1.21",
12-
"packages/nock-udp": "3.1.2",
13-
"packages/redirect-parser": "14.3.0",
14-
"packages/run-utils": "5.1.1",
15-
"packages/opentelemetry-sdk-setup": "1.1.3",
16-
"packages/opentelemetry-utils": "1.2.1",
17-
"packages/zip-it-and-ship-it": "9.41.1"
2+
"packages/build-info": "7.16.0",
3+
"packages/build": "29.57.0",
4+
"packages/edge-bundler": "12.3.0",
5+
"packages/cache-utils": "5.2.0",
6+
"packages/config": "20.20.0",
7+
"packages/framework-info": "9.9.0",
8+
"packages/functions-utils": "5.3.0",
9+
"packages/git-utils": "5.2.0",
10+
"packages/headers-parser": "7.2.0",
11+
"packages/js-client": "13.2.0",
12+
"packages/nock-udp": "3.2.0",
13+
"packages/redirect-parser": "14.4.0",
14+
"packages/run-utils": "5.2.0",
15+
"packages/opentelemetry-sdk-setup": "1.2.0",
16+
"packages/opentelemetry-utils": "1.3.0",
17+
"packages/zip-it-and-ship-it": "9.42.0"
1818
}

package-lock.json

Lines changed: 33 additions & 33 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [7.16.0](https://github.com/netlify/build/compare/build-info-v7.15.2...build-info-v7.16.0) (2024-12-11)
68+
69+
70+
### Features
71+
72+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
73+
74+
75+
### Bug Fixes
76+
77+
* detect `bun.lock` files in addition to `bun.lockb` files ([#5918](https://github.com/netlify/build/issues/5918)) ([689a8dd](https://github.com/netlify/build/commit/689a8dd5b26d6370b7e53005dca39b2b8efb9768))
78+
6779
## [7.15.2](https://github.com/netlify/build/compare/build-info-v7.15.1...build-info-v7.15.2) (2024-10-25)
6880

6981

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": "7.15.2",
3+
"version": "7.16.0",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

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

108+
## [29.57.0](https://github.com/netlify/build/compare/build-v29.56.1...build-v29.57.0) (2024-12-11)
109+
110+
111+
### Features
112+
113+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
114+
115+
116+
### Bug Fixes
117+
118+
* catch and ignore .kill exceptions and don't force timeout kill in windows ([#5932](https://github.com/netlify/build/issues/5932)) ([7ea3e7b](https://github.com/netlify/build/commit/7ea3e7b70a42b4b911d8fbd966fe0d223ee0b5e6))
119+
* ensure we pass an ArrayBuffer to blobStore.set and not a NodeJS Buffer ([#5927](https://github.com/netlify/build/issues/5927)) ([ebfc770](https://github.com/netlify/build/commit/ebfc770ba1a9ded15895fbc1d46caf2bf9ced34d))
120+
* turn log line into system log ([#5910](https://github.com/netlify/build/issues/5910)) ([ef92c48](https://github.com/netlify/build/commit/ef92c480c5411ba20ee869d8502f58f1e8418268))
121+
122+
123+
### Dependencies
124+
125+
* The following workspace dependencies were updated
126+
* dependencies
127+
* @netlify/cache-utils bumped from ^5.1.6 to ^5.2.0
128+
* @netlify/config bumped from ^20.19.1 to ^20.20.0
129+
* @netlify/edge-bundler bumped from 12.2.3 to 12.3.0
130+
* @netlify/framework-info bumped from ^9.8.13 to ^9.9.0
131+
* @netlify/functions-utils bumped from ^5.2.93 to ^5.3.0
132+
* @netlify/git-utils bumped from ^5.1.1 to ^5.2.0
133+
* @netlify/opentelemetry-utils bumped from ^1.2.1 to ^1.3.0
134+
* @netlify/run-utils bumped from ^5.1.1 to ^5.2.0
135+
* @netlify/zip-it-and-ship-it bumped from 9.41.1 to 9.42.0
136+
* devDependencies
137+
* @netlify/nock-udp bumped from ^3.1.2 to ^3.2.0
138+
* peerDependencies
139+
* @netlify/opentelemetry-sdk-setup bumped from ^1.1.0 to ^1.2.0
140+
108141
## [29.56.1](https://github.com/netlify/build/compare/build-v29.56.0...build-v29.56.1) (2024-11-15)
109142

110143

packages/build/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.56.1",
3+
"version": "29.57.0",
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.6",
73-
"@netlify/config": "^20.19.1",
74-
"@netlify/edge-bundler": "12.2.3",
75-
"@netlify/framework-info": "^9.8.13",
76-
"@netlify/functions-utils": "^5.2.93",
77-
"@netlify/git-utils": "^5.1.1",
78-
"@netlify/opentelemetry-utils": "^1.2.1",
72+
"@netlify/cache-utils": "^5.2.0",
73+
"@netlify/config": "^20.20.0",
74+
"@netlify/edge-bundler": "12.3.0",
75+
"@netlify/framework-info": "^9.9.0",
76+
"@netlify/functions-utils": "^5.3.0",
77+
"@netlify/git-utils": "^5.2.0",
78+
"@netlify/opentelemetry-utils": "^1.3.0",
7979
"@netlify/plugins-list": "^6.80.0",
80-
"@netlify/run-utils": "^5.1.1",
81-
"@netlify/zip-it-and-ship-it": "9.41.1",
80+
"@netlify/run-utils": "^5.2.0",
81+
"@netlify/zip-it-and-ship-it": "9.42.0",
8282
"@sindresorhus/slugify": "^2.0.0",
8383
"ansi-escapes": "^6.0.0",
8484
"chalk": "^5.0.0",
@@ -127,7 +127,7 @@
127127
"yargs": "^17.6.0"
128128
},
129129
"devDependencies": {
130-
"@netlify/nock-udp": "^3.1.2",
130+
"@netlify/nock-udp": "^3.2.0",
131131
"@opentelemetry/api": "~1.8.0",
132132
"@opentelemetry/sdk-trace-base": "~1.24.0",
133133
"@types/node": "^14.18.53",

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.2.0](https://github.com/netlify/build/compare/cache-utils-v5.1.6...cache-utils-v5.2.0) (2024-12-11)
4+
5+
6+
### Features
7+
8+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
9+
310
## [5.1.6](https://github.com/netlify/build/compare/cache-utils-v5.1.5...cache-utils-v5.1.6) (2024-08-05)
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.6",
3+
"version": "5.2.0",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/config/CHANGELOG.md

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

79+
## [20.20.0](https://github.com/netlify/build/compare/config-v20.19.1...config-v20.20.0) (2024-12-11)
80+
81+
82+
### Features
83+
84+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
85+
86+
87+
### Dependencies
88+
89+
* The following workspace dependencies were updated
90+
* dependencies
91+
* netlify bumped from ^13.1.21 to ^13.2.0
92+
* netlify-headers-parser bumped from ^7.1.4 to ^7.2.0
93+
* netlify-redirect-parser bumped from ^14.3.0 to ^14.4.0
94+
7995
## [20.19.1](https://github.com/netlify/build/compare/config-v20.19.0...config-v20.19.1) (2024-11-15)
8096

8197

0 commit comments

Comments
 (0)