Skip to content

Commit 28aa1f9

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 5591b72 commit 28aa1f9

File tree

7 files changed

+333
-339
lines changed

7 files changed

+333
-339
lines changed

modules/testing/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"@angular-devkit/build-angular": "workspace:*",
55
"@angular-devkit/core": "workspace:*",
66
"@angular/ssr": "workspace:*",
7-
"@vitest/coverage-v8": "4.1.0",
7+
"@vitest/coverage-v8": "4.1.1",
88
"browser-sync": "3.0.4",
99
"jsdom": "29.0.1",
1010
"ng-packagr": "22.0.0-next.0",
1111
"rxjs": "7.8.2",
12-
"vitest": "4.1.0"
12+
"vitest": "4.1.1"
1313
}
1414
}

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.57.1",
95-
"@typescript-eslint/parser": "8.57.1",
94+
"@typescript-eslint/eslint-plugin": "8.57.2",
95+
"@typescript-eslint/parser": "8.57.2",
9696
"ajv": "8.18.0",
9797
"buffer": "6.0.3",
9898
"esbuild": "0.27.3",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "6.0.10",
27-
"@vitejs/plugin-basic-ssl": "2.2.0",
27+
"@vitejs/plugin-basic-ssl": "2.3.0",
2828
"beasties": "0.4.1",
2929
"browserslist": "^4.26.0",
3030
"esbuild": "0.27.3",
@@ -35,9 +35,9 @@
3535
"magic-string": "0.30.21",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",
38-
"picomatch": "4.0.3",
38+
"picomatch": "4.0.4",
3939
"piscina": "5.1.4",
40-
"rolldown": "1.0.0-rc.10",
40+
"rolldown": "1.0.0-rc.11",
4141
"sass": "1.98.0",
4242
"semver": "7.7.4",
4343
"source-map-support": "0.5.21",
@@ -56,7 +56,7 @@
5656
"ng-packagr": "22.0.0-next.0",
5757
"postcss": "8.5.8",
5858
"rxjs": "7.8.2",
59-
"vitest": "4.1.0"
59+
"vitest": "4.1.1"
6060
},
6161
"peerDependencies": {
6262
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modelcontextprotocol/sdk": "1.27.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.49.2",
33+
"algoliasearch": "5.50.0",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "10.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"mini-css-extract-plugin": "2.10.1",
4141
"open": "11.0.0",
4242
"ora": "9.3.0",
43-
"picomatch": "4.0.3",
43+
"picomatch": "4.0.4",
4444
"piscina": "5.1.4",
4545
"postcss": "8.5.8",
4646
"postcss-loader": "8.2.1",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv": "8.18.0",
2929
"ajv-formats": "3.0.1",
3030
"jsonc-parser": "3.3.1",
31-
"picomatch": "4.0.3",
31+
"picomatch": "4.0.4",
3232
"rxjs": "7.8.2",
3333
"source-map": "0.7.6"
3434
},

0 commit comments

Comments
 (0)