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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/build-info": "10.0.8",
"packages/build": "35.1.7",
"packages/edge-bundler": "14.5.5",
"packages/build": "35.1.8",
"packages/edge-bundler": "14.5.6",
"packages/cache-utils": "6.0.4",
"packages/config": "24.0.4",
"packages/functions-utils": "6.2.8",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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

## [35.1.8](https://github.com/netlify/build/compare/build-v35.1.7...build-v35.1.8) (2025-09-24)


### Bug Fixes

* handle empty cases in edge bundling ([#6659](https://github.com/netlify/build/issues/6659)) ([d78700c](https://github.com/netlify/build/commit/d78700cba71659d6fef09aa80d5b5a9d0e4cc6ad))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-bundler bumped from 14.5.5 to 14.5.6

## [35.1.7](https://github.com/netlify/build/compare/build-v35.1.6...build-v35.1.7) (2025-09-24)


Expand Down
4 changes: 2 additions & 2 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.7",
"version": "35.1.8",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@netlify/blobs": "^10.0.11",
"@netlify/cache-utils": "^6.0.4",
"@netlify/config": "^24.0.4",
"@netlify/edge-bundler": "14.5.5",
"@netlify/edge-bundler": "14.5.6",
"@netlify/functions-utils": "^6.2.8",
"@netlify/git-utils": "^6.0.2",
"@netlify/opentelemetry-utils": "^2.0.1",
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.5.6](https://github.com/netlify/build/compare/edge-bundler-v14.5.5...edge-bundler-v14.5.6) (2025-09-24)


### Bug Fixes

* add missing --allow-import flag to deno run command in bundle function ([#6684](https://github.com/netlify/build/issues/6684)) ([8f0799b](https://github.com/netlify/build/commit/8f0799b97377689fba6567b98d2b31f6c08cffa8))
* **edge-bundler:** update bootstrap API call for v2.15.0+ compatibility ([#6682](https://github.com/netlify/build/issues/6682)) ([165067e](https://github.com/netlify/build/commit/165067e265c790916e25f2b34c6f2eec688956dd))

## [14.5.5](https://github.com/netlify/build/compare/edge-bundler-v14.5.4...edge-bundler-v14.5.5) (2025-09-24)


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.5",
"version": "14.5.6",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down
Loading