Skip to content

Commit 9ef57b7

Browse files
committed
build: update all non-major dependencies
1 parent 81a83df commit 9ef57b7

File tree

10 files changed

+370
-236
lines changed

10 files changed

+370
-236
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=91316777
6-
pnpm-lock.yaml=-448410040
5+
package.json=1309021833
6+
pnpm-lock.yaml=-1530008792
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=-1740060057
8+
yarn.lock=-207635327

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
./scripts/saucelabs/wait-for-tunnel.sh
176176
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
177177
./scripts/saucelabs/stop-tunnel.sh
178-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
178+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
179179
if: ${{ failure() }}
180180
with:
181181
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
83+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@angular/router": "19.1.0-rc.0",
6161
"@angular/service-worker": "19.1.0-rc.0",
6262
"@babel/core": "7.26.0",
63-
"@babel/generator": "7.26.3",
63+
"@babel/generator": "7.26.5",
6464
"@babel/helper-annotate-as-pure": "7.25.9",
6565
"@babel/helper-split-export-declaration": "7.24.7",
6666
"@babel/plugin-syntax-import-attributes": "7.26.0",
@@ -76,8 +76,8 @@
7676
"@bazel/rollup": "^5.8.1",
7777
"@bazel/runfiles": "^6.0.0",
7878
"@discoveryjs/json-ext": "0.6.3",
79-
"@inquirer/confirm": "5.1.1",
80-
"@inquirer/prompts": "7.2.1",
79+
"@inquirer/confirm": "5.1.2",
80+
"@inquirer/prompts": "7.2.2",
8181
"@listr2/prompt-adapter-inquirer": "2.0.18",
8282
"@rollup/plugin-alias": "^5.1.1",
8383
"@rollup/plugin-commonjs": "^28.0.0",
@@ -106,8 +106,8 @@
106106
"@types/yargs": "^17.0.20",
107107
"@types/yargs-parser": "^21.0.0",
108108
"@types/yarnpkg__lockfile": "^1.1.5",
109-
"@typescript-eslint/eslint-plugin": "8.19.1",
110-
"@typescript-eslint/parser": "8.19.1",
109+
"@typescript-eslint/eslint-plugin": "8.20.0",
110+
"@typescript-eslint/parser": "8.20.0",
111111
"@vitejs/plugin-basic-ssl": "1.2.0",
112112
"@web/test-runner": "^0.19.0",
113113
"@yarnpkg/lockfile": "1.1.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.26.0",
27-
"@inquirer/confirm": "5.1.1",
27+
"@inquirer/confirm": "5.1.2",
2828
"@vitejs/plugin-basic-ssl": "1.2.0",
2929
"beasties": "0.2.0",
3030
"browserslist": "^4.23.0",

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": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.2.1",
28+
"@inquirer/prompts": "7.2.2",
2929
"@listr2/prompt-adapter-inquirer": "2.0.18",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.26.0",
15-
"@babel/generator": "7.26.3",
15+
"@babel/generator": "7.26.5",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.25.9",

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": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.2.1",
21+
"@inquirer/prompts": "7.2.2",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)