Skip to content

chore: release main #6107

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 4 commits into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "8.1.0",
"packages/build": "29.59.2",
"packages/build-info": "9.0.0",
"packages/build": "30.0.0",
"packages/edge-bundler": "12.3.2",
"packages/cache-utils": "5.2.0",
"packages/config": "20.22.0",
"packages/config": "21.0.0",
"packages/framework-info": "9.9.1",
"packages/functions-utils": "5.3.8",
"packages/functions-utils": "5.3.9",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.3.0",
"packages/headers-parser": "8.0.0",
"packages/js-client": "13.3.3",
"packages/nock-udp": "3.2.0",
"packages/nock-udp": "4.0.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.43.1"
"packages/zip-it-and-ship-it": "10.0.0"
}
945 changes: 831 additions & 114 deletions package-lock.json

Large diffs are not rendered by default.

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

## [9.0.0](https://github.com/netlify/build/compare/build-info-v8.1.0...build-info-v9.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Bug Fixes

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))

## [8.1.0](https://github.com/netlify/build/compare/build-info-v8.0.0...build-info-v8.1.0) (2025-02-24)


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": "8.1.0",
"version": "9.0.0",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
28 changes: 28 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,34 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [30.0.0](https://github.com/netlify/build/compare/build-v29.59.2...build-v30.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Features

* remove references to removed flag and always produce manfiest ([#6117](https://github.com/netlify/build/issues/6117)) ([0af493c](https://github.com/netlify/build/commit/0af493cd65c7d3a502620f18e3ac21747c8e5e1a))


### Bug Fixes

* fix httperr snapshot ([#6116](https://github.com/netlify/build/issues/6116)) ([d4ece98](https://github.com/netlify/build/commit/d4ece98c4427bbf8c9d293f231340e98ac24ccf5))
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.22.0 to ^21.0.0
* @netlify/functions-utils bumped from ^5.3.8 to ^5.3.9
* @netlify/zip-it-and-ship-it bumped from 9.43.1 to 10.0.0
* devDependencies
* @netlify/nock-udp bumped from ^3.2.0 to ^4.0.0

## [29.59.2](https://github.com/netlify/build/compare/build-v29.59.1...build-v29.59.2) (2025-02-27)


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.59.2",
"version": "30.0.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,15 +69,15 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^20.22.0",
"@netlify/config": "^21.0.0",
"@netlify/edge-bundler": "12.3.2",
"@netlify/framework-info": "^9.9.1",
"@netlify/functions-utils": "^5.3.8",
"@netlify/functions-utils": "^5.3.9",
"@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.43.1",
"@netlify/zip-it-and-ship-it": "10.0.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"yargs": "^17.6.0"
},
"devDependencies": {
"@netlify/nock-udp": "^3.2.0",
"@netlify/nock-udp": "^4.0.0",
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/sdk-trace-base": "~1.24.0",
"@types/node": "^14.18.53",
Expand Down
18 changes: 18 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,24 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [21.0.0](https://github.com/netlify/build/compare/config-v20.22.0...config-v21.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Bug Fixes

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/headers-parser bumped from ^7.3.0 to ^8.0.0

## [20.22.0](https://github.com/netlify/build/compare/config-v20.21.7...config-v20.22.0) (2025-02-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.22.0",
"version": "21.0.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.3.3",
"@netlify/headers-parser": "^7.3.0",
"@netlify/headers-parser": "^8.0.0",
"@netlify/redirect-parser": "^14.5.0",
"node-fetch": "^3.3.1",
"omit.js": "^2.0.2",
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.9](https://github.com/netlify/build/compare/functions-utils-v5.3.8...functions-utils-v5.3.9) (2025-03-12)


### Dependencies

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

## [5.3.8](https://github.com/netlify/build/compare/functions-utils-v5.3.7...functions-utils-v5.3.8) (2025-02-27)


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.8",
"version": "5.3.9",
"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.43.1",
"@netlify/zip-it-and-ship-it": "10.0.0",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/headers-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.0](https://github.com/netlify/build/compare/headers-parser-v7.3.0...headers-parser-v8.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Bug Fixes

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))

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


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.3.0",
"version": "8.0.0",
"description": "Parses Netlify headers into a JavaScript object representation",
"type": "module",
"exports": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/nock-udp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/netlify/build/compare/nock-udp-v3.2.0...nock-udp-v4.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Bug Fixes

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))

## [3.2.0](https://github.com/netlify/build/compare/nock-udp-v3.1.2...nock-udp-v3.2.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/nock-udp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/nock-udp",
"version": "3.2.0",
"version": "4.0.0",
"description": "Here to mock your UDP packets",
"exports": "./lib/main.js",
"main": "./lib/main.js",
Expand Down
17 changes: 17 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,23 @@ 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).

## [10.0.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.43.1...zip-it-and-ship-it-v10.0.0) (2025-03-12)


### ⚠ BREAKING CHANGES

* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104))

### Features

* remove references to removed flag and always produce manfiest ([#6117](https://github.com/netlify/build/issues/6117)) ([0af493c](https://github.com/netlify/build/commit/0af493cd65c7d3a502620f18e3ac21747c8e5e1a))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^1.35.0 ([#6109](https://github.com/netlify/build/issues/6109)) ([29a91aa](https://github.com/netlify/build/commit/29a91aa69cb65ecc06edfba9170d494ddbbfe232))
* **types:** fix `@netlify/headers-parser` types ([#6104](https://github.com/netlify/build/issues/6104)) ([bc5e35a](https://github.com/netlify/build/commit/bc5e35a661521e46711c4a1b166e698703849188))

## [9.43.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.43.0...zip-it-and-ship-it-v9.43.1) (2025-02-27)


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.43.1",
"version": "10.0.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down
Loading