Skip to content

Commit 7d32778

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 2bb4f1d commit 7d32778

File tree

5 files changed

+530
-494
lines changed

5 files changed

+530
-494
lines changed

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"rxjs": "7.8.2",
8-
"vitest": "3.1.4"
8+
"vitest": "3.2.0"
99
}
1010
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bazel/buildifier": "8.2.0",
6565
"@eslint/compat": "1.2.9",
6666
"@eslint/eslintrc": "3.3.1",
67-
"@eslint/js": "9.27.0",
67+
"@eslint/js": "9.28.0",
6868
"@rollup/plugin-alias": "^5.1.1",
6969
"@rollup/plugin-commonjs": "^28.0.0",
7070
"@rollup/plugin-json": "^6.1.0",
@@ -94,15 +94,15 @@
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.33.0",
98-
"@typescript-eslint/parser": "8.33.0",
97+
"@typescript-eslint/eslint-plugin": "8.33.1",
98+
"@typescript-eslint/parser": "8.33.1",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.4",
102102
"buffer": "6.0.3",
103103
"esbuild": "0.25.5",
104104
"esbuild-wasm": "0.25.5",
105-
"eslint": "9.27.0",
105+
"eslint": "9.28.0",
106106
"eslint-config-prettier": "10.1.5",
107107
"eslint-plugin-header": "3.1.1",
108108
"eslint-plugin-import": "2.31.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.27.3",
23+
"@babel/core": "7.27.4",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.12",
@@ -38,7 +38,7 @@
3838
"picomatch": "4.0.2",
3939
"piscina": "5.0.0",
4040
"rollup": "4.41.1",
41-
"sass": "1.89.0",
41+
"sass": "1.89.1",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",
@@ -56,7 +56,7 @@
5656
"ng-packagr": "20.1.0-next.0",
5757
"postcss": "8.5.4",
5858
"rxjs": "7.8.2",
59-
"vitest": "3.1.4"
59+
"vitest": "3.2.0"
6060
},
6161
"peerDependencies": {
6262
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.27.3",
14+
"@babel/core": "7.27.4",
1515
"@babel/generator": "7.27.3",
1616
"@babel/helper-annotate-as-pure": "7.27.3",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.27.1",
1919
"@babel/plugin-transform-async-to-generator": "7.27.1",
20-
"@babel/plugin-transform-runtime": "7.27.3",
20+
"@babel/plugin-transform-runtime": "7.27.4",
2121
"@babel/preset-env": "7.27.2",
22-
"@babel/runtime": "7.27.3",
22+
"@babel/runtime": "7.27.4",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -48,7 +48,7 @@
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.2",
51-
"sass": "1.89.0",
51+
"sass": "1.89.1",
5252
"sass-loader": "16.0.5",
5353
"semver": "7.7.2",
5454
"source-map-loader": "5.0.0",

0 commit comments

Comments
 (0)