Skip to content

Commit 084c99e

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent edeb41c commit 084c99e

File tree

5 files changed

+484
-169
lines changed

5 files changed

+484
-169
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@bazel/buildifier": "8.2.1",
6262
"@eslint/compat": "2.0.0",
6363
"@eslint/eslintrc": "3.3.3",
64-
"@eslint/js": "9.39.1",
64+
"@eslint/js": "9.39.2",
6565
"@rollup/plugin-alias": "^6.0.0",
6666
"@rollup/plugin-commonjs": "^29.0.0",
6767
"@rollup/plugin-json": "^6.1.0",
@@ -90,13 +90,13 @@
9090
"@types/yargs": "^17.0.20",
9191
"@types/yargs-parser": "^21.0.0",
9292
"@types/yarnpkg__lockfile": "^1.1.5",
93-
"@typescript-eslint/eslint-plugin": "8.49.0",
94-
"@typescript-eslint/parser": "8.49.0",
93+
"@typescript-eslint/eslint-plugin": "8.50.0",
94+
"@typescript-eslint/parser": "8.50.0",
9595
"ajv": "8.17.1",
9696
"buffer": "6.0.3",
9797
"esbuild": "0.27.1",
9898
"esbuild-wasm": "0.27.1",
99-
"eslint": "9.39.1",
99+
"eslint": "9.39.2",
100100
"eslint-config-prettier": "10.1.8",
101101
"eslint-plugin-header": "3.1.1",
102102
"eslint-plugin-import": "2.32.0",
@@ -122,7 +122,7 @@
122122
"protractor": "~7.0.0",
123123
"puppeteer": "18.2.1",
124124
"quicktype-core": "23.2.6",
125-
"rollup": "4.53.3",
125+
"rollup": "4.53.4",
126126
"rollup-license-plugin": "~3.1.0",
127127
"rollup-plugin-dts": "6.3.0",
128128
"rollup-plugin-sourcemaps2": "0.5.4",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
4545
"undici": "7.16.0",
46-
"vite": "7.2.7",
46+
"vite": "7.3.0",
4747
"watchpack": "2.4.4"
4848
},
4949
"optionalDependencies": {

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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.24.3",
30+
"@modelcontextprotocol/sdk": "1.25.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"algoliasearch": "5.46.0",
@@ -40,7 +40,7 @@
4040
"resolve": "1.22.11",
4141
"semver": "7.7.3",
4242
"yargs": "18.0.0",
43-
"zod": "4.1.13"
43+
"zod": "4.2.1"
4444
},
4545
"ng-update": {
4646
"migrations": "@schematics/angular/migrations/migration-collection.json",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.22",
26+
"autoprefixer": "10.4.23",
2727
"babel-loader": "10.0.0",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "13.0.1",

0 commit comments

Comments
 (0)