File tree Expand file tree Collapse file tree 7 files changed +478
-350
lines changed Expand file tree Collapse file tree 7 files changed +478
-350
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments