Skip to content

Commit c9290e9

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 9a952e1 commit c9290e9

File tree

16 files changed

+11532
-12134
lines changed

16 files changed

+11532
-12134
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.4.1

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
type: enum
1010
enum: ['package.json', 'builds-repo']
1111
docker:
12-
- image: cimg/node:22.15.0
12+
- image: cimg/node:22.16.0
1313
environment:
1414
# TODO: Remove when pnpm is exclusively used.
1515
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
14+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1515
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
21+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222
- uses: angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

integration/pre_apf_project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@angular/compiler-cli": "12.2.16",
88
"@angular/core": "12.2.16",
99
"rxjs": "6.6.7",
10-
"zone.js": "0.11.5"
10+
"zone.js": "0.15.0"
1111
}
1212
}

0 commit comments

Comments
 (0)