Skip to content

Commit 45fc02e

Browse files
committed
build: update webpack to v5.99.0
1 parent fc0e05f commit 45fc02e

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"terser": "5.39.0",
5757
"tree-kill": "1.2.2",
5858
"tslib": "2.8.1",
59-
"webpack": "5.98.0",
59+
"webpack": "5.99.0",
6060
"webpack-dev-middleware": "7.4.2",
6161
"webpack-dev-server": "5.2.1",
6262
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.98.0",
25+
"webpack": "5.99.0",
2626
"webpack-dev-server": "5.2.1"
2727
},
2828
"peerDependencies": {

packages/angular_devkit/build_webpack/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function getEmittedFiles(compilation: Compilation): EmittedFiles[] {
3434
chunkFileNames.add(file);
3535
files.push({
3636
id: chunk.id?.toString(),
37-
name: chunk.name,
37+
name: chunk.name ?? undefined,
3838
file,
3939
extension: path.extname(file),
4040
initial: chunk.isOnlyInitial(),

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "20.0.0-next.5",
3131
"@angular/compiler-cli": "20.0.0-next.5",
3232
"typescript": "5.8.3",
33-
"webpack": "5.98.0"
33+
"webpack": "5.99.0"
3434
}
3535
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)