Skip to content
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
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/build-info": "10.0.0",
"packages/build": "33.1.1",
"packages/edge-bundler": "14.0.3",
"packages/build-info": "10.0.1",
"packages/build": "33.1.2",
"packages/edge-bundler": "14.0.4",
"packages/cache-utils": "6.0.1",
"packages/config": "23.0.1",
"packages/framework-info": "10.0.2",
"packages/functions-utils": "6.0.3",
"packages/git-utils": "6.0.0",
"packages/config": "23.0.2",
"packages/framework-info": "10.0.3",
"packages/functions-utils": "6.0.4",
"packages/git-utils": "6.0.1",
"packages/headers-parser": "9.0.0",
"packages/js-client": "14.0.1",
"packages/nock-udp": "5.0.0",
"packages/redirect-parser": "15.0.0",
"packages/run-utils": "6.0.0",
"packages/run-utils": "6.0.1",
"packages/opentelemetry-sdk-setup": "2.0.1",
"packages/opentelemetry-utils": "2.0.0",
"packages/zip-it-and-ship-it": "12.0.1"
"packages/zip-it-and-ship-it": "12.0.2"
}
34 changes: 17 additions & 17 deletions package-lock.json

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

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

## [10.0.1](https://github.com/netlify/build/compare/build-info-v10.0.0...build-info-v10.0.1) (2025-05-20)


### Bug Fixes

* **deps:** update dependency dot-prop to v9 ([#6338](https://github.com/netlify/build/issues/6338)) ([b6622a8](https://github.com/netlify/build/commit/b6622a8404dbf391a8024a9c82abb4f16af41f38))
* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838))
* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [10.0.0](https://github.com/netlify/build/compare/build-info-v9.0.4...build-info-v10.0.0) (2025-05-14)


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

## [33.1.2](https://github.com/netlify/build/compare/build-v33.1.1...build-v33.1.2) (2025-05-20)


### Bug Fixes

* **deps:** update dependency os-name to v6 ([#6342](https://github.com/netlify/build/issues/6342)) ([6aa984d](https://github.com/netlify/build/commit/6aa984d9a2049ccbec51f2b9db7c68b693037710))
* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^23.0.1 to ^23.0.2
* @netlify/edge-bundler bumped from 14.0.3 to 14.0.4
* @netlify/framework-info bumped from ^10.0.2 to ^10.0.3
* @netlify/functions-utils bumped from ^6.0.3 to ^6.0.4
* @netlify/git-utils bumped from ^6.0.0 to ^6.0.1
* @netlify/run-utils bumped from ^6.0.0 to ^6.0.1
* @netlify/zip-it-and-ship-it bumped from 12.0.1 to 12.0.2

## [33.1.1](https://github.com/netlify/build/compare/build-v33.1.0...build-v33.1.1) (2025-05-20)


Expand Down
16 changes: 8 additions & 8 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "33.1.1",
"version": "33.1.2",
"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": "^8.2.0",
"@netlify/cache-utils": "^6.0.1",
"@netlify/config": "^23.0.1",
"@netlify/edge-bundler": "14.0.3",
"@netlify/framework-info": "^10.0.2",
"@netlify/functions-utils": "^6.0.3",
"@netlify/git-utils": "^6.0.0",
"@netlify/config": "^23.0.2",
"@netlify/edge-bundler": "14.0.4",
"@netlify/framework-info": "^10.0.3",
"@netlify/functions-utils": "^6.0.4",
"@netlify/git-utils": "^6.0.1",
"@netlify/opentelemetry-utils": "^2.0.0",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^6.0.0",
"@netlify/zip-it-and-ship-it": "12.0.1",
"@netlify/run-utils": "^6.0.1",
"@netlify/zip-it-and-ship-it": "12.0.2",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [23.0.2](https://github.com/netlify/build/compare/config-v23.0.1...config-v23.0.2) (2025-05-20)


### Bug Fixes

* **deps:** update dependency dot-prop to v9 ([#6338](https://github.com/netlify/build/issues/6338)) ([b6622a8](https://github.com/netlify/build/commit/b6622a8404dbf391a8024a9c82abb4f16af41f38))
* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838))
* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [23.0.1](https://github.com/netlify/build/compare/config-v23.0.0...config-v23.0.1) (2025-05-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "23.0.1",
"version": "23.0.2",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/edge-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [14.0.4](https://github.com/netlify/build/compare/edge-bundler-v14.0.3...edge-bundler-v14.0.4) (2025-05-20)


### Bug Fixes

* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838))
* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [14.0.3](https://github.com/netlify/build/compare/edge-bundler-v14.0.2...edge-bundler-v14.0.3) (2025-05-20)


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": "14.0.3",
"version": "14.0.4",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/framework-info/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).

## [10.0.3](https://github.com/netlify/build/compare/framework-info-v10.0.2...framework-info-v10.0.3) (2025-05-20)


### Bug Fixes

* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838))

## [10.0.2](https://github.com/netlify/build/compare/framework-info-v10.0.1...framework-info-v10.0.2) (2025-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/framework-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/framework-info",
"version": "10.0.2",
"version": "10.0.3",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.umd.cjs",
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

## [6.0.4](https://github.com/netlify/build/compare/functions-utils-v6.0.3...functions-utils-v6.0.4) (2025-05-20)


### Dependencies

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

## [6.0.3](https://github.com/netlify/build/compare/functions-utils-v6.0.2...functions-utils-v6.0.3) (2025-05-20)


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": "6.0.3",
"version": "6.0.4",
"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": "12.0.1",
"@netlify/zip-it-and-ship-it": "12.0.2",
"cpy": "^11.0.0",
"path-exists": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/git-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.0.1](https://github.com/netlify/build/compare/git-utils-v6.0.0...git-utils-v6.0.1) (2025-05-20)


### Bug Fixes

* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [6.0.0](https://github.com/netlify/build/compare/git-utils-v5.2.0...git-utils-v6.0.0) (2025-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/git-utils",
"version": "6.0.0",
"version": "6.0.1",
"description": "Utility for dealing with modified, created, deleted files since a git commit",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/run-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.0.1](https://github.com/netlify/build/compare/run-utils-v6.0.0...run-utils-v6.0.1) (2025-05-20)


### Bug Fixes

* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [6.0.0](https://github.com/netlify/build/compare/run-utils-v5.2.0...run-utils-v6.0.0) (2025-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/run-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/run-utils",
"version": "6.0.0",
"version": "6.0.1",
"description": "Utility for running commands inside Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
9 changes: 9 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,15 @@ 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).

## [12.0.2](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.0.1...zip-it-and-ship-it-v12.0.2) (2025-05-20)


### Bug Fixes

* `cp-file` was renamed to `copy-file` ([#6347](https://github.com/netlify/build/issues/6347)) ([6c1d69d](https://github.com/netlify/build/commit/6c1d69dab786aca6ab89d8f32a50f2c81531fdae))
* **deps:** update dependency find-up to v7 ([#6341](https://github.com/netlify/build/issues/6341)) ([49aca1a](https://github.com/netlify/build/commit/49aca1a6917aba7d7bed963a8c7f313d5dd39838))
* **deps:** upgrade execa to v8 ([#6301](https://github.com/netlify/build/issues/6301)) ([1f93c17](https://github.com/netlify/build/commit/1f93c179b7f48c5141456f1645156cd6b3909e3b))

## [12.0.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.0.0...zip-it-and-ship-it-v12.0.1) (2025-05-20)


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