build: update cross-repo angular dependencies (#61854)

See associated pull request for more information.

PR Close #61854
This commit is contained in:
Angular Robot
2025-06-04 09:42:17 +00:00
committed by kirjs
parent ed0a0a6d78
commit b6b73a552c
18 changed files with 4039 additions and 3581 deletions
@@ -6,7 +6,7 @@
adev/shared-docs/pipeline/api-gen/package.json=939673974
integration/package.json=-239561259
modules/package.json=-1315257891
package.json=288136953
package.json=-2029250273
packages/animations/package.json=-678724831
packages/common/package.json=1729763064
packages/compiler-cli/linker/babel/test/package.json=939673974
@@ -21,7 +21,7 @@ packages/platform-browser/package.json=-1163479450
packages/router/package.json=860819913
packages/upgrade/package.json=16347051
packages/zone.js/package.json=-1545343303
pnpm-lock.yaml=1289250097
pnpm-lock.yaml=2115824212
pnpm-workspace.yaml=1973735808
tools/bazel/rules_angular_store/package.json=-239561259
yarn.lock=1099737031
yarn.lock=-55503730
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/saucelabs@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &
+4 -4
View File
@@ -21,16 +21,16 @@ jobs:
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
run: yarn bazel build //adev:build --full_build_adev --config=release
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/branch-manager@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- uses: ./.github/actions/yarn-install
- uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
bazelrc: ./.bazelrc.user
+22 -22
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Install node modules
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -61,13 +61,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -79,13 +79,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -98,11 +98,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -117,13 +117,13 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -135,7 +135,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
node-module-directories: |
@@ -143,9 +143,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -198,11 +198,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
+2 -2
View File
@@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/post-approval-changes@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/post-approval-changes@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/google-internal-tests@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/google-internal-tests@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
+4 -4
View File
@@ -13,17 +13,17 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/saucelabs@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Set up Sauce Tunnel Daemon
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:
+1 -1
View File
@@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@4fa572d7c05565cfe7f8ac5969765e1cead899e1
- uses: angular/dev-infra/github-actions/unified-status-check@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn -s install --frozen-lockfile
- id: workflows
@@ -36,9 +36,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn -s install --frozen-lockfile
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
+20 -20
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Install node modules
@@ -39,7 +39,7 @@ jobs:
- name: Check code format
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/linting/licenses@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
@@ -47,13 +47,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run unit tests
@@ -65,13 +65,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run CI tests for framework
@@ -91,13 +91,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run integration CI tests for framework
@@ -109,13 +109,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Build artifacts
@@ -131,11 +131,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
@@ -148,7 +148,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d8615e0a8fe169efadb68bddf338514f18317b9b
with:
cache-node-modules: true
node-module-directories: |
@@ -156,9 +156,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1
uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b
- name: Install node modules
run: yarn install --frozen-lockfile
- run: |
+1 -1
View File
@@ -275,7 +275,7 @@ yarn_install(
git_repository(
name = "devinfra",
commit = "4fa572d7c05565cfe7f8ac5969765e1cead899e1",
commit = "d8615e0a8fe169efadb68bddf338514f18317b9b",
remote = "https://github.com/angular/dev-infra.git",
)
+1 -1
View File
@@ -166,7 +166,7 @@
"@actions/github": "^6.0.0",
"@angular-devkit/architect-cli": "0.2000.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^8.0.0",
+2886 -2791
View File
File diff suppressed because it is too large Load Diff
+269 -183
View File
@@ -466,12 +466,13 @@
dependencies:
tslib "^2.3.0"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb":
version "0.0.0-4fa572d7c05565cfe7f8ac5969765e1cead899e1"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641":
version "0.0.0-d8615e0a8fe169efadb68bddf338514f18317b9b"
uid "237cb88aa3a27cf514fcd103ad1b5af7bdccb641"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641"
dependencies:
"@google-cloud/spanner" "7.21.0"
"@octokit/rest" "21.1.1"
"@google-cloud/spanner" "8.0.0"
"@octokit/rest" "22.0.0"
"@types/semver" "^7.3.6"
"@types/supports-color" "^10.0.0"
"@yarnpkg/lockfile" "^1.1.0"
@@ -2175,20 +2176,20 @@
google-auth-library "^9.2.0"
p-throttle "^7.0.0"
"@google-cloud/common@^5.0.0":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-5.0.2.tgz#423ad94b125d44263cbed2b5eb1ce1d4d53dc038"
integrity sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==
"@google-cloud/common@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-6.0.0.tgz#776d4f747f0a3844f4ce13e06a2268743064b563"
integrity sha512-IXh04DlkLMxWgYLIUYuHHKXKOUwPDzDgke1ykkkJPe48cGIS9kkL2U/o0pm4ankHLlvzLF/ma1eO86n/bkumIA==
dependencies:
"@google-cloud/projectify" "^4.0.0"
"@google-cloud/promisify" "^4.0.0"
arrify "^2.0.1"
duplexify "^4.1.1"
arrify "^2.0.0"
duplexify "^4.1.3"
extend "^3.0.2"
google-auth-library "^9.0.0"
google-auth-library "^10.0.0-rc.1"
html-entities "^2.5.2"
retry-request "^7.0.0"
teeny-request "^9.0.0"
retry-request "^8.0.0"
teeny-request "^10.0.0"
"@google-cloud/paginator@^5.0.0":
version "5.0.2"
@@ -2203,21 +2204,36 @@
resolved "https://registry.yarnpkg.com/@google-cloud/precise-date/-/precise-date-4.0.0.tgz#e179893a3ad628b17a6fabdfcc9d468753aac11a"
integrity sha512-1TUx3KdaU3cN7nfCdNf+UVqA/PSX29Cjcox3fZZBtINlRrXVTmUkQnCKv2MbBUbCopbK4olAT1IHl76uZyCiVA==
"@google-cloud/precise-date@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/precise-date/-/precise-date-5.0.0.tgz#31891974143ecdcacce0a6835c285a77b0968477"
integrity sha512-9h0Gvw92EvPdE8AK8AgZPbMnH5ftDyPtKm7/KUfcJVaPEPjwGDsJd1QV0H8esBDV4II41R/2lDWH1epBqIoKUw==
"@google-cloud/projectify@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/projectify/-/projectify-4.0.0.tgz#d600e0433daf51b88c1fa95ac7f02e38e80a07be"
integrity sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==
"@google-cloud/promisify@4.0.0", "@google-cloud/promisify@~4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-4.0.0.tgz#a906e533ebdd0f754dca2509933334ce58b8c8b1"
integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==
"@google-cloud/projectify@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/projectify/-/projectify-5.0.0.tgz#9e8ab37e8826fb6678019879111759ab3ca64548"
integrity sha512-XXQLaIcLrOAMWvRrzz+mlUGtN6vlVNja3XQbMqRi/V7XJTAVwib3VcKd7oRwyZPkp7rBVlHGcaqdyGRrcnkhlA==
"@google-cloud/promisify@^4.0.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-4.1.0.tgz#df8b060f0121c6462233f5420738dcda09c6df4a"
integrity sha512-G/FQx5cE/+DqBbOpA5jKsegGwdPniU6PuIEMt+qxWgFxvxuFOzVmp6zYchtYuwAWV5/8Dgs0yAmjvNZv3uXLQg==
"@google-cloud/promisify@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-5.0.0.tgz#94e44ba4e5ea410d3c82a03fcb37ca34dbc5d1d5"
integrity sha512-N8qS6dlORGHwk7WjGXKOSsLjIjNINCPicsOX6gyyLiYk7mq3MtII96NZ9N2ahwA2vnkLmZODOIH9rlNniYWvCQ==
"@google-cloud/promisify@~4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-4.0.0.tgz#a906e533ebdd0f754dca2509933334ce58b8c8b1"
integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==
"@google-cloud/pubsub@^4.5.0":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@google-cloud/pubsub/-/pubsub-4.11.0.tgz#cafbd135a66585b32a124d388169a06992e75c9c"
@@ -2238,42 +2254,41 @@
lodash.snakecase "^4.1.1"
p-defer "^3.0.0"
"@google-cloud/spanner@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@google-cloud/spanner/-/spanner-7.21.0.tgz#166307b46b00d4c9be9f762730cd1212a563a740"
integrity sha512-SrlHgXmSaEbGhdimxcB0FgNsW9J931JBBveoGW43clQHVNcDJuKRoG+240inbSRZoW8JIwwEHToXYU5YGO3VGg==
"@google-cloud/spanner@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/spanner/-/spanner-8.0.0.tgz#b1c39fd3e2858128047bab7272ea954437f79a16"
integrity sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==
dependencies:
"@google-cloud/common" "^5.0.0"
"@google-cloud/precise-date" "^4.0.0"
"@google-cloud/projectify" "^4.0.0"
"@google-cloud/promisify" "4.0.0"
"@grpc/proto-loader" "^0.7.0"
"@google-cloud/common" "^6.0.0"
"@google-cloud/precise-date" "^5.0.0"
"@google-cloud/projectify" "^5.0.0"
"@google-cloud/promisify" "^5.0.0"
"@grpc/proto-loader" "^0.7.13"
"@opentelemetry/api" "^1.9.0"
"@opentelemetry/context-async-hooks" "^1.26.0"
"@opentelemetry/core" "^1.27.0"
"@opentelemetry/semantic-conventions" "^1.25.1"
"@types/big.js" "^6.0.0"
"@types/stack-trace" "0.0.33"
arrify "^2.0.0"
big.js "^6.0.0"
checkpoint-stream "^0.1.1"
duplexify "^4.1.1"
"@opentelemetry/context-async-hooks" "^2.0.0"
"@opentelemetry/core" "^2.0.0"
"@opentelemetry/semantic-conventions" "^1.30.0"
"@types/big.js" "^6.2.2"
"@types/stack-trace" "^0.0.33"
big.js "^7.0.0"
checkpoint-stream "^0.1.2"
duplexify "^4.1.3"
events-intercept "^2.0.0"
extend "^3.0.2"
google-auth-library "^9.0.0"
google-gax "4.4.1"
grpc-gcp "^1.0.0"
is "^3.2.1"
google-auth-library "^10.0.0-rc.1"
google-gax "^5.0.1-rc.0"
grpc-gcp "^1.0.1"
is "^3.3.0"
lodash.snakecase "^4.1.1"
merge-stream "^2.0.0"
p-queue "^6.0.2"
protobufjs "^7.0.0"
retry-request "^7.0.0"
protobufjs "^7.4.0"
retry-request "^8.0.0"
split-array-stream "^2.0.0"
stack-trace "0.0.10"
stream-events "^1.0.4"
teeny-request "^9.0.0"
through2 "^4.0.0"
stream-events "^1.0.5"
teeny-request "^10.0.0"
through2 "^4.0.2"
"@googleapis/sqladmin@^29.0.0":
version "29.0.0"
@@ -2282,7 +2297,7 @@
dependencies:
googleapis-common "^7.0.0"
"@grpc/grpc-js@^1.10.9", "@grpc/grpc-js@^1.7.0":
"@grpc/grpc-js@^1.10.9", "@grpc/grpc-js@^1.12.6", "@grpc/grpc-js@^1.7.0":
version "1.13.4"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.13.4.tgz#922fbc496e229c5fa66802d2369bf181c1df1c5a"
integrity sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==
@@ -2290,7 +2305,7 @@
"@grpc/proto-loader" "^0.7.13"
"@js-sdsl/ordered-map" "^4.4.2"
"@grpc/proto-loader@^0.7.0", "@grpc/proto-loader@^0.7.13":
"@grpc/proto-loader@^0.7.13":
version "0.7.15"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.15.tgz#4cdfbf35a35461fc843abe8b9e2c0770b5095e60"
integrity sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==
@@ -3102,10 +3117,10 @@
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
"@octokit/auth-token@^5.0.0":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.1.2.tgz#68a486714d7a7fd1df56cb9bc89a860a0de866de"
integrity sha512-JcQDsBdg49Yky2w2ld20IHAlwr8d/d8N6NiOXbtuoPCqzbsiJgF633mVUw3x4mo0H5ypataQIX7SFu3yy44Mpw==
"@octokit/auth-token@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-6.0.0.tgz#b02e9c08a2d8937df09a2a981f226ad219174c53"
integrity sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==
"@octokit/core@^5.0.1":
version "5.2.1"
@@ -3120,27 +3135,19 @@
before-after-hook "^2.2.0"
universal-user-agent "^6.0.0"
"@octokit/core@^6.1.4":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.1.5.tgz#c2842aae87c2c2130b7dd33e8caa0f642dde2c67"
integrity sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==
"@octokit/core@^7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-7.0.2.tgz#d5e44841bcb323fa95f7bd1d73ff29046381f1f0"
integrity sha512-ODsoD39Lq6vR6aBgvjTnA3nZGliknKboc9Gtxr7E4WDNqY24MxANKcuDQSF0jzapvGb3KWOEDrKfve4HoWGK+g==
dependencies:
"@octokit/auth-token" "^5.0.0"
"@octokit/graphql" "^8.2.2"
"@octokit/request" "^9.2.3"
"@octokit/request-error" "^6.1.8"
"@octokit/auth-token" "^6.0.0"
"@octokit/graphql" "^9.0.1"
"@octokit/request" "^10.0.2"
"@octokit/request-error" "^7.0.0"
"@octokit/types" "^14.0.0"
before-after-hook "^3.0.2"
before-after-hook "^4.0.0"
universal-user-agent "^7.0.0"
"@octokit/endpoint@^10.1.4":
version "10.1.4"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.4.tgz#8783be38a32b95af8bcb6523af20ab4eed7a2adb"
integrity sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==
dependencies:
"@octokit/types" "^14.0.0"
universal-user-agent "^7.0.2"
"@octokit/endpoint@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-11.0.0.tgz#189fcc022721b4c49d0307eea6be3de1cfb53026"
@@ -3166,16 +3173,7 @@
"@octokit/types" "^13.0.0"
universal-user-agent "^6.0.0"
"@octokit/graphql@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.2.2.tgz#3db48c4ffdf07f99600cee513baf45e73eced4d1"
integrity sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==
dependencies:
"@octokit/request" "^9.2.3"
"@octokit/types" "^14.0.0"
universal-user-agent "^7.0.0"
"@octokit/graphql@^9.0.0":
"@octokit/graphql@^9.0.0", "@octokit/graphql@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-9.0.1.tgz#eb258fc9981403d2d751720832652c385b6c1613"
integrity sha512-j1nQNU1ZxNFx2ZtKmL4sMrs4egy5h65OMDmSbVyuCzjOcwsHq6EaYjOTGXPQxgfiN8dJ4CriYHk6zF050WEULg==
@@ -3199,12 +3197,12 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-25.1.0.tgz#5a72a9dfaaba72b5b7db375fd05e90ca90dc9682"
integrity sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==
"@octokit/plugin-paginate-rest@^11.4.2":
version "11.6.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.6.0.tgz#e5e9ff3530e867c3837fdbff94ce15a2468a1f37"
integrity sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==
"@octokit/plugin-paginate-rest@^13.0.1":
version "13.0.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.0.1.tgz#5ed914064fea62694e7def7bb19bcc8cd17ad504"
integrity sha512-m1KvHlueScy4mQJWvFDCxFBTIdXS0K1SgFGLmqHyX90mZdCIv6gWBbKRhatxRjhGlONuTK/hztYdaqrTXcFZdQ==
dependencies:
"@octokit/types" "^13.10.0"
"@octokit/types" "^14.1.0"
"@octokit/plugin-paginate-rest@^9.2.2":
version "9.2.2"
@@ -3213,10 +3211,10 @@
dependencies:
"@octokit/types" "^12.6.0"
"@octokit/plugin-request-log@^5.3.1":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-5.3.1.tgz#ccb75d9705de769b2aa82bcd105cc96eb0c00f69"
integrity sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==
"@octokit/plugin-request-log@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-6.0.0.tgz#de1c1e557df6c08adb631bf78264fa741e01b317"
integrity sha512-UkOzeEN3W91/eBq9sPZNQ7sUBvYCqYbrrD8gTbBuGtHEuycE4/awMXcYvx6sVYo7LypPhmQwwpUe4Yyu4QZN5Q==
"@octokit/plugin-rest-endpoint-methods@^10.4.0":
version "10.4.1"
@@ -3225,12 +3223,12 @@
dependencies:
"@octokit/types" "^12.6.0"
"@octokit/plugin-rest-endpoint-methods@^13.3.0":
version "13.5.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.5.0.tgz#d8c8ca2123b305596c959a9134dfa8b0495b0ba6"
integrity sha512-9Pas60Iv9ejO3WlAX3maE1+38c5nqbJXV5GrncEfkndIpZrJ/WPMRd2xYDcPPEt5yzpxcjw9fWNoPhsSGzqKqw==
"@octokit/plugin-rest-endpoint-methods@^16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-16.0.0.tgz#ba30ca387fc2ac8bd93cf9f951174736babebd97"
integrity sha512-kJVUQk6/dx/gRNLWUnAWKFs1kVPn5O5CYZyssyEoNYaFedqZxsfYs7DwI3d67hGz4qOwaJ1dpm07hOAD1BXx6g==
dependencies:
"@octokit/types" "^13.10.0"
"@octokit/types" "^14.1.0"
"@octokit/request-error@^5.1.1":
version "5.1.1"
@@ -3241,13 +3239,6 @@
deprecation "^2.0.0"
once "^1.4.0"
"@octokit/request-error@^6.1.8":
version "6.1.8"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.8.tgz#3c7ce1ca6721eabd43dbddc76b44860de1fdea75"
integrity sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==
dependencies:
"@octokit/types" "^14.0.0"
"@octokit/request-error@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-7.0.0.tgz#48ae2cd79008315605d00e83664891a10a5ddb97"
@@ -3276,26 +3267,15 @@
"@octokit/types" "^13.1.0"
universal-user-agent "^6.0.0"
"@octokit/request@^9.2.3":
version "9.2.3"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.2.3.tgz#00d023ad690903d952e4dd31e3f5804ef98fcd24"
integrity sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==
"@octokit/rest@22.0.0":
version "22.0.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-22.0.0.tgz#9026f47dacba9c605da3d43cce9432c4c532dc5a"
integrity sha512-z6tmTu9BTnw51jYGulxrlernpsQYXpui1RK21vmXn8yF5bp6iX16yfTtJYGK5Mh1qDkvDOmp2n8sRMcQmR8jiA==
dependencies:
"@octokit/endpoint" "^10.1.4"
"@octokit/request-error" "^6.1.8"
"@octokit/types" "^14.0.0"
fast-content-type-parse "^2.0.0"
universal-user-agent "^7.0.2"
"@octokit/rest@21.1.1":
version "21.1.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-21.1.1.tgz#7a70455ca451b1d253e5b706f35178ceefb74de2"
integrity sha512-sTQV7va0IUVZcntzy1q3QqPm/r8rWtDCqpRAmb8eXXnKkjoQEtFe3Nt5GTVsHft+R6jJoHeSiVLcgcvhtue/rg==
dependencies:
"@octokit/core" "^6.1.4"
"@octokit/plugin-paginate-rest" "^11.4.2"
"@octokit/plugin-request-log" "^5.3.1"
"@octokit/plugin-rest-endpoint-methods" "^13.3.0"
"@octokit/core" "^7.0.2"
"@octokit/plugin-paginate-rest" "^13.0.1"
"@octokit/plugin-request-log" "^6.0.0"
"@octokit/plugin-rest-endpoint-methods" "^16.0.0"
"@octokit/types@^12.6.0":
version "12.6.0"
@@ -3304,14 +3284,14 @@
dependencies:
"@octokit/openapi-types" "^20.0.0"
"@octokit/types@^13.0.0", "@octokit/types@^13.1.0", "@octokit/types@^13.10.0":
"@octokit/types@^13.0.0", "@octokit/types@^13.1.0":
version "13.10.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3"
integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==
dependencies:
"@octokit/openapi-types" "^24.2.0"
"@octokit/types@^14.0.0":
"@octokit/types@^14.0.0", "@octokit/types@^14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-14.1.0.tgz#3bf9b3a3e3b5270964a57cc9d98592ed44f840f2"
integrity sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==
@@ -3323,24 +3303,19 @@
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz#d03eba68273dc0f7509e2a3d5cba21eae10379fe"
integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==
"@opentelemetry/context-async-hooks@^1.26.0":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-1.30.1.tgz#4f76280691a742597fd0bf682982126857622948"
integrity sha512-s5vvxXPVdjqS3kTLKMeBMvop9hbWkwzBpu+mUO2M7sZtlkyDJGwFe33wRKnbaYDo8ExRVBIIdwIGrqpxHuKttA==
"@opentelemetry/context-async-hooks@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-2.0.1.tgz#4416bc2df780c1dda1129afb9392d55831dd861d"
integrity sha512-XuY23lSI3d4PEqKA+7SLtAgwqIfc6E/E9eAQWLN1vlpC53ybO3o6jW4BsXo1xvz9lYyyWItfQDDLzezER01mCw==
"@opentelemetry/core@^1.27.0":
version "1.30.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/core/-/core-1.30.1.tgz#a0b468bb396358df801881709ea38299fc30ab27"
integrity sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==
"@opentelemetry/core@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.0.1.tgz#44e1149d5666a4743cde943ef89841db3ce0f8bc"
integrity sha512-MaZk9SJIDgo1peKevlbhP6+IwIiNPNmswNL4AF0WaQJLbHXjr9SrZMgS12+iqr9ToV4ZVosCcc0f8Rg67LXjxw==
dependencies:
"@opentelemetry/semantic-conventions" "1.28.0"
"@opentelemetry/semantic-conventions" "^1.29.0"
"@opentelemetry/semantic-conventions@1.28.0":
version "1.28.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz#337fb2bca0453d0726696e745f50064411f646d6"
integrity sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==
"@opentelemetry/semantic-conventions@^1.25.1":
"@opentelemetry/semantic-conventions@^1.29.0", "@opentelemetry/semantic-conventions@^1.30.0":
version "1.34.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.34.0.tgz#8b6a46681b38a4d5947214033ac48128328c1738"
integrity sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==
@@ -4187,7 +4162,7 @@
dependencies:
"@babel/types" "^7.20.7"
"@types/big.js@^6.0.0":
"@types/big.js@^6.2.2":
version "6.2.2"
resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.2.2.tgz#69422ec9ef59df1330ccfde2106d9e1159a083c3"
integrity sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA==
@@ -4686,6 +4661,13 @@
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
"@types/long@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/long/-/long-5.0.0.tgz#daaa7b7f74c919c946ff74889d5ca2afe363b2cd"
integrity sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==
dependencies:
long "*"
"@types/mdast@^4.0.0":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
@@ -4788,7 +4770,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
"@types/request@^2.48.8":
"@types/request@^2.48.12", "@types/request@^2.48.8":
version "2.48.12"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.12.tgz#0f590f615a10f87da18e9790ac94c29ec4c5ef30"
integrity sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==
@@ -4892,7 +4874,7 @@
dependencies:
"@types/node" "*"
"@types/stack-trace@0.0.33":
"@types/stack-trace@^0.0.33":
version "0.0.33"
resolved "https://registry.yarnpkg.com/@types/stack-trace/-/stack-trace-0.0.33.tgz#979a3fde9e721e78603b781e468ef30f0df0f049"
integrity sha512-O7in6531Bbvlb2KEsJ0dq0CHZvc3iWSR5ZYMtvGgnHA56VgriAN/AU2LorfmcvAl2xc9N5fbCTRyMRRl8nd74g==
@@ -5676,7 +5658,7 @@ arrify@^1.0.0:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
arrify@^2.0.0, arrify@^2.0.1:
arrify@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
@@ -5977,20 +5959,20 @@ before-after-hook@^2.2.0:
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
before-after-hook@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
before-after-hook@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-4.0.0.tgz#cf1447ab9160df6a40f3621da64d6ffc36050cb9"
integrity sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==
big.js@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
big.js@^6.0.0:
version "6.2.2"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.2.tgz#be3bb9ac834558b53b099deef2a1d06ac6368e1a"
integrity sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==
big.js@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-7.0.1.tgz#c537c649ec6ea11d1306723d13c096ba199aadc4"
integrity sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==
bignumber.js@^9.0.0:
version "9.3.0"
@@ -6552,7 +6534,7 @@ check-side-effects@0.0.23:
rollup-plugin-node-resolve "~4.2.3"
rollup-plugin-terser "^7.0.1"
checkpoint-stream@^0.1.1:
checkpoint-stream@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/checkpoint-stream/-/checkpoint-stream-0.1.2.tgz#5e2359456e5df4f3ec34c62bf1573e07df6e5039"
integrity sha512-eYXIcydL3mPjjEVLxHdi1ISgTwmxGJZ8vyJ3lYVvFTDRyTOZMTbKZdRJqiA7Gi1rPcwOyyzcrZmGLL8ff7e69w==
@@ -7785,6 +7767,11 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"
data-uri-to-buffer@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
data-uri-to-buffer@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz#8a58bb67384b261a38ef18bea1810cb01badd28b"
@@ -8224,7 +8211,7 @@ duplexify@^3.6.0:
readable-stream "^2.0.0"
stream-shift "^1.0.0"
duplexify@^4.0.0, duplexify@^4.1.1:
duplexify@^4.0.0, duplexify@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-4.1.3.tgz#a07e1c0d0a2c001158563d32592ba58bddb0236f"
integrity sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==
@@ -9021,11 +9008,6 @@ fancy-log@^2.0.0:
dependencies:
color-support "^1.1.3"
fast-content-type-parse@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-2.0.1.tgz#c236124534ee2cb427c8d8e5ba35a4856947847b"
integrity sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==
fast-content-type-parse@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz#5590b6c807cc598be125e6740a9fde589d2b7afb"
@@ -9124,6 +9106,14 @@ fecha@^4.2.0:
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
version "3.2.0"
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
dependencies:
node-domexception "^1.0.0"
web-streams-polyfill "^3.0.3"
fflate@^0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.8.2.tgz#fc8631f5347812ad6028bbe4a2308b2792aa1dea"
@@ -9438,6 +9428,13 @@ form-data@~2.3.2:
combined-stream "^1.0.6"
mime-types "^2.1.12"
formdata-polyfill@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
dependencies:
fetch-blob "^3.1.2"
forwarded@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -9621,6 +9618,15 @@ gaxios@^6.0.0, gaxios@^6.0.3, gaxios@^6.1.1, gaxios@^6.7.0:
node-fetch "^2.6.9"
uuid "^9.0.1"
gaxios@^7.0.0-rc.1, gaxios@^7.0.0-rc.4:
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-7.0.0-rc.6.tgz#4648afddc60b05eb9cb901534ba9493f1a390df0"
integrity sha512-osVFpgeBiwTM2AVI9MXvb8iWzM6oSMbTVWc65Gm5BgBlE+nUA6PBHFMaYpqjZx1AhUH7aPOZq78WcRAM6hhAwA==
dependencies:
extend "^3.0.2"
https-proxy-agent "^7.0.1"
node-fetch "^3.3.2"
gcp-metadata@^6.1.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-6.1.1.tgz#f65aa69f546bc56e116061d137d3f5f90bdec494"
@@ -9630,6 +9636,15 @@ gcp-metadata@^6.1.0:
google-logging-utils "^0.0.2"
json-bigint "^1.0.0"
gcp-metadata@^7.0.0-rc.1:
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-7.0.0-rc.1.tgz#ddce444cf1ca780e8df0db15d4e5907ca8388cd5"
integrity sha512-E6c+AdIaK1LNA839OyotiTca+B2IG1nDlMjnlcck8JjXn3fVgx57Ib9i6iL1/iqN7bA3EUQdcRRu+HqOCOABIg==
dependencies:
gaxios "^7.0.0-rc.1"
google-logging-utils "^1.0.0"
json-bigint "^1.0.0"
gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -9908,7 +9923,20 @@ glogg@^2.2.0:
dependencies:
sparkles "^2.1.0"
google-auth-library@^9.0.0, google-auth-library@^9.11.0, google-auth-library@^9.2.0, google-auth-library@^9.3.0, google-auth-library@^9.7.0:
google-auth-library@^10.0.0-rc.1:
version "10.0.0-rc.3"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-10.0.0-rc.3.tgz#9eaec319b8b63984536db90b94562e3f8cb1d068"
integrity sha512-WC9wfEKK0bk3seWKsDn2loduLth6JWKTsrbWftzrhPuzpwnVXb5oi2+aa0JDBxLBDdkGesLvTQ67F2nZ7leq1Q==
dependencies:
base64-js "^1.3.0"
ecdsa-sig-formatter "^1.0.11"
gaxios "^7.0.0-rc.4"
gcp-metadata "^7.0.0-rc.1"
google-logging-utils "^1.0.0"
gtoken "^8.0.0-rc.1"
jws "^4.0.0"
google-auth-library@^9.11.0, google-auth-library@^9.2.0, google-auth-library@^9.3.0, google-auth-library@^9.7.0:
version "9.15.1"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.15.1.tgz#0c5d84ed1890b2375f1cd74f03ac7b806b392928"
integrity sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==
@@ -9920,24 +9948,6 @@ google-auth-library@^9.0.0, google-auth-library@^9.11.0, google-auth-library@^9.
gtoken "^7.0.0"
jws "^4.0.0"
google-gax@4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-4.4.1.tgz#95a9cf7ee7777ac22d1926a45b5f886dd8beecae"
integrity sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg==
dependencies:
"@grpc/grpc-js" "^1.10.9"
"@grpc/proto-loader" "^0.7.13"
"@types/long" "^4.0.0"
abort-controller "^3.0.0"
duplexify "^4.0.0"
google-auth-library "^9.3.0"
node-fetch "^2.7.0"
object-hash "^3.0.0"
proto3-json-serializer "^2.0.2"
protobufjs "^7.3.2"
retry-request "^7.0.0"
uuid "^9.0.1"
google-gax@^4.3.3:
version "4.6.1"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-4.6.1.tgz#57f8e3d893d4c708a71167cdcf47eb3afab95929"
@@ -9956,11 +9966,34 @@ google-gax@^4.3.3:
retry-request "^7.0.0"
uuid "^9.0.1"
google-gax@^5.0.1-rc.0:
version "5.0.1-rc.1"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-5.0.1-rc.1.tgz#6c40a791b962c82b3b40fc10e2d6a40c3cb3a2dd"
integrity sha512-kz3HlvYvmQVBcam2C7FOphE6xrhjrlbKrRpNxvWYAmVHi+SCeMReWcKp64WJXNL7clSYAgYer3gCKVTTF/+wPA==
dependencies:
"@grpc/grpc-js" "^1.12.6"
"@grpc/proto-loader" "^0.7.13"
"@types/long" "^5.0.0"
abort-controller "^3.0.0"
duplexify "^4.1.3"
google-auth-library "^10.0.0-rc.1"
google-logging-utils "^1.1.1"
node-fetch "^3.3.2"
object-hash "^3.0.0"
proto3-json-serializer "^3.0.0"
protobufjs "^7.5.0"
retry-request "^8.0.0"
google-logging-utils@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/google-logging-utils/-/google-logging-utils-0.0.2.tgz#5fd837e06fa334da450433b9e3e1870c1594466a"
integrity sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==
google-logging-utils@^1.0.0, google-logging-utils@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/google-logging-utils/-/google-logging-utils-1.1.1.tgz#4a1f44a69a187eb954629c88c5af89c0dfbca51a"
integrity sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==
google-protobuf@^3.6.1:
version "3.21.4"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.4.tgz#2f933e8b6e5e9f8edde66b7be0024b68f77da6c9"
@@ -10015,7 +10048,7 @@ grapheme-splitter@^1.0.2:
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
grpc-gcp@^1.0.0:
grpc-gcp@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/grpc-gcp/-/grpc-gcp-1.0.1.tgz#39f0569486a5ee25c3d44dda7c08c5d7c3cb6d60"
integrity sha512-06r73IoGaAIpzT+DRPnw7V5BXvZ5mjy1OcKqSPX+ZHOgbLxT+lJfz8IN83z/sbA3t55ZX88MfDaaCjDGdveVIA==
@@ -10030,6 +10063,14 @@ gtoken@^7.0.0:
gaxios "^6.0.0"
jws "^4.0.0"
gtoken@^8.0.0-rc.1:
version "8.0.0-rc.1"
resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-8.0.0-rc.1.tgz#3877f1069f02ae99548f5d285d6c1834b692e22a"
integrity sha512-UjE/egX6ixArdcCKOkheuFQ4XN4/0gX92nd2JPVEYuRU2sWHAWuOVGnowm1fQUdQtaxqn1n8H0hOb2LCaUhJ3A==
dependencies:
gaxios "^7.0.0-rc.1"
jws "^4.0.0"
gulp-cli@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-3.1.0.tgz#92590e9b209142b176c95ad5c7066d2592017268"
@@ -11207,7 +11248,7 @@ is2@^2.0.6:
ip-regex "^4.1.0"
is-url "^1.2.4"
is@^3.2.1:
is@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/is/-/is-3.3.0.tgz#61cff6dd3c4193db94a3d62582072b44e5645d79"
integrity sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==
@@ -12246,16 +12287,16 @@ loglevel@^1.6.0:
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.9.2.tgz#c2e028d6c757720107df4e64508530db6621ba08"
integrity sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==
long@*, long@^5.0.0:
version "5.3.2"
resolved "https://registry.yarnpkg.com/long/-/long-5.3.2.tgz#1d84463095999262d7d7b7f8bfd4a8cc55167f83"
integrity sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==
long@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
long@^5.0.0:
version "5.3.2"
resolved "https://registry.yarnpkg.com/long/-/long-5.3.2.tgz#1d84463095999262d7d7b7f8bfd4a8cc55167f83"
integrity sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==
lower-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
@@ -13007,6 +13048,11 @@ node-addon-api@^7.0.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1.tgz#1aba6693b0f255258a049d621329329322aad558"
integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==
node-domexception@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
node-emoji@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.2.0.tgz#1d000e3c76e462577895be1b436f4aa2d6760eb0"
@@ -13024,6 +13070,15 @@ node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9, node-fetch@^2.7.0:
dependencies:
whatwg-url "^5.0.0"
node-fetch@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"
node-forge@^1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -14178,6 +14233,13 @@ proto3-json-serializer@^2.0.2:
dependencies:
protobufjs "^7.2.5"
proto3-json-serializer@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/proto3-json-serializer/-/proto3-json-serializer-3.0.0.tgz#9d74849374eac2c12557f8c4ee059d615a30d5b1"
integrity sha512-mHPIc7zaJc26HMpgX5J7vXjliYv4Rnn5ICUyINudz76iY4zFMQHTaQXrTFn0EoHnRsLD6BE+OuHhQHFUU93I9A==
dependencies:
protobufjs "^7.4.0"
protobufjs@6.8.8:
version "6.8.8"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.8.8.tgz#c8b4f1282fd7a90e6f5b109ed11c84af82908e7c"
@@ -14197,7 +14259,7 @@ protobufjs@6.8.8:
"@types/node" "^10.1.0"
long "^4.0.0"
protobufjs@^7.0.0, protobufjs@^7.2.5, protobufjs@^7.3.2:
protobufjs@^7.2.5, protobufjs@^7.3.2, protobufjs@^7.4.0, protobufjs@^7.5.0:
version "7.5.3"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.3.tgz#13f95a9e3c84669995ec3652db2ac2fb00b89363"
integrity sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==
@@ -14876,6 +14938,15 @@ retry-request@^7.0.0:
extend "^3.0.2"
teeny-request "^9.0.0"
retry-request@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-8.0.0.tgz#91c847cb648a049c14f0cb3322313d091d2445a3"
integrity sha512-dJkZNmyV9C8WKUmbdj1xcvVlXBSvsUQCkg89TCK8rD72RdSn9A2jlXlS2VuYSTHoPJjJEfUHhjNYrlvuksF9cg==
dependencies:
"@types/request" "^2.48.12"
extend "^3.0.2"
teeny-request "^10.0.0"
retry@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
@@ -16121,7 +16192,7 @@ stream-composer@^1.0.2:
dependencies:
streamx "^2.13.2"
stream-events@^1.0.4, stream-events@^1.0.5:
stream-events@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5"
integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==
@@ -16515,6 +16586,16 @@ tcp-port-used@^1.0.2:
debug "4.3.1"
is2 "^2.0.6"
teeny-request@^10.0.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-10.1.0.tgz#02a4e246bd97e508c75342a5d83b64189ed851df"
integrity sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==
dependencies:
http-proxy-agent "^5.0.0"
https-proxy-agent "^5.0.0"
node-fetch "^3.3.2"
stream-events "^1.0.5"
teeny-request@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-9.0.0.tgz#18140de2eb6595771b1b02203312dfad79a4716d"
@@ -16612,7 +16693,7 @@ through2@^2.0.1, through2@^2.0.3:
readable-stream "~2.3.6"
xtend "~4.0.1"
through2@^4.0.0:
through2@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
@@ -17704,6 +17785,11 @@ weak-lru-cache@^1.2.2:
resolved "https://registry.yarnpkg.com/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz#fdbb6741f36bae9540d12f480ce8254060dccd19"
integrity sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==
web-streams-polyfill@^3.0.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
webdriver-js-extender@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz#57d7a93c00db4cc8d556e4d3db4b5db0a80c3bb7"