Skip to content

Commit 05cb416

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 8a512cc commit 05cb416

File tree

7 files changed

+468
-249
lines changed

7 files changed

+468
-249
lines changed

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.2",
6666
"@eslint/eslintrc": "3.3.1",
67-
"@eslint/js": "9.33.0",
67+
"@eslint/js": "9.34.0",
6868
"@rollup/plugin-alias": "^5.1.1",
6969
"@rollup/plugin-commonjs": "^28.0.0",
7070
"@rollup/plugin-json": "^6.1.0",
@@ -94,14 +94,14 @@
9494
"@types/yargs": "^17.0.20",
9595
"@types/yargs-parser": "^21.0.0",
9696
"@types/yarnpkg__lockfile": "^1.1.5",
97-
"@typescript-eslint/eslint-plugin": "8.40.0",
98-
"@typescript-eslint/parser": "8.40.0",
97+
"@typescript-eslint/eslint-plugin": "8.41.0",
98+
"@typescript-eslint/parser": "8.41.0",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.25.9",
103103
"esbuild-wasm": "0.25.9",
104-
"eslint": "9.33.0",
104+
"eslint": "9.34.0",
105105
"eslint-config-prettier": "10.1.8",
106106
"eslint-plugin-header": "3.1.1",
107107
"eslint-plugin-import": "2.32.0",
@@ -131,7 +131,7 @@
131131
"protractor": "~7.0.0",
132132
"puppeteer": "18.2.1",
133133
"quicktype-core": "23.2.6",
134-
"rollup": "4.47.1",
134+
"rollup": "4.48.1",
135135
"rollup-license-plugin": "~3.0.1",
136136
"semver": "7.7.2",
137137
"shelljs": "^0.10.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.28.3",
2424
"@babel/helper-annotate-as-pure": "7.27.3",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@inquirer/confirm": "5.1.15",
26+
"@inquirer/confirm": "5.1.16",
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
2828
"beasties": "0.3.5",
2929
"browserslist": "^4.23.0",
@@ -37,8 +37,8 @@
3737
"parse5-html-rewriting-stream": "8.0.0",
3838
"picomatch": "4.0.3",
3939
"piscina": "5.1.3",
40-
"rolldown": "1.0.0-beta.33",
41-
"sass": "1.90.0",
40+
"rolldown": "1.0.0-beta.34",
41+
"sass": "1.91.0",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.8.3",
28+
"@inquirer/prompts": "7.8.4",
2929
"@listr2/prompt-adapter-inquirer": "3.0.2",
3030
"@modelcontextprotocol/sdk": "1.17.4",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"postcss-loader": "8.1.1",
4848
"resolve-url-loader": "5.0.0",
4949
"rxjs": "7.8.2",
50-
"sass": "1.90.0",
50+
"sass": "1.91.0",
5151
"sass-loader": "16.0.5",
5252
"semver": "7.7.2",
5353
"source-map-loader": "5.0.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.8.3",
21+
"@inquirer/prompts": "7.8.4",
2222
"ansi-colors": "4.1.3",
2323
"yargs-parser": "22.0.0"
2424
}

0 commit comments

Comments
 (0)