Skip to content

Commit

Permalink
chore: release main (#5947)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Dec 14, 2024
1 parent e8e29f0 commit 214d172
Show file tree
Hide file tree
Showing 16 changed files with 123 additions and 35 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/build-info": "7.16.0",
"packages/build": "29.57.0",
"packages/edge-bundler": "12.3.0",
"packages/build": "29.58.0",
"packages/edge-bundler": "12.3.1",
"packages/cache-utils": "5.2.0",
"packages/config": "20.20.0",
"packages/config": "20.21.0",
"packages/framework-info": "9.9.0",
"packages/functions-utils": "5.3.0",
"packages/functions-utils": "5.3.1",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.2.0",
"packages/headers-parser": "7.3.0",
"packages/js-client": "13.2.0",
"packages/nock-udp": "3.2.0",
"packages/redirect-parser": "14.4.0",
"packages/redirect-parser": "14.5.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"
"packages/zip-it-and-ship-it": "9.42.1"
}
28 changes: 14 additions & 14 deletions package-lock.json

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

17 changes: 17 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,23 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.58.0](https://github.com/netlify/build/compare/build-v29.57.0...build-v29.58.0) (2024-12-14)


### Features

* **build:** Add trace attribute to track builds failing from Netlify maintained extensions ([#5914](https://github.com/netlify/build/issues/5914)) ([7e99c26](https://github.com/netlify/build/commit/7e99c263f1f47d0982c0a6ee3053163d43980844))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.20.0 to ^20.21.0
* @netlify/edge-bundler bumped from 12.3.0 to 12.3.1
* @netlify/functions-utils bumped from ^5.3.0 to ^5.3.1
* @netlify/zip-it-and-ship-it bumped from 9.42.0 to 9.42.1

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


Expand Down
10 changes: 5 additions & 5 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.57.0",
"version": "29.58.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,15 +70,15 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^20.20.0",
"@netlify/edge-bundler": "12.3.0",
"@netlify/config": "^20.21.0",
"@netlify/edge-bundler": "12.3.1",
"@netlify/framework-info": "^9.9.0",
"@netlify/functions-utils": "^5.3.0",
"@netlify/functions-utils": "^5.3.1",
"@netlify/git-utils": "^5.2.0",
"@netlify/opentelemetry-utils": "^1.3.0",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.2.0",
"@netlify/zip-it-and-ship-it": "9.42.0",
"@netlify/zip-it-and-ship-it": "9.42.1",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,27 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.21.0](https://github.com/netlify/build/compare/config-v20.20.0...config-v20.21.0) (2024-12-14)


### Features

* **build:** Add trace attribute to track builds failing from Netlify maintained extensions ([#5914](https://github.com/netlify/build/issues/5914)) ([7e99c26](https://github.com/netlify/build/commit/7e99c263f1f47d0982c0a6ee3053163d43980844))
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))


### Bug Fixes

* fail build when extension failed to be retrieved ([#5915](https://github.com/netlify/build/issues/5915)) ([20c7359](https://github.com/netlify/build/commit/20c73593deda6fc4a570fc7b71178687a693e03d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/headers-parser bumped from ^7.2.0 to ^7.3.0
* @netlify/redirect-parser bumped from ^14.4.0 to ^14.5.0

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


Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.20.0",
"version": "20.21.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,8 +73,8 @@
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.2.0",
"@netlify/headers-parser": "^7.2.0",
"@netlify/redirect-parser": "^14.4.0",
"@netlify/headers-parser": "^7.3.0",
"@netlify/redirect-parser": "^14.5.0",
"node-fetch": "^3.3.1",
"omit.js": "^2.0.2",
"p-locate": "^6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/edge-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.3.1](https://github.com/netlify/build/compare/edge-bundler-v12.3.0...edge-bundler-v12.3.1) (2024-12-14)


### Bug Fixes

* **deps:** pin @vercel/nft due to breaking change in patch ([#5944](https://github.com/netlify/build/issues/5944)) ([e8e29f0](https://github.com/netlify/build/commit/e8e29f027b09631b7c66dee35c874f8533003d46))

## [12.3.0](https://github.com/netlify/build/compare/edge-bundler-v12.2.3...edge-bundler-v12.3.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/edge-bundler",
"version": "12.3.0",
"version": "12.3.1",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.3.1](https://github.com/netlify/build/compare/functions-utils-v5.3.0...functions-utils-v5.3.1) (2024-12-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/zip-it-and-ship-it bumped from 9.42.0 to 9.42.1

## [5.3.0](https://github.com/netlify/build/compare/functions-utils-v5.2.93...functions-utils-v5.3.0) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/functions-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/functions-utils",
"version": "5.3.0",
"version": "5.3.1",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "MIT",
"dependencies": {
"@netlify/zip-it-and-ship-it": "9.42.0",
"@netlify/zip-it-and-ship-it": "9.42.1",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/headers-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [7.3.0](https://github.com/netlify/build/compare/headers-parser-v7.2.0...headers-parser-v7.3.0) (2024-12-14)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))

## [7.2.0](https://github.com/netlify/build/compare/netlify-headers-parser-v7.1.4...netlify-headers-parser-v7.2.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/headers-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/headers-parser",
"version": "7.2.0",
"version": "7.3.0",
"description": "Parses Netlify headers into a JavaScript object representation",
"type": "module",
"exports": "./lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/redirect-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [14.5.0](https://github.com/netlify/build/compare/redirect-parser-v14.4.0...redirect-parser-v14.5.0) (2024-12-14)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
* parse custom rate limit info from redirects ([#5623](https://github.com/netlify/build/issues/5623)) ([ef4e615](https://github.com/netlify/build/commit/ef4e6157e3060efef4c5006ba891f05909586296))
* rename unscoped NPM packages ([#5943](https://github.com/netlify/build/issues/5943)) ([131a644](https://github.com/netlify/build/commit/131a644bfde5205f730f3369b778d8914c7c0382))


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))

## [14.4.0](https://github.com/netlify/build/compare/netlify-redirect-parser-v14.3.0...netlify-redirect-parser-v14.4.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/redirect-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/redirect-parser",
"version": "14.4.0",
"version": "14.5.0",
"description": "Parses netlify redirects into a js object representation",
"type": "module",
"exports": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/zip-it-and-ship-it/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [9.42.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.0...zip-it-and-ship-it-v9.42.1) (2024-12-14)


### Bug Fixes

* **deps:** pin @vercel/nft due to breaking change in patch ([#5944](https://github.com/netlify/build/issues/5944)) ([e8e29f0](https://github.com/netlify/build/commit/e8e29f027b09631b7c66dee35c874f8533003d46))

## [9.42.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.41.1...zip-it-and-ship-it-v9.42.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.42.0",
"version": "9.42.1",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit 214d172

Please sign in to comment.