build: update angular

This commit is contained in:
Angular Robot 2024-02-27 20:12:39 +00:00 committed by Charles
parent 30f182c7ad
commit 4628a04995
7 changed files with 81 additions and 91 deletions

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@54698f602641db238753834d26b88f60152d9a5f
- uses: angular/dev-infra/github-actions/branch-manager@2e34229a11f8e47f2905ea5b077369e6d0456f81
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup ESLint Caching
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
@ -75,11 +75,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
@ -96,11 +96,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
@ -128,13 +128,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
@ -151,13 +151,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
@ -169,13 +169,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@ -203,11 +203,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

View File

@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@54698f602641db238753834d26b88f60152d9a5f
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2e34229a11f8e47f2905ea5b077369e6d0456f81
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/post-approval-changes@54698f602641db238753834d26b88f60152d9a5f
- uses: angular/dev-infra/github-actions/post-approval-changes@2e34229a11f8e47f2905ea5b077369e6d0456f81
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@54698f602641db238753834d26b88f60152d9a5f
- uses: angular/dev-infra/github-actions/feature-request@2e34229a11f8e47f2905ea5b077369e6d0456f81
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.2",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b6a228c2f6a1ee8d0dd7aa68c20f7be697b354c0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#00f7e7965bbc1788f178147c7149d6e7d1490daa",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582",
"@angular/cdk": "17.2.1",
"@angular/common": "17.2.2",
"@angular/compiler": "17.2.2",
@ -70,7 +70,7 @@
"@angular/forms": "17.2.2",
"@angular/localize": "17.2.2",
"@angular/material": "17.2.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1a47ddb107c2a2af607b3d589a798fa77a9b4d42",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916",
"@angular/platform-browser": "17.2.2",
"@angular/platform-browser-dynamic": "17.2.2",
"@angular/platform-server": "17.2.2",

View File

@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#e0f9b4e81974b100a3bab965b3ffbc3814fc38cb",
"@angular/cdk": "github:angular/cdk-builds#2dd61241d2bea7e255fae60ec45eb7757b6d1c3a",
"@angular/common": "github:angular/common-builds#3ca4e52151d1b58689f369c18e476e38a2a90ff0",
"@angular/compiler": "github:angular/compiler-builds#aaaac5f881aa7c9440d6fbaa2ea49b20504128fc",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8c201b1017c177c7cd35feeeb379411405198cc5",
"@angular/core": "github:angular/core-builds#1ab59f397765fe15405c41afda17a9f6fa8563a7",
"@angular/forms": "github:angular/forms-builds#50b0cb98b1e617343933a52b32df7538a4d3ff98",
"@angular/language-service": "github:angular/language-service-builds#0fbcbcadd4c9c48ece60197a45c05cf7807abf94",
"@angular/localize": "github:angular/localize-builds#219714ea876c59915e745cd55ef2ceb955fc34a0",
"@angular/material": "github:angular/material-builds#7a99b2017e677f3f9e51b42f6b54119cb6a03736",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1730af7c8a03fec9d69d281d784856bb64392003",
"@angular/platform-browser": "github:angular/platform-browser-builds#c0d0b34fe7082e8c08b145ec1ad1b0b944d88e5f",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#cd4a47c18a523988ef6ebc416f21be214cc95ca3",
"@angular/platform-server": "github:angular/platform-server-builds#1389d2d02558ab0fe114bcdca30dd50a23accf80",
"@angular/router": "github:angular/router-builds#e7e81571fa76eb5e6570c544d85819394be49578",
"@angular/service-worker": "github:angular/service-worker-builds#ae41d80a6e9cce3c237b76945bc49a692efca1f4"
"@angular/animations": "github:angular/animations-builds#20342fdd4b0c869161b71424ec27aa2eb0bb0d58",
"@angular/cdk": "github:angular/cdk-builds#afde42c16f81d520bd001b0a5d9a1f562f7f9fc2",
"@angular/common": "github:angular/common-builds#e7ba14f0e997662ce3bb0f6ea178ae5cd111c1d1",
"@angular/compiler": "github:angular/compiler-builds#143e5878bd91cfe976b4d0f3201ebd03e84da920",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a445d298f5e4a914d1e5d8200b3a0cd22aed1e98",
"@angular/core": "github:angular/core-builds#2b00a6fb8167f9ac6f1c5bbcb776589dd33e9015",
"@angular/forms": "github:angular/forms-builds#b7866ba1f461f4d4bf9aebbdf6f83deb3f53a5ae",
"@angular/language-service": "github:angular/language-service-builds#366b7ef50dca479db8c527584af72ccfdda8c300",
"@angular/localize": "github:angular/localize-builds#6868adcf993c57ef958f0f60e210ee4b5afb1301",
"@angular/material": "github:angular/material-builds#d29712f3859c57af7263f31f950cbee7b2e4c4e8",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#732fca5e96d3cc5a4fa0d8983e08bdf6e11bbd40",
"@angular/platform-browser": "github:angular/platform-browser-builds#c758ba72e88a0e8b66d28f163bd01cc15bcd8fa2",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a7f3be35a4b1bda68a9bc3533e2757b750e21afb",
"@angular/platform-server": "github:angular/platform-server-builds#18f5120a3e30bde4613715f9a6fff3cbf5e458eb",
"@angular/router": "github:angular/router-builds#87904c5b9c3e94334816a281c22e0af4ca396ec1",
"@angular/service-worker": "github:angular/service-worker-builds#815f21743ba7e7cc199c25f4b0a5a3d8713cf44c"
}
}

View File

@ -129,9 +129,10 @@
dependencies:
tslib "^2.3.0"
"@angular/bazel@https://github.com/angular/bazel-builds.git#b6a228c2f6a1ee8d0dd7aa68c20f7be697b354c0":
version "17.3.0-next.0"
resolved "https://github.com/angular/bazel-builds.git#b6a228c2f6a1ee8d0dd7aa68c20f7be697b354c0"
"@angular/bazel@https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028":
version "17.3.0-next.0+sha-3e0b3a1"
uid "70bda667b512e345318b00b567ff9cbad8e43028"
resolved "https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
@ -145,9 +146,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#00f7e7965bbc1788f178147c7149d6e7d1490daa":
version "0.0.0-54698f602641db238753834d26b88f60152d9a5f"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#00f7e7965bbc1788f178147c7149d6e7d1490daa"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582":
version "0.0.0-2e34229a11f8e47f2905ea5b077369e6d0456f81"
uid "09890f7373db505241b45ecc8191b0a10b41c582"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582"
dependencies:
"@angular-devkit/build-angular" "17.2.0-rc.0"
"@angular/benchpress" "0.3.0"
@ -161,7 +163,7 @@
"@bazel/runfiles" "5.8.1"
"@bazel/terser" "5.8.1"
"@bazel/typescript" "5.8.1"
"@microsoft/api-extractor" "7.40.5"
"@microsoft/api-extractor" "7.41.0"
"@types/browser-sync" "^2.26.3"
"@types/node" "16.10.9"
"@types/selenium-webdriver" "^4.1.21"
@ -312,9 +314,10 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1a47ddb107c2a2af607b3d589a798fa77a9b4d42":
version "0.0.0-54698f602641db238753834d26b88f60152d9a5f"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1a47ddb107c2a2af607b3d589a798fa77a9b4d42"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916":
version "0.0.0-2e34229a11f8e47f2905ea5b077369e6d0456f81"
uid "3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
@ -2630,15 +2633,6 @@
"@material/theme" "15.0.0-canary.7f224ddd4.0"
tslib "^2.1.0"
"@microsoft/api-extractor-model@7.28.12":
version "7.28.12"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.12.tgz#1f9dded05021e10bd80d3937fe4707e980b0cac2"
integrity sha512-h/gR7+VVp3KO/++YXodpIUKEznTznyawNugwTQka1RwchLwjPEFXmpT1UZ3Cnu8kt3CsNERw9ZUFajBHwUxW7w==
dependencies:
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "4.0.1"
"@microsoft/api-extractor-model@7.28.13":
version "7.28.13"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.13.tgz#96fbc52155e0d07e0eabbd9699065b77702fe33a"
@ -2648,18 +2642,18 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "4.0.2"
"@microsoft/api-extractor@7.40.5":
version "7.40.5"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.40.5.tgz#62103d342b5e23431583c4612da0d5eab14089e0"
integrity sha512-lcYS2slqA7Lil3BrWiaMBK95WmGXvZx12pDeYo6g9BWrtEok+ghmvgSO0SxoX2vgoOUquNDov1nwv6EZa6d3zQ==
"@microsoft/api-extractor@7.41.0":
version "7.41.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.41.0.tgz#ea6f09a58b86a5f089e4bb5cbc92d9443f14fa30"
integrity sha512-Wk4fcSqO1i32FspStEm4ak+cfdo2xGsWk/K9uZoYIRQxjQH/roLU78waP+g+GhoAg5OxH63BfY37h6ISkNfQEQ==
dependencies:
"@microsoft/api-extractor-model" "7.28.12"
"@microsoft/api-extractor-model" "7.28.13"
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "4.0.1"
"@rushstack/node-core-library" "4.0.2"
"@rushstack/rig-package" "0.5.2"
"@rushstack/ts-command-line" "4.17.2"
colors "~1.2.1"
"@rushstack/terminal" "0.10.0"
"@rushstack/ts-command-line" "4.17.4"
lodash "~4.17.15"
resolve "~1.22.1"
semver "~7.5.4"
@ -3179,18 +3173,6 @@
optionalDependencies:
fsevents "~2.3.2"
"@rushstack/node-core-library@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.0.1.tgz#a281f9d075e708a0a6a81c57d143b3917d69c54e"
integrity sha512-wBGR9S/o/Q/7qVghqdfyocLz/Xc+VpjBTYzA8dAPNqHVSZNiEOWB37GPQWAUpHPWD1m8X7GUio8YMh8oe+uV0w==
dependencies:
fs-extra "~7.0.1"
import-lazy "~4.0.0"
jju "~1.4.0"
resolve "~1.22.1"
semver "~7.5.4"
z-schema "~5.0.2"
"@rushstack/node-core-library@4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-4.0.2.tgz#e26854a3314b279d57e8abdb4acce7797d02f554"
@ -3211,6 +3193,14 @@
resolve "~1.22.1"
strip-json-comments "~3.1.1"
"@rushstack/terminal@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.10.0.tgz#e81909fa0e5c8016b6df4739f0f381f44358269f"
integrity sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==
dependencies:
"@rushstack/node-core-library" "4.0.2"
supports-color "~8.1.1"
"@rushstack/terminal@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.9.0.tgz#17ef64c671417a8cf080e60a64c37eb09df1a317"
@ -3219,16 +3209,6 @@
"@rushstack/node-core-library" "4.0.2"
colors "~1.2.1"
"@rushstack/ts-command-line@4.17.2":
version "4.17.2"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.17.2.tgz#bb9d9f8d1f143d5f64e5d35f786d9bc1cd33b334"
integrity sha512-QS2S2nJo9zXq/+9Dk10LmvIFugMizI9IeQUH4jnhIcoaeqYlsv2fK830U+/gMKpI5vomXz19XMXfkUfZzO4R3A==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"
"@rushstack/ts-command-line@4.17.3":
version "4.17.3"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.17.3.tgz#e8ae87c6dcfd93f43a8e44166f155b25dc695766"
@ -3239,6 +3219,16 @@
argparse "~1.0.9"
string-argv "~0.3.1"
"@rushstack/ts-command-line@4.17.4":
version "4.17.4"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.17.4.tgz#4b37ecb188b613835c3387a0906d9cde4dd27616"
integrity sha512-XPQQDaxgFqRHFRgt7jjCKnr0vrC75s/+ISU6kGhWpDlGzWl4vig6ZfZTs3HgM6Kh1Bb3wUKSyKQOV+G36cyZfg==
dependencies:
"@rushstack/terminal" "0.10.0"
"@types/argparse" "1.0.38"
argparse "~1.0.9"
string-argv "~0.3.1"
"@sigstore/bundle@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-2.2.0.tgz#e3f555a5c503fe176d8d1e0e829b00f842502e46"
@ -12578,7 +12568,7 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
supports-color@^8.0.0:
supports-color@^8.0.0, supports-color@~8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==