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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/build-info": "10.0.7",
"packages/build": "35.1.3",
"packages/edge-bundler": "14.5.3",
"packages/build": "35.1.4",
"packages/edge-bundler": "14.5.4",
"packages/cache-utils": "6.0.4",
"packages/config": "24.0.3",
"packages/functions-utils": "6.2.5",
"packages/functions-utils": "6.2.6",
"packages/git-utils": "6.0.2",
"packages/headers-parser": "9.0.2",
"packages/js-client": "14.0.4",
Expand All @@ -13,5 +13,5 @@
"packages/run-utils": "6.0.2",
"packages/opentelemetry-sdk-setup": "2.0.2",
"packages/opentelemetry-utils": "2.0.1",
"packages/zip-it-and-ship-it": "14.1.5"
"packages/zip-it-and-ship-it": "14.1.6"
}
16 changes: 8 additions & 8 deletions package-lock.json

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

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

## [35.1.4](https://github.com/netlify/build/compare/build-v35.1.3...build-v35.1.4) (2025-09-02)


### Bug Fixes

* **deps:** update dependency @netlify/blobs to ^10.0.10 ([#6636](https://github.com/netlify/build/issues/6636)) ([8ce8653](https://github.com/netlify/build/commit/8ce86538b4a829df3f18ff23c502cbfb1e7ba0ea))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-bundler bumped from 14.5.3 to 14.5.4
* @netlify/functions-utils bumped from ^6.2.5 to ^6.2.6
* @netlify/zip-it-and-ship-it bumped from 14.1.5 to 14.1.6

## [35.1.3](https://github.com/netlify/build/compare/build-v35.1.2...build-v35.1.3) (2025-08-27)


Expand Down
8 changes: 4 additions & 4 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "35.1.3",
"version": "35.1.4",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,13 +70,13 @@
"@netlify/blobs": "^10.0.10",
"@netlify/cache-utils": "^6.0.4",
"@netlify/config": "^24.0.3",
"@netlify/edge-bundler": "14.5.3",
"@netlify/functions-utils": "^6.2.5",
"@netlify/edge-bundler": "14.5.4",
"@netlify/functions-utils": "^6.2.6",
"@netlify/git-utils": "^6.0.2",
"@netlify/opentelemetry-utils": "^2.0.1",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^6.0.2",
"@netlify/zip-it-and-ship-it": "14.1.5",
"@netlify/zip-it-and-ship-it": "14.1.6",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^7.0.0",
"ansis": "^4.1.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

## [14.5.4](https://github.com/netlify/build/compare/edge-bundler-v14.5.3...edge-bundler-v14.5.4) (2025-09-02)


### Bug Fixes

* use stable edge functions bootstrap package for globalThis.Netlify ([#6609](https://github.com/netlify/build/issues/6609)) ([78582a2](https://github.com/netlify/build/commit/78582a22db98c3c26307c816ff8ff70ca2d3e6a2))

## [14.5.3](https://github.com/netlify/build/compare/edge-bundler-v14.5.2...edge-bundler-v14.5.3) (2025-08-27)


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.5.3",
"version": "14.5.4",
"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

## [6.2.6](https://github.com/netlify/build/compare/functions-utils-v6.2.5...functions-utils-v6.2.6) (2025-09-02)


### Dependencies

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

## [6.2.5](https://github.com/netlify/build/compare/functions-utils-v6.2.4...functions-utils-v6.2.5) (2025-08-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": "6.2.5",
"version": "6.2.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": "14.1.5",
"@netlify/zip-it-and-ship-it": "14.1.6",
"cpy": "^11.0.0",
"path-exists": "^5.0.0"
},
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).

## [14.1.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.5...zip-it-and-ship-it-v14.1.6) (2025-09-02)


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^2.4.0 ([#6648](https://github.com/netlify/build/issues/6648)) ([5487e43](https://github.com/netlify/build/commit/5487e43f3ab693321bf45e5a2145004800ee120d))

## [14.1.5](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.1.4...zip-it-and-ship-it-v14.1.5) (2025-08-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": "14.1.5",
"version": "14.1.6",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down
Loading