Skip to content

Commit eeb15d0

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 41c6798 commit eeb15d0

File tree

6 files changed

+310
-308
lines changed

6 files changed

+310
-308
lines changed

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"@angular/ssr": "workspace:*",
66
"@angular-devkit/build-angular": "workspace:*",
77
"browser-sync": "3.0.4",
8-
"@vitest/coverage-v8": "4.0.8",
8+
"@vitest/coverage-v8": "4.0.10",
99
"jsdom": "27.2.0",
1010
"rxjs": "7.8.2",
11-
"vitest": "4.0.8"
11+
"vitest": "4.0.10"
1212
}
1313
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@types/yargs": "^17.0.20",
9393
"@types/yargs-parser": "^21.0.0",
9494
"@types/yarnpkg__lockfile": "^1.1.5",
95-
"@typescript-eslint/eslint-plugin": "8.46.4",
96-
"@typescript-eslint/parser": "8.46.4",
95+
"@typescript-eslint/eslint-plugin": "8.47.0",
96+
"@typescript-eslint/parser": "8.47.0",
9797
"ajv": "8.17.1",
9898
"ansi-colors": "4.1.3",
9999
"buffer": "6.0.3",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.4",
4040
"rolldown": "1.0.0-beta.50",
41-
"sass": "1.94.0",
41+
"sass": "1.94.1",
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
@@ -57,7 +57,7 @@
5757
"ng-packagr": "21.0.0-rc.1",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",
60-
"vitest": "4.0.8"
60+
"vitest": "4.0.10"
6161
},
6262
"peerDependencies": {
6363
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.10.1",
2929
"@listr2/prompt-adapter-inquirer": "3.0.5",
30-
"@modelcontextprotocol/sdk": "1.21.1",
30+
"@modelcontextprotocol/sdk": "1.22.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.43.0",
33+
"algoliasearch": "5.44.0",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.5",
37-
"npm-package-arg": "13.0.1",
38-
"pacote": "21.0.3",
37+
"npm-package-arg": "13.0.2",
38+
"pacote": "21.0.4",
3939
"parse5-html-rewriting-stream": "8.0.0",
4040
"resolve": "1.22.11",
4141
"semver": "7.7.3",

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.0",
49+
"sass": "1.94.1",
5050
"sass-loader": "16.0.6",
5151
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",

0 commit comments

Comments
 (0)