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
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/build-info": "10.0.1",
"packages/build": "33.1.3",
"packages/build-info": "10.0.2",
"packages/build": "33.1.4",
"packages/edge-bundler": "14.0.4",
"packages/cache-utils": "6.0.1",
"packages/config": "23.0.3",
"packages/cache-utils": "6.0.2",
"packages/config": "23.0.4",
"packages/framework-info": "10.0.4",
"packages/functions-utils": "6.0.5",
"packages/functions-utils": "6.0.6",
"packages/git-utils": "6.0.1",
"packages/headers-parser": "9.0.0",
"packages/js-client": "14.0.1",
Expand All @@ -14,5 +14,5 @@
"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.3"
"packages/zip-it-and-ship-it": "12.1.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

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

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

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


### Bug Fixes

* **deps:** update dependency read-pkg to v9 ([#6346](https://github.com/netlify/build/issues/6346)) ([fe2a1b4](https://github.com/netlify/build/commit/fe2a1b4062b3db2ee16f47815d0bec1379ba7b11))

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


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

## [33.1.4](https://github.com/netlify/build/compare/build-v33.1.3...build-v33.1.4) (2025-05-22)


### Bug Fixes

* **deps:** update dependency path-type to v6 ([#6358](https://github.com/netlify/build/issues/6358)) ([77557fe](https://github.com/netlify/build/commit/77557fe197c20d1d5597a8c70d92944f22515293))
* **deps:** update dependency pretty-ms to v9 ([#6359](https://github.com/netlify/build/issues/6359)) ([25ec5ef](https://github.com/netlify/build/commit/25ec5ef7e982ef93166ef2cb8a61871470210008))
* **deps:** update dependency readdirp to v4 ([#6335](https://github.com/netlify/build/issues/6335)) ([bbc39d2](https://github.com/netlify/build/commit/bbc39d2c665b68dcbfaa4b32b783d38fa517c413))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/cache-utils bumped from ^6.0.1 to ^6.0.2
* @netlify/config bumped from ^23.0.3 to ^23.0.4
* @netlify/functions-utils bumped from ^6.0.5 to ^6.0.6
* @netlify/zip-it-and-ship-it bumped from 12.0.3 to 12.1.0

## [33.1.3](https://github.com/netlify/build/compare/build-v33.1.2...build-v33.1.3) (2025-05-21)


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": "33.1.3",
"version": "33.1.4",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -68,16 +68,16 @@
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^8.2.0",
"@netlify/cache-utils": "^6.0.1",
"@netlify/config": "^23.0.3",
"@netlify/cache-utils": "^6.0.2",
"@netlify/config": "^23.0.4",
"@netlify/edge-bundler": "14.0.4",
"@netlify/framework-info": "^10.0.4",
"@netlify/functions-utils": "^6.0.5",
"@netlify/functions-utils": "^6.0.6",
"@netlify/git-utils": "^6.0.1",
"@netlify/opentelemetry-utils": "^2.0.0",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^6.0.1",
"@netlify/zip-it-and-ship-it": "12.0.3",
"@netlify/zip-it-and-ship-it": "12.1.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^7.0.0",
"chalk": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cache-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.0.2](https://github.com/netlify/build/compare/cache-utils-v6.0.1...cache-utils-v6.0.2) (2025-05-22)


### Bug Fixes

* **deps:** update dependency get-stream to v9 ([#6352](https://github.com/netlify/build/issues/6352)) ([f39bf0c](https://github.com/netlify/build/commit/f39bf0c94c9f3385283acee4a5685dea34dc0eca))
* **deps:** update dependency globby to v14 ([#6363](https://github.com/netlify/build/issues/6363)) ([0f00451](https://github.com/netlify/build/commit/0f00451bc758f7b9d408d691ae1d80f8e9856ab7))
* **deps:** update dependency readdirp to v4 ([#6335](https://github.com/netlify/build/issues/6335)) ([bbc39d2](https://github.com/netlify/build/commit/bbc39d2c665b68dcbfaa4b32b783d38fa517c413))

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


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": "6.0.1",
"version": "6.0.2",
"description": "Utility for caching files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [23.0.4](https://github.com/netlify/build/compare/config-v23.0.3...config-v23.0.4) (2025-05-22)


### Bug Fixes

* **deps:** update dependency path-type to v6 ([#6358](https://github.com/netlify/build/issues/6358)) ([77557fe](https://github.com/netlify/build/commit/77557fe197c20d1d5597a8c70d92944f22515293))

## [23.0.3](https://github.com/netlify/build/compare/config-v23.0.2...config-v23.0.3) (2025-05-21)


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.3",
"version": "23.0.4",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/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

## [6.0.6](https://github.com/netlify/build/compare/functions-utils-v6.0.5...functions-utils-v6.0.6) (2025-05-22)


### Dependencies

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

## [6.0.5](https://github.com/netlify/build/compare/functions-utils-v6.0.4...functions-utils-v6.0.5) (2025-05-21)


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.5",
"version": "6.0.6",
"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.3",
"@netlify/zip-it-and-ship-it": "12.1.0",
"cpy": "^11.0.0",
"path-exists": "^5.0.0"
},
Expand Down
14 changes: 14 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,20 @@ 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.1.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.0.3...zip-it-and-ship-it-v12.1.0) (2025-05-22)


### Features

* surface routes in `listFunctions` result ([#6353](https://github.com/netlify/build/issues/6353)) ([5b7da6b](https://github.com/netlify/build/commit/5b7da6b508ad791c183addb15d199ff13b1c35fb))


### Bug Fixes

* **deps:** update dependency @vercel/nft to v0.29.3 ([#6370](https://github.com/netlify/build/issues/6370)) ([15a4ef6](https://github.com/netlify/build/commit/15a4ef6e5c84358e8e98c65507cc54dd0282a748))
* **deps:** update dependency get-stream to v9 ([#6352](https://github.com/netlify/build/issues/6352)) ([f39bf0c](https://github.com/netlify/build/commit/f39bf0c94c9f3385283acee4a5685dea34dc0eca))
* **deps:** update dependency precinct to v12 ([#6364](https://github.com/netlify/build/issues/6364)) ([ebfd92e](https://github.com/netlify/build/commit/ebfd92eada47fc3eb5578cf5725f2eb3ed571665))

## [12.0.3](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.0.2...zip-it-and-ship-it-v12.0.3) (2025-05-21)


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