Skip to content

Commit

Permalink
chore: release main (#5911)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Dec 11, 2024
1 parent 5bb784a commit c22be64
Show file tree
Hide file tree
Showing 34 changed files with 263 additions and 80 deletions.
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/build-info": "7.15.2",
"packages/build": "29.56.1",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.19.1",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.93",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.21",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.3.0",
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.1.3",
"packages/opentelemetry-utils": "1.2.1",
"packages/zip-it-and-ship-it": "9.41.1"
"packages/build-info": "7.16.0",
"packages/build": "29.57.0",
"packages/edge-bundler": "12.3.0",
"packages/cache-utils": "5.2.0",
"packages/config": "20.20.0",
"packages/framework-info": "9.9.0",
"packages/functions-utils": "5.3.0",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.2.0",
"packages/js-client": "13.2.0",
"packages/nock-udp": "3.2.0",
"packages/redirect-parser": "14.4.0",
"packages/run-utils": "5.2.0",
"packages/opentelemetry-sdk-setup": "1.2.0",
"packages/opentelemetry-utils": "1.3.0",
"packages/zip-it-and-ship-it": "9.42.0"
}
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
* dependencies
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9

## [7.16.0](https://github.com/netlify/build/compare/build-info-v7.15.2...build-info-v7.16.0) (2024-12-11)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))


### Bug Fixes

* 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))

## [7.15.2](https://github.com/netlify/build/compare/build-info-v7.15.1...build-info-v7.15.2) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "7.15.2",
"version": "7.16.0",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
33 changes: 33 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,39 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.57.0](https://github.com/netlify/build/compare/build-v29.56.1...build-v29.57.0) (2024-12-11)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))


### Bug Fixes

* 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))
* 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))
* turn log line into system log ([#5910](https://github.com/netlify/build/issues/5910)) ([ef92c48](https://github.com/netlify/build/commit/ef92c480c5411ba20ee869d8502f58f1e8418268))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/cache-utils bumped from ^5.1.6 to ^5.2.0
* @netlify/config bumped from ^20.19.1 to ^20.20.0
* @netlify/edge-bundler bumped from 12.2.3 to 12.3.0
* @netlify/framework-info bumped from ^9.8.13 to ^9.9.0
* @netlify/functions-utils bumped from ^5.2.93 to ^5.3.0
* @netlify/git-utils bumped from ^5.1.1 to ^5.2.0
* @netlify/opentelemetry-utils bumped from ^1.2.1 to ^1.3.0
* @netlify/run-utils bumped from ^5.1.1 to ^5.2.0
* @netlify/zip-it-and-ship-it bumped from 9.41.1 to 9.42.0
* devDependencies
* @netlify/nock-udp bumped from ^3.1.2 to ^3.2.0
* peerDependencies
* @netlify/opentelemetry-sdk-setup bumped from ^1.1.0 to ^1.2.0

## [29.56.1](https://github.com/netlify/build/compare/build-v29.56.0...build-v29.56.1) (2024-11-15)


Expand Down
22 changes: 11 additions & 11 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.56.1",
"version": "29.57.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,16 +69,16 @@
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.1.6",
"@netlify/config": "^20.19.1",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.93",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.1",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^20.20.0",
"@netlify/edge-bundler": "12.3.0",
"@netlify/framework-info": "^9.9.0",
"@netlify/functions-utils": "^5.3.0",
"@netlify/git-utils": "^5.2.0",
"@netlify/opentelemetry-utils": "^1.3.0",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.1.1",
"@netlify/zip-it-and-ship-it": "9.41.1",
"@netlify/run-utils": "^5.2.0",
"@netlify/zip-it-and-ship-it": "9.42.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down Expand Up @@ -127,7 +127,7 @@
"yargs": "^17.6.0"
},
"devDependencies": {
"@netlify/nock-udp": "^3.1.2",
"@netlify/nock-udp": "^3.2.0",
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/sdk-trace-base": "~1.24.0",
"@types/node": "^14.18.53",
Expand Down
7 changes: 7 additions & 0 deletions packages/cache-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.2.0](https://github.com/netlify/build/compare/cache-utils-v5.1.6...cache-utils-v5.2.0) (2024-12-11)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))

## [5.1.6](https://github.com/netlify/build/compare/cache-utils-v5.1.5...cache-utils-v5.1.6) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/cache-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/cache-utils",
"version": "5.1.6",
"version": "5.2.0",
"description": "Utility for caching files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,22 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.20.0](https://github.com/netlify/build/compare/config-v20.19.1...config-v20.20.0) (2024-12-11)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.21 to ^13.2.0
* netlify-headers-parser bumped from ^7.1.4 to ^7.2.0
* netlify-redirect-parser bumped from ^14.3.0 to ^14.4.0

## [20.19.1](https://github.com/netlify/build/compare/config-v20.19.0...config-v20.19.1) (2024-11-15)


Expand Down
Loading

0 comments on commit c22be64

Please sign in to comment.