Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f00613

Browse files
alan-agius4clydin
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information. Closes #31352 as a pr takeover
1 parent 472344d commit 7f00613

File tree

7 files changed

+478
-350
lines changed

7 files changed

+478
-350
lines changed

‎package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"@types/yargs": "^17.0.20",
9595
"@types/yargs-parser": "^21.0.0",
9696
"@types/yarnpkg__lockfile": "^1.1.5",
97-
"@typescript-eslint/eslint-plugin": "8.44.1",
98-
"@typescript-eslint/parser": "8.44.1",
97+
"@typescript-eslint/eslint-plugin": "8.45.0",
98+
"@typescript-eslint/parser": "8.45.0",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101101
"buffer": "6.0.3",
@@ -142,7 +142,7 @@
142142
"typescript": "5.9.2",
143143
"undici": "7.16.0",
144144
"unenv": "^1.10.0",
145-
"verdaccio": "6.1.6",
145+
"verdaccio": "6.2.0",
146146
"verdaccio-auth-memory": "^10.0.0",
147147
"yargs-parser": "22.0.0",
148148
"zod": "4.1.11",

‎packages/angular/build/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
40-
"rolldown": "1.0.0-beta.40",
40+
"rolldown": "1.0.0-beta.41",
4141
"sass": "1.93.2",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",

‎packages/angular_devkit/build_angular/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tinyglobby": "0.2.15",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.101.3",
58+
"webpack": "5.102.0",
5959
"webpack-dev-middleware": "7.4.5",
6060
"webpack-dev-server": "5.2.2",
6161
"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.101.3",
25+
"webpack": "5.102.0",
2626
"webpack-dev-server": "5.2.2"
2727
},
2828
"peerDependencies": {

‎packages/angular_devkit/build_webpack/src/builders/webpack/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function runWebpack(
104104

105105
// Teardown logic. Close the watcher when unsubscribed from.
106106
return () => {
107-
watching.close(() => {});
107+
watching?.close(() => {});
108108
webpackCompiler.close(() => {});
109109
};
110110
} else {

‎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": "21.0.0-next.5",
3131
"@angular/compiler-cli": "21.0.0-next.5",
3232
"typescript": "5.9.2",
33-
"webpack": "5.101.3"
33+
"webpack": "5.102.0"
3434
}
3535
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /