Skip to content

Commit 9909a64

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 981b882 commit 9909a64

5 files changed

Lines changed: 270 additions & 254 deletions

File tree

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"@angular-devkit/build-angular": "workspace:*",
55
"@angular-devkit/core": "workspace:*",
66
"@angular/ssr": "workspace:*",
7-
"@vitest/coverage-v8": "4.1.6",
7+
"@vitest/coverage-v8": "4.1.7",
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "29.1.1",
1111
"ng-packagr": "22.0.0-rc.0",
1212
"rxjs": "7.8.2",
13-
"vitest": "4.1.6"
13+
"vitest": "4.1.7"
1414
}
1515
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@types/yargs": "^17.0.20",
9696
"@types/yargs-parser": "^21.0.0",
9797
"@types/yarnpkg__lockfile": "^1.1.5",
98-
"@typescript-eslint/eslint-plugin": "8.59.3",
99-
"@typescript-eslint/parser": "8.59.3",
98+
"@typescript-eslint/eslint-plugin": "8.59.4",
99+
"@typescript-eslint/parser": "8.59.4",
100100
"ajv": "8.20.0",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.28.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"jsdom": "29.1.1",
5555
"less": "4.6.4",
5656
"ng-packagr": "22.0.0-rc.0",
57-
"postcss": "8.5.14",
58-
"rolldown": "1.0.1",
57+
"postcss": "8.5.15",
58+
"rolldown": "1.0.2",
5959
"rxjs": "7.8.2",
60-
"vitest": "4.1.6"
60+
"vitest": "4.1.7"
6161
},
6262
"peerDependencies": {
6363
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"jsonc-parser": "3.3.1",
3535
"karma-source-map-support": "1.4.0",
3636
"less": "4.6.4",
37-
"less-loader": "12.3.2",
37+
"less-loader": "12.3.3",
3838
"license-webpack-plugin": "4.0.2",
3939
"loader-utils": "3.3.1",
4040
"mini-css-extract-plugin": "2.10.2",
4141
"open": "11.0.0",
4242
"ora": "9.4.0",
4343
"picomatch": "4.0.4",
4444
"piscina": "5.1.4",
45-
"postcss": "8.5.14",
45+
"postcss": "8.5.15",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",

0 commit comments

Comments
 (0)