Skip to content

Commit f17bc59

Browse files
angular-robothybrist
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 2e7227b commit f17bc59

File tree

5 files changed

+185
-120
lines changed

5 files changed

+185
-120
lines changed

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@angular-devkit/build-angular": "workspace:*",
77
"browser-sync": "3.0.4",
88
"@vitest/coverage-v8": "4.0.15",
9-
"jsdom": "27.2.0",
9+
"jsdom": "27.3.0",
1010
"rxjs": "7.8.2",
1111
"vitest": "4.0.15"
1212
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
"@types/yargs": "^17.0.20",
9292
"@types/yargs-parser": "^21.0.0",
9393
"@types/yarnpkg__lockfile": "^1.1.5",
94-
"@typescript-eslint/eslint-plugin": "8.48.1",
95-
"@typescript-eslint/parser": "8.48.1",
94+
"@typescript-eslint/eslint-plugin": "8.49.0",
95+
"@typescript-eslint/parser": "8.49.0",
9696
"ajv": "8.17.1",
9797
"buffer": "6.0.3",
9898
"esbuild": "0.27.1",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
4040
"rolldown": "1.0.0-beta.53",
41-
"sass": "1.94.2",
41+
"sass": "1.95.0",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
4545
"undici": "7.16.0",
46-
"vite": "7.2.6",
46+
"vite": "7.2.7",
4747
"watchpack": "2.4.4"
4848
},
4949
"optionalDependencies": {
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@angular-devkit/core": "workspace:*",
5454
"@angular/ssr": "workspace:*",
55-
"jsdom": "27.2.0",
55+
"jsdom": "27.3.0",
5656
"less": "4.4.2",
5757
"ng-packagr": "21.1.0-next.0",
5858
"postcss": "8.5.6",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"postcss-loader": "8.2.0",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.94.2",
49+
"sass": "1.95.0",
5050
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",

0 commit comments

Comments
 (0)