Skip to content

Commit dd52a7e

Browse files
authored
Merge branch 'main' into hk/skip-angular-runtime
2 parents f74cbd9 + ef6aea3 commit dd52a7e

File tree

12 files changed

+39
-84
lines changed

12 files changed

+39
-84
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/build-info": "10.0.9",
3-
"packages/build": "35.3.3",
4-
"packages/edge-bundler": "14.8.6",
3+
"packages/build": "35.3.4",
4+
"packages/edge-bundler": "14.8.7",
55
"packages/cache-utils": "6.0.4",
66
"packages/config": "24.0.9",
77
"packages/functions-utils": "6.2.13",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [35.3.4](https://github.com/netlify/build/compare/build-v35.3.3...build-v35.3.4) (2025-11-11)
109+
110+
111+
### Bug Fixes
112+
113+
* update deno run commands to set node-modules-dir to manual ([#6771](https://github.com/netlify/build/issues/6771)) ([64ce870](https://github.com/netlify/build/commit/64ce8700d93a48702e7cd6932a0fea03b0aac58a))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/edge-bundler bumped from 14.8.6 to 14.8.7
121+
108122
## [35.3.3](https://github.com/netlify/build/compare/build-v35.3.2...build-v35.3.3) (2025-11-06)
109123

110124

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "35.3.3",
3+
"version": "35.3.4",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -70,7 +70,7 @@
7070
"@netlify/blobs": "^10.3.1",
7171
"@netlify/cache-utils": "^6.0.4",
7272
"@netlify/config": "^24.0.9",
73-
"@netlify/edge-bundler": "14.8.6",
73+
"@netlify/edge-bundler": "14.8.7",
7474
"@netlify/functions-utils": "^6.2.13",
7575
"@netlify/git-utils": "^6.0.2",
7676
"@netlify/opentelemetry-utils": "^2.0.1",

packages/build/tests/edge_functions/snapshots/tests.js.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Snapshot report for `packages/build/tests/edge_functions/tests.js`
1+
# Snapshot report for `tests/edge_functions/tests.js`
22

33
The actual snapshot is saved in `tests.js.snap`.
44

@@ -1279,7 +1279,7 @@ Generated by [AVA](https://avajs.dev).
12791279
────────────────────────────────────────────────────────────────␊
12801280
12811281
Error message␊
1282-
Error: Command failed with exit code 1: deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts␊
1282+
Error: Command failed with exit code 1: deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --node-modules-dir=manual --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts␊
12831283
STACK TRACE␊
12841284
12851285
export async () => ␊
@@ -1292,9 +1292,9 @@ Generated by [AVA](https://avajs.dev).
12921292
12931293
Error properties␊
12941294
{␊
1295-
shortMessage: 'Command failed with exit code 1: deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts',␊
1296-
command: 'deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts',␊
1297-
escapedCommand: 'deno bundle --import-map "BASE64_STRING" --quiet --code-splitting --allow-import --outdir "/external/path" "packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts"',␊
1295+
shortMessage: 'Command failed with exit code 1: deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --node-modules-dir=manual --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts',␊
1296+
command: 'deno bundle --import-map BASE64_STRING --quiet --code-splitting --allow-import --node-modules-dir=manual --outdir /external/path packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts',␊
1297+
escapedCommand: 'deno bundle --import-map "BASE64_STRING" --quiet --code-splitting --allow-import "--node-modules-dir=manual" --outdir "/external/path" "packages/build/tests/edge_functions/fixtures/functions_invalid/netlify/edge-functions/functions-1.ts"',␊
12981298
exitCode: 1,␊
12991299
signal: undefined,␊
13001300
signalDescription: undefined,␊
23 Bytes
Binary file not shown.

packages/build/tests/install/snapshots/tests.js.md

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,70 +1159,3 @@ Generated by [AVA](https://avajs.dev).
11591159
11601160
(Netlify Build completed in 1ms)␊
11611161
Build step duration: Netlify Build completed in 1ms`
1162-
1163-
## In integration dev mode, install local plugins and install the integration when forcing build
1164-
1165-
> Snapshot 1
1166-
1167-
`␊
1168-
Netlify Build ␊
1169-
────────────────────────────────────────────────────────────────␊
1170-
1171-
> Version␊
1172-
@netlify/build 1.0.0␊
1173-
1174-
> Flags␊
1175-
context: dev␊
1176-
debug: true␊
1177-
repositoryRoot: packages/build/tests/install/fixtures/local_missing_integration␊
1178-
testOpts:␊
1179-
pluginsListUrl: test␊
1180-
silentLingeringProcesses: true␊
1181-
1182-
> Current directory␊
1183-
packages/build/tests/install/fixtures/local_missing_integration␊
1184-
1185-
> Config file␊
1186-
packages/build/tests/install/fixtures/local_missing_integration/netlify.toml␊
1187-
1188-
> Resolved config␊
1189-
build:␊
1190-
publish: packages/build/tests/install/fixtures/local_missing_integration␊
1191-
publishOrigin: default␊
1192-
1193-
> Context␊
1194-
dev␊
1195-
1196-
> Installing extensions␊
1197-
- functions-injection␊
1198-
1199-
> Loading extensions␊
1200-
- functions-injection␊
1201-
1202-
functions-injection-buildhooks (onPreBuild event) ␊
1203-
────────────────────────────────────────────────────────────────␊
1204-
1205-
Hello from onPreBuild␊
1206-
1207-
(functions-injection-buildhooks onPreBuild completed in 1ms)␊
1208-
Build step duration: functions-injection-buildhooks onPreBuild completed in 1ms␊
1209-
1210-
Functions bundling ␊
1211-
────────────────────────────────────────────────────────────────␊
1212-
1213-
Packaging Functions generated by functions-injection extension:␊
1214-
- my_unique_prefix_2_function-with-external-dependencies-directory␊
1215-
- my_unique_prefix_2_function-with-external-dependencies-directory-multifile␊
1216-
- my_unique_prefix_2_function-with-external-dependencies.ts␊
1217-
- my_unique_prefix_2_function-with-local-dependencies.ts␊
1218-
- my_unique_prefix_2_function-with-no-dependencies.ts␊
1219-
1220-
1221-
(Functions bundling completed in 1ms)␊
1222-
Build step duration: Functions bundling completed in 1ms␊
1223-
1224-
Netlify Build Complete ␊
1225-
────────────────────────────────────────────────────────────────␊
1226-
1227-
(Netlify Build completed in 1ms)␊
1228-
Build step duration: Netlify Build completed in 1ms`
-77 Bytes
Binary file not shown.

packages/edge-bundler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [14.8.7](https://github.com/netlify/build/compare/edge-bundler-v14.8.6...edge-bundler-v14.8.7) (2025-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* update deno run commands to set node-modules-dir to manual ([#6771](https://github.com/netlify/build/issues/6771)) ([64ce870](https://github.com/netlify/build/commit/64ce8700d93a48702e7cd6932a0fea03b0aac58a))
9+
310
## [14.8.6](https://github.com/netlify/build/compare/edge-bundler-v14.8.5...edge-bundler-v14.8.6) (2025-11-04)
411

512

packages/edge-bundler/node/bundler.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ export const bundle = async (
123123
vendorDirectory,
124124
})
125125

126+
if (vendor) {
127+
importMap.add(vendor.importMap)
128+
}
129+
126130
const bundles: Bundle[] = []
127131

128132
if (featureFlags.edge_bundler_generate_tarball || featureFlags.edge_bundler_dry_run_generate_tarball) {
@@ -156,10 +160,6 @@ export const bundle = async (
156160
}
157161
}
158162

159-
if (vendor) {
160-
importMap.add(vendor.importMap)
161-
}
162-
163163
bundles.push(
164164
await bundleESZIP({
165165
basePath,

0 commit comments

Comments
 (0)