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,11 +1,11 @@
{
"packages/build-info": "9.0.4",
"packages/build": "32.1.0",
"packages/edge-bundler": "13.0.2",
"packages/build": "32.1.1",
"packages/edge-bundler": "13.0.3",
"packages/cache-utils": "5.2.0",
"packages/config": "22.0.1",
"packages/framework-info": "9.9.3",
"packages/functions-utils": "5.3.16",
"packages/functions-utils": "5.3.17",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "8.0.0",
"packages/js-client": "13.3.5",
Expand All @@ -14,5 +14,5 @@
"packages/run-utils": "5.2.0",
"packages/opentelemetry-sdk-setup": "1.2.2",
"packages/opentelemetry-utils": "1.3.1",
"packages/zip-it-and-ship-it": "10.0.7"
"packages/zip-it-and-ship-it": "10.1.0"
}
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.

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

## [32.1.1](https://github.com/netlify/build/compare/build-v32.1.0...build-v32.1.1) (2025-05-08)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-bundler bumped from 13.0.2 to 13.0.3
* @netlify/functions-utils bumped from ^5.3.16 to ^5.3.17
* @netlify/zip-it-and-ship-it bumped from 10.0.7 to 10.1.0

## [32.1.0](https://github.com/netlify/build/compare/build-v32.0.1...build-v32.1.0) (2025-04-23)


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": "32.1.0",
"version": "32.1.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,14 +70,14 @@
"@netlify/blobs": "^8.2.0",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^22.0.1",
"@netlify/edge-bundler": "13.0.2",
"@netlify/edge-bundler": "13.0.3",
"@netlify/framework-info": "^9.9.3",
"@netlify/functions-utils": "^5.3.16",
"@netlify/functions-utils": "^5.3.17",
"@netlify/git-utils": "^5.2.0",
"@netlify/opentelemetry-utils": "^1.3.1",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.2.0",
"@netlify/zip-it-and-ship-it": "10.0.7",
"@netlify/zip-it-and-ship-it": "10.1.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
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

## [13.0.3](https://github.com/netlify/build/compare/edge-bundler-v13.0.2...edge-bundler-v13.0.3) (2025-05-08)


### Bug Fixes

* **deps:** update dependency esbuild to v0.25.3 ([#6216](https://github.com/netlify/build/issues/6216)) ([ddd27b7](https://github.com/netlify/build/commit/ddd27b7f895acb8874efcc78d507048fb8bf2fbf))
* **deps:** update dependency esbuild to v0.25.4 ([#6282](https://github.com/netlify/build/issues/6282)) ([6099258](https://github.com/netlify/build/commit/6099258ec3d085a7e1e33042d435edf5880c8fdb))

## [13.0.2](https://github.com/netlify/build/compare/edge-bundler-v13.0.1...edge-bundler-v13.0.2) (2025-04-10)


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": "13.0.2",
"version": "13.0.3",
"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.17](https://github.com/netlify/build/compare/functions-utils-v5.3.16...functions-utils-v5.3.17) (2025-05-08)


### Dependencies

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

## [5.3.16](https://github.com/netlify/build/compare/functions-utils-v5.3.15...functions-utils-v5.3.16) (2025-04-22)


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.16",
"version": "5.3.17",
"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": "10.0.7",
"@netlify/zip-it-and-ship-it": "10.1.0",
"cpy": "^9.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).

## [10.1.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v10.0.7...zip-it-and-ship-it-v10.1.0) (2025-05-08)


### Features

* **zip-it-and-ship-it:** feature flag ability to dynamically import funcion inside request handler ([#6248](https://github.com/netlify/build/issues/6248)) ([63a89a5](https://github.com/netlify/build/commit/63a89a589bd73b2ce4acef4c1f01785f5618a189))


### Bug Fixes

* **deps:** update babel monorepo ([#6281](https://github.com/netlify/build/issues/6281)) ([0743245](https://github.com/netlify/build/commit/0743245c9857c9f57bbfeb09819de52ab8146d47))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.39.0 ([#6249](https://github.com/netlify/build/issues/6249)) ([f22f215](https://github.com/netlify/build/commit/f22f215556b8a8d7de14407876dc6bfc5dbca634))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.40.0 ([#6250](https://github.com/netlify/build/issues/6250)) ([9776b52](https://github.com/netlify/build/commit/9776b52e6526a0e04400f5d21369d2c2ac06d394))

## [10.0.7](https://github.com/netlify/build/compare/zip-it-and-ship-it-v10.0.6...zip-it-and-ship-it-v10.0.7) (2025-04-22)


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