Skip to content

Commit f2571b3

Browse files
committed
build: update all non-major dependencies
1 parent 4db4dd4 commit f2571b3

File tree

7 files changed

+116
-53
lines changed

7 files changed

+116
-53
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/router": "^19.1.0-next.0",
7171
"@angular/service-worker": "^19.1.0-next.0",
7272
"@babel/core": "7.26.0",
73-
"@babel/generator": "7.26.2",
73+
"@babel/generator": "7.26.3",
7474
"@babel/helper-annotate-as-pure": "7.25.9",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.26.0",
@@ -176,7 +176,7 @@
176176
"pacote": "20.0.0",
177177
"parse5-html-rewriting-stream": "7.0.0",
178178
"picomatch": "4.0.2",
179-
"piscina": "4.7.0",
179+
"piscina": "4.8.0",
180180
"postcss": "8.4.49",
181181
"postcss-loader": "8.1.1",
182182
"prettier": "^3.0.0",
@@ -188,8 +188,8 @@
188188
"rollup-license-plugin": "~3.0.1",
189189
"rollup-plugin-sourcemaps": "^0.6.0",
190190
"rxjs": "7.8.1",
191-
"sass": "1.81.1",
192-
"sass-loader": "16.0.3",
191+
"sass": "1.82.0",
192+
"sass-loader": "16.0.4",
193193
"semver": "7.6.3",
194194
"shelljs": "^0.8.5",
195195
"source-map": "0.7.4",
@@ -202,13 +202,13 @@
202202
"ts-node": "^10.9.1",
203203
"tslib": "2.8.1",
204204
"typescript": "5.7.2",
205-
"undici": "7.0.0",
205+
"undici": "7.1.0",
206206
"unenv": "^1.10.0",
207207
"verdaccio": "6.0.2",
208208
"verdaccio-auth-memory": "^10.0.0",
209209
"vite": "6.0.2",
210210
"watchpack": "2.4.2",
211-
"webpack": "5.96.1",
211+
"webpack": "5.97.0",
212212
"webpack-dev-middleware": "7.4.2",
213213
"webpack-dev-server": "5.1.0",
214214
"webpack-merge": "6.0.1",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
40-
"piscina": "4.7.0",
40+
"piscina": "4.8.0",
4141
"rollup": "4.28.0",
42-
"sass": "1.81.1",
42+
"sass": "1.82.0",
4343
"semver": "7.6.3",
4444
"vite": "6.0.2",
4545
"watchpack": "2.4.2"

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.26.0",
15-
"@babel/generator": "7.26.2",
15+
"@babel/generator": "7.26.3",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.25.9",
@@ -43,20 +43,20 @@
4343
"open": "10.1.0",
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
46-
"piscina": "4.7.0",
46+
"piscina": "4.8.0",
4747
"postcss": "8.4.49",
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",
51-
"sass": "1.81.1",
52-
"sass-loader": "16.0.3",
51+
"sass": "1.82.0",
52+
"sass-loader": "16.0.4",
5353
"semver": "7.6.3",
5454
"source-map-loader": "5.0.0",
5555
"source-map-support": "0.5.21",
5656
"terser": "5.36.0",
5757
"tree-kill": "1.2.2",
5858
"tslib": "2.8.1",
59-
"webpack": "5.96.1",
59+
"webpack": "5.97.0",
6060
"webpack-dev-middleware": "7.4.2",
6161
"webpack-dev-server": "5.1.0",
6262
"webpack-merge": "6.0.1",
@@ -66,7 +66,7 @@
6666
"esbuild": "0.24.0"
6767
},
6868
"devDependencies": {
69-
"undici": "7.0.0"
69+
"undici": "7.1.0"
7070
},
7171
"peerDependencies": {
7272
"@angular/compiler-cli": "^19.0.0 || ^19.1.0-next.0",

packages/angular_devkit/build_angular/src/builders/browser/specs/lazy-module_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ describe('Browser Builder lazy modules', () => {
139139
host.replaceInFile('src/tsconfig.app.json', '"main.ts"', `"main.ts","lazy-module.ts"`);
140140

141141
const { files } = await browserBuild(architect, host, target);
142-
expect(files['common.js']).toBeDefined();
142+
expect(files['src_lazy-module_ts.js']).toBeDefined();
143143
});
144144

145145
it(`supports making a common bundle for shared lazy modules`, async () => {

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
24-
"webpack": "5.96.1"
24+
"webpack": "5.97.0"
2525
},
2626
"peerDependencies": {
2727
"webpack": "^5.30.0",

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": "19.1.0-next.0",
3131
"@angular/compiler-cli": "19.1.0-next.0",
3232
"typescript": "5.7.2",
33-
"webpack": "5.96.1"
33+
"webpack": "5.97.0"
3434
}
3535
}

0 commit comments

Comments
 (0)