Skip to content

Commit c61d856

Browse files
committed
build: update all non-major dependencies
1 parent f00c2c1 commit c61d856

File tree

11 files changed

+426
-281
lines changed

11 files changed

+426
-281
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=-1514841456
6-
pnpm-lock.yaml=-1613490009
5+
package.json=1749866418
6+
pnpm-lock.yaml=-567763625
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=-445006677
8+
yarn.lock=1097883763

.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

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ yarn_install(
151151

152152
http_archive(
153153
name = "aspect_bazel_lib",
154-
sha256 = "7b39d9f38b82260a8151b18dd4a6219d2d7fc4a0ac313d4f5a630ae6907d205d",
155-
strip_prefix = "bazel-lib-2.10.0",
156-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.10.0/bazel-lib-v2.10.0.tar.gz",
154+
sha256 = "c96db69dd2714a37f3298338a1a42b27e3a2696c3b36dd4441b9bf7a1a12bee0",
155+
strip_prefix = "bazel-lib-2.11.0",
156+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.11.0/bazel-lib-v2.11.0.tar.gz",
157157
)
158158

159159
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@angular/router": "19.1.0-rc.0",
6262
"@angular/service-worker": "19.1.0-rc.0",
6363
"@babel/core": "7.26.0",
64-
"@babel/generator": "7.26.3",
64+
"@babel/generator": "7.26.5",
6565
"@babel/helper-annotate-as-pure": "7.25.9",
6666
"@babel/helper-split-export-declaration": "7.24.7",
6767
"@babel/plugin-syntax-import-attributes": "7.26.0",
@@ -77,8 +77,8 @@
7777
"@bazel/rollup": "^5.8.1",
7878
"@bazel/runfiles": "^6.0.0",
7979
"@discoveryjs/json-ext": "0.6.3",
80-
"@inquirer/confirm": "5.1.1",
81-
"@inquirer/prompts": "7.2.1",
80+
"@inquirer/confirm": "5.1.2",
81+
"@inquirer/prompts": "7.2.2",
8282
"@listr2/prompt-adapter-inquirer": "2.0.18",
8383
"@rollup/plugin-alias": "^5.1.1",
8484
"@rollup/plugin-commonjs": "^28.0.0",
@@ -107,8 +107,8 @@
107107
"@types/yargs": "^17.0.20",
108108
"@types/yargs-parser": "^21.0.0",
109109
"@types/yarnpkg__lockfile": "^1.1.5",
110-
"@typescript-eslint/eslint-plugin": "8.19.1",
111-
"@typescript-eslint/parser": "8.19.1",
110+
"@typescript-eslint/eslint-plugin": "8.20.0",
111+
"@typescript-eslint/parser": "8.20.0",
112112
"@vitejs/plugin-basic-ssl": "1.2.0",
113113
"@web/test-runner": "^0.19.0",
114114
"@yarnpkg/lockfile": "1.1.0",
@@ -170,7 +170,7 @@
170170
"patch-package": "^8.0.0",
171171
"picomatch": "4.0.2",
172172
"piscina": "4.8.0",
173-
"postcss": "8.4.49",
173+
"postcss": "8.5.0",
174174
"postcss-loader": "8.1.1",
175175
"prettier": "^3.0.0",
176176
"protractor": "~7.0.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: 2 additions & 2 deletions
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",
@@ -44,7 +44,7 @@
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
4646
"piscina": "4.8.0",
47-
"postcss": "8.4.49",
47+
"postcss": "8.5.0",
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",

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)