Skip to content

Commit 12845e3

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies (#2344)
PR Close #2344
1 parent 55c0cd8 commit 12845e3

18 files changed

+98
-44
lines changed

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "38.94.1"
6+
"renovate": "38.98.1"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5795,7 +5795,7 @@ __metadata:
57955795
version: 0.0.0-use.local
57965796
resolution: "ng-renovate@workspace:."
57975797
dependencies:
5798-
renovate: "npm:38.94.1"
5798+
renovate: "npm:38.98.1"
57995799
languageName: unknown
58005800
linkType: soft
58015801

@@ -6530,9 +6530,9 @@ __metadata:
65306530
languageName: node
65316531
linkType: hard
65326532

6533-
"renovate@npm:38.94.1":
6534-
version: 38.94.1
6535-
resolution: "renovate@npm:38.94.1"
6533+
"renovate@npm:38.98.1":
6534+
version: 38.98.1
6535+
resolution: "renovate@npm:38.98.1"
65366536
dependencies:
65376537
"@aws-sdk/client-codecommit": "npm:3.637.0"
65386538
"@aws-sdk/client-ec2": "npm:3.641.0"
@@ -6632,7 +6632,7 @@ __metadata:
66326632
semver-stable: "npm:3.0.0"
66336633
semver-utils: "npm:1.1.4"
66346634
shlex: "npm:2.1.2"
6635-
simple-git: "npm:3.26.0"
6635+
simple-git: "npm:3.27.0"
66366636
slugify: "npm:1.6.6"
66376637
source-map-support: "npm:0.5.21"
66386638
toml-eslint-parser: "npm:0.10.0"
@@ -6654,7 +6654,7 @@ __metadata:
66546654
bin:
66556655
renovate: dist/renovate.js
66566656
renovate-config-validator: dist/config-validator.js
6657-
checksum: 10c0/9e06a2518bd66f2b15e78e54c9323624406bd4fb79f84447a1fb111915b9417dc17aff6642ae67e265484186ea768873343b9910344f9f7220983346e745383f
6657+
checksum: 10c0/222aface4aa56044dcf3999775ce0bfd9fb6721c755e01a5be2a3cec74ce658aa5414aa975582311dacbcb0e665d11d68d8fc42a658e63643b7e632510ea3389
66586658
languageName: node
66596659
linkType: hard
66606660

@@ -6967,14 +6967,14 @@ __metadata:
69676967
languageName: node
69686968
linkType: hard
69696969

6970-
"simple-git@npm:3.26.0":
6971-
version: 3.26.0
6972-
resolution: "simple-git@npm:3.26.0"
6970+
"simple-git@npm:3.27.0":
6971+
version: 3.27.0
6972+
resolution: "simple-git@npm:3.27.0"
69736973
dependencies:
69746974
"@kwsites/file-exists": "npm:^1.1.1"
69756975
"@kwsites/promise-deferred": "npm:^1.1.1"
69766976
debug: "npm:^4.3.5"
6977-
checksum: 10c0/fa45c9ff26c45aa7390f69610e27c1ae474b3881977828009fe41b7ffe8ce371cc108b818b2153815299deffefed591e9148cfdad92d8ddb60ca29eaefaf5827
6977+
checksum: 10c0/ef56cabea585377d3e0ca30e4e93447f465d91f23eaf751693cc31f366b5f7636facf52ad5bcd598bfdf295fa60732e7a394303d378995b52e2d221d92e5f9f4
69786978
languageName: node
69796979
linkType: hard
69806980

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
assistant_to_the_branch_manager:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
with:
2121
# Setting persist-credentials instructs actions/checkout not to persist the credentials
2222
# in configuration or environment. Since we don't rely on the credentials used for

.github/workflows/branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
branch_manager:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828
with:
2929
# Setting `persist-credentials: false` prevents the github-action account from being the
3030
# account that is attempted to be used for authentication, instead the remote is set to

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Because the checkout and setup node action is contained in the dev-infra repo, we must
2424
# checkout the repo to be able to run the action we have created. Other repos will skip
2525
# this step.
26-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727
- uses: ./github-actions/npm/checkout-and-setup-node
2828
- uses: ./github-actions/bazel/setup
2929
- uses: ./github-actions/bazel/configure-remote
@@ -38,7 +38,7 @@ jobs:
3838
# Because the checkout and setup node action is contained in the dev-infra repo, we must
3939
# checkout the repo to be able to run the action we have created. Other repos will skip
4040
# this step.
41-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4242
- uses: ./github-actions/npm/checkout-and-setup-node
4343
- uses: ./github-actions/bazel/setup
4444
- uses: ./github-actions/bazel/configure-remote
@@ -52,7 +52,7 @@ jobs:
5252
# Because the checkout and setup node action is contained in the dev-infra repo, we must
5353
# checkout the repo to be able to run the action we have created. Other repos will skip
5454
# this step.
55-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
55+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5656
- uses: ./github-actions/npm/checkout-and-setup-node
5757
- uses: ./github-actions/bazel/setup
5858
- uses: ./github-actions/bazel/configure-remote
@@ -67,7 +67,7 @@ jobs:
6767
# Because the checkout and setup node action is contained in the dev-infra repo, we must
6868
# checkout the repo to be able to run the action we have created. Other repos will skip
6969
# this step.
70-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7171
- uses: ./github-actions/npm/checkout-and-setup-node
7272
- uses: ./github-actions/bazel/setup
7373
- run: yarn install --immutable

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
30+
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
34+
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
3535
with:
3636
category: '/language:${{matrix.language}}'

.github/workflows/commit-message-based-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commit_message_based_labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
- uses: ./github-actions/commit-message-based-labels
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
feature_triage:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1414
- uses: ./github-actions/feature-request
1515
with:
1616
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ng-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
renovate:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919
- run: yarn --cwd .github/ng-renovate install --immutable
2020
shell: bash
2121

.github/workflows/org-wide-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'angular/dev-infra'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818
- uses: ./.github/local-actions/labels-sync
1919
with:
2020
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository == 'angular/dev-infra'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3232
- uses: ./.github/local-actions/lock-closed
3333
with:
3434
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)