Skip to content

Commit

Permalink
build: update all non-major dependencies (#2073)
Browse files Browse the repository at this point in the history
PR Close #2073
  • Loading branch information
angular-robot authored and josephperrott committed May 17, 2024
1 parent 9ae826d commit a15e8bb
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packageManager": "yarn@4.2.2",
"type": "commonjs",
"dependencies": {
"renovate": "37.367.0"
"renovate": "37.368.3"
}
}
31 changes: 8 additions & 23 deletions .github/ng-renovate/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4199,22 +4199,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:10.3.12":
version: 10.3.12
resolution: "glob@npm:10.3.12"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^2.3.6"
minimatch: "npm:^9.0.1"
minipass: "npm:^7.0.4"
path-scurry: "npm:^1.10.2"
bin:
glob: dist/esm/bin.mjs
checksum: 10c0/f60cefdc1cf3f958b2bb5823e1b233727f04916d489dc4641d76914f016e6704421e06a83cbb68b0cb1cb9382298b7a88075b844ad2127fc9727ea22b18b0711
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10":
"glob@npm:10.3.15, glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.3.15
resolution: "glob@npm:10.3.15"
dependencies:
Expand Down Expand Up @@ -5784,7 +5769,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ng-renovate@workspace:."
dependencies:
renovate: "npm:37.367.0"
renovate: "npm:37.368.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6144,7 +6129,7 @@ __metadata:
languageName: node
linkType: hard

"path-scurry@npm:^1.10.2, path-scurry@npm:^1.11.0":
"path-scurry@npm:^1.11.0":
version: 1.11.1
resolution: "path-scurry@npm:1.11.1"
dependencies:
Expand Down Expand Up @@ -6482,9 +6467,9 @@ __metadata:
languageName: node
linkType: hard

"renovate@npm:37.367.0":
version: 37.367.0
resolution: "renovate@npm:37.367.0"
"renovate@npm:37.368.3":
version: 37.368.3
resolution: "renovate@npm:37.368.3"
dependencies:
"@aws-sdk/client-codecommit": "npm:3.565.0"
"@aws-sdk/client-ec2": "npm:3.565.0"
Expand Down Expand Up @@ -6541,7 +6526,7 @@ __metadata:
fs-extra: "npm:11.2.0"
git-url-parse: "npm:14.0.0"
github-url-from-git: "npm:1.5.0"
glob: "npm:10.3.12"
glob: "npm:10.3.15"
global-agent: "npm:3.0.0"
good-enough-parser: "npm:1.1.23"
google-auth-library: "npm:9.9.0"
Expand Down Expand Up @@ -6604,7 +6589,7 @@ __metadata:
bin:
renovate: dist/renovate.js
renovate-config-validator: dist/config-validator.js
checksum: 10c0/46ce5768e39000f5437e22e73663ab676684a823e9b2b7259fd26548d95f7e26bae0f21e76e1acbac0faa094cc8b20dab4a2355944f1c51e1b3d1bdafe358bee
checksum: 10c0/e12cf0e458b672a85a45ed42bb3c9d4809e53dcd08c2f7244e23a1d663e70b5d65ef854313e3ca7c84383d4af64df20b507ed0bb6e91a1b9780f90cdd584d230
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
# Setting persist-credentials instructs actions/checkout not to persist the credentials
# in configuration or environment. Since we don't rely on the credentials used for
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
# Setting `persist-credentials: false` prevents the github-action account from being the
# account that is attempted to be used for authentication, instead the remote is set to
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Because the checkout and setup node action is contained in the dev-infra repo, we must
# checkout the repo to be able to run the action we have created. Other repos will skip
# this step.
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/npm/checkout-and-setup-node
- uses: ./github-actions/bazel/setup
- uses: ./github-actions/bazel/configure-remote
Expand All @@ -48,7 +48,7 @@ jobs:
# Because the checkout and setup node action is contained in the dev-infra repo, we must
# checkout the repo to be able to run the action we have created. Other repos will skip
# this step.
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/npm/checkout-and-setup-node
- uses: ./github-actions/bazel/setup
- uses: ./github-actions/bazel/configure-remote
Expand All @@ -62,7 +62,7 @@ jobs:
# Because the checkout and setup node action is contained in the dev-infra repo, we must
# checkout the repo to be able to run the action we have created. Other repos will skip
# this step.
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/npm/checkout-and-setup-node
- uses: ./github-actions/bazel/setup
- uses: ./github-actions/bazel/configure-remote
Expand All @@ -76,7 +76,7 @@ jobs:
# Because the checkout and setup node action is contained in the dev-infra repo, we must
# checkout the repo to be able to run the action we have created. Other repos will skip
# this step.
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/npm/checkout-and-setup-node
- uses: ./github-actions/bazel/setup
- uses: ./github-actions/bazel/configure-remote
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-based-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
commit_message_based_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/commit-message-based-labels
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
feature_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/feature-request
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/ng-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/org-wide-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'angular/dev-infra'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./.github/local-actions/labels-sync
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Expand All @@ -28,7 +28,7 @@ jobs:
if: github.repository == 'angular/dev-infra'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./.github/local-actions/lock-closed
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-approval-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/post-approval-changes
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Because the checkout and setup node action is contained in the dev-infra repo, we must
# checkout the repo to be able to run the action we have created. Other repos will skip
# this step.
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 1
- uses: ./github-actions/npm/checkout-and-setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
slash_commands:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./github-actions/slash-commands
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
update_changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
# Setting `persist-credentials: false` prevents the github-action account from being the
# account that is attempted to be used for authentication, instead the remote is set to
Expand Down
2 changes: 1 addition & 1 deletion github-actions/npm/checkout-and-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
filter: blob:none
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@bazel/runfiles": "5.8.1",
"@bazel/terser": "5.8.1",
"@bazel/typescript": "5.8.1",
"@microsoft/api-extractor": "7.43.6",
"@microsoft/api-extractor": "7.43.7",
"@types/browser-sync": "^2.26.3",
"@types/node": "^18.19.21",
"@types/selenium-webdriver": "^4.1.21",
Expand Down
28 changes: 13 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ __metadata:
"@lezer/common": "npm:^1.1.1"
"@lezer/highlight": "npm:^1.2.0"
"@lezer/javascript": "npm:^1.4.9"
"@microsoft/api-extractor": "npm:7.43.6"
"@microsoft/api-extractor": "npm:7.43.7"
"@octokit/auth-app": "npm:7.1.0"
"@octokit/core": "npm:6.1.2"
"@octokit/graphql": "npm:8.1.1"
Expand Down Expand Up @@ -4183,17 +4183,17 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-extractor@npm:7.43.6":
version: 7.43.6
resolution: "@microsoft/api-extractor@npm:7.43.6"
"@microsoft/api-extractor@npm:7.43.7":
version: 7.43.7
resolution: "@microsoft/api-extractor@npm:7.43.7"
dependencies:
"@microsoft/api-extractor-model": "npm:7.28.17"
"@microsoft/tsdoc": "npm:0.14.2"
"@microsoft/tsdoc-config": "npm:~0.16.1"
"@rushstack/node-core-library": "npm:4.3.0"
"@rushstack/rig-package": "npm:0.5.2"
"@rushstack/terminal": "npm:0.11.0"
"@rushstack/ts-command-line": "npm:4.20.1"
"@rushstack/ts-command-line": "npm:4.21.0"
lodash: "npm:~4.17.15"
minimatch: "npm:~3.0.3"
resolve: "npm:~1.22.1"
Expand All @@ -4202,7 +4202,7 @@ __metadata:
typescript: "npm:5.4.2"
bin:
api-extractor: bin/api-extractor
checksum: 10c0/30098ecf76e50cda11f515e917df1a4edfc2d6dea27cfd11024fa3378ddbe295a5717d15b6e7dba795cdf522ecd9a275131239cbae1f617b7aa40a6a23f74e41
checksum: 10c0/2a59353f023abe306c3f6beb6e1bd77d825a0d82b0f6abf9d62779a5d84b51ab00147fbfa398ff0a59f7960a801929bed1816a5c416c73be1bbeda4f11463e99
languageName: node
linkType: hard

Expand Down Expand Up @@ -5150,15 +5150,15 @@ __metadata:
languageName: node
linkType: hard

"@rushstack/ts-command-line@npm:4.20.1":
version: 4.20.1
resolution: "@rushstack/ts-command-line@npm:4.20.1"
"@rushstack/ts-command-line@npm:4.21.0":
version: 4.21.0
resolution: "@rushstack/ts-command-line@npm:4.21.0"
dependencies:
"@rushstack/terminal": "npm:0.11.0"
"@types/argparse": "npm:1.0.38"
argparse: "npm:~1.0.9"
string-argv: "npm:~0.3.1"
checksum: 10c0/72bb25c2f0ddca295c3695b6c9543b9d21cdf494bf064b22c45365fa67ada6cf89112d03b7bde68e584b0604a6ffe6e66821b6a5da94a55417ab7298d34ef122
checksum: 10c0/53b11d8c62d48d912f063e59f8594ea6f5f28cb55d57dd96211479f61523a80170f2d06b9f320d1a823a1fa0af9163a5d23cce65d3878d7512560fe44a3ccb76
languageName: node
linkType: hard

Expand Down Expand Up @@ -17939,10 +17939,8 @@ __metadata:
linkType: hard

"zone.js@npm:^0.14.0":
version: 0.14.5
resolution: "zone.js@npm:0.14.5"
dependencies:
tslib: "npm:^2.3.0"
checksum: 10c0/04f5801ebcd9c959b3123c37a8448b04ee5ffc0ffb0fdf9f9be95c6fbc1066a34a4a005468835884240fe4d7307750df61de491b89fb5e96d53d04565bdd2a16
version: 0.14.6
resolution: "zone.js@npm:0.14.6"
checksum: 10c0/dc138197428b7d5c5bc6119dc94748f700426a340c41fc6ebf5fe3fa7ff302fa970350c44719f644020a82caabf9fc761003af285c7707192c77bcc312bfd264
languageName: node
linkType: hard

0 comments on commit a15e8bb

Please sign in to comment.