mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update cross-repo angular dependencies
See associated pull request for more information.
This commit is contained in:
committed by
Andrew Kushnir
parent
2db8f2ee75
commit
050c475b51
@@ -5,9 +5,9 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/saucelabs@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
||||
@@ -21,17 +21,17 @@ 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@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
# `snapshot-build` config is used to stamp the exact version with sha in the footer.
|
||||
run: pnpm bazel build //adev:build.production --config=snapshot-build
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
||||
@@ -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@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
||||
@@ -16,6 +16,6 @@ jobs:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
||||
+25
-25
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
@@ -39,13 +39,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Cache downloaded Cypress binary
|
||||
@@ -72,11 +72,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -105,11 +105,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -124,11 +124,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -146,11 +146,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
@@ -162,11 +162,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
@@ -216,11 +216,11 @@ jobs:
|
||||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
|
||||
@@ -13,13 +13,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -13,15 +13,15 @@ jobs:
|
||||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/saucelabs@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: pnpm bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
||||
@@ -9,6 +9,6 @@ jobs:
|
||||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -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@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm 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@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
|
||||
|
||||
+20
-20
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Check code lint
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Check code format
|
||||
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
|
||||
- name: Check Package Licenses
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
|
||||
|
||||
@@ -45,13 +45,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Cache downloaded Cypress binary
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
@@ -76,11 +76,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run CI tests for framework
|
||||
@@ -100,11 +100,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run integration CI tests for framework
|
||||
@@ -115,11 +115,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
@@ -132,11 +132,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Cache downloaded vscode binary
|
||||
@@ -152,11 +152,11 @@ jobs:
|
||||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: |
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ git_override(
|
||||
bazel_dep(name = "devinfra")
|
||||
git_override(
|
||||
module_name = "devinfra",
|
||||
commit = "7fa1ab52a99168e16ea3722e4b7313839daea490",
|
||||
commit = "7b0cc896370708d4849b3e37167f9b47137ba22c",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -167,7 +167,7 @@
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2100.0-rc.1",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39869500e7723f91e1797f575d663afaff1b97e7",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#55d321e3273d0eb4bf0329db7c315ebb142978fb",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
||||
Generated
+282
-12
@@ -359,8 +359,8 @@ importers:
|
||||
specifier: 0.2100.0-rc.1
|
||||
version: 0.2100.0-rc.1(chokidar@4.0.3)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#39869500e7723f91e1797f575d663afaff1b97e7
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7(@modelcontextprotocol/sdk@1.20.2)
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#55d321e3273d0eb4bf0329db7c315ebb142978fb
|
||||
version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb(@modelcontextprotocol/sdk@1.20.2)
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.28.5)
|
||||
@@ -1819,9 +1819,9 @@ packages:
|
||||
'@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7}
|
||||
version: 0.0.0-7fa1ab52a99168e16ea3722e4b7313839daea490
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb':
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb}
|
||||
version: 0.0.0-7b0cc896370708d4849b3e37167f9b47137ba22c
|
||||
hasBin: true
|
||||
|
||||
'@angular/ssr@21.0.0-rc.1':
|
||||
@@ -3289,8 +3289,8 @@ packages:
|
||||
resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@google/genai@1.28.0':
|
||||
resolution: {integrity: sha512-0pfZ1EWQsM9kINsL+mFKJvpzM6NRHS9t360S1MzKq4JtIwTj/RbsPpC/K5wpKiPy9PC+J+bsz/9gvaL51++KrA==}
|
||||
'@google/genai@1.29.0':
|
||||
resolution: {integrity: sha512-cQP7Ssa06W+MSAyVtL/812FBtZDoDehnFObIpK1xo5Uv4XvqBcVZ8OhXgihOIXWn7xvPQGvLclR8+yt3Ysnd9g==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
peerDependencies:
|
||||
'@modelcontextprotocol/sdk': ^1.20.1
|
||||
@@ -3342,6 +3342,10 @@ packages:
|
||||
resolution: {integrity: sha512-yqq0aJW/5XPhi5xOAL1xRCpe1eh8UFVgYFpFsjEqmIR8rKLyP+HINvFXwUaxYICflJrVlxnp7lLN6As735kVpw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@inquirer/ansi@1.0.2':
|
||||
resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@inquirer/checkbox@4.3.0':
|
||||
resolution: {integrity: sha512-5+Q3PKH35YsnoPTh75LucALdAxom6xh5D1oeY561x4cqBuH24ZFVyFREPe14xgnrtmGu3EEt1dIi60wRVSnGCw==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3351,6 +3355,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/checkbox@4.3.1':
|
||||
resolution: {integrity: sha512-rOcLotrptYIy59SGQhKlU0xBg1vvcVl2FdPIEclUvKHh0wo12OfGkId/01PIMJ/V+EimJ77t085YabgnQHBa5A==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/confirm@5.1.19':
|
||||
resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3360,6 +3373,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/confirm@5.1.20':
|
||||
resolution: {integrity: sha512-HDGiWh2tyRZa0M1ZnEIUCQro25gW/mN8ODByicQrbR1yHx4hT+IOpozCMi5TgBtUdklLwRI2mv14eNpftDluEw==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/core@10.3.0':
|
||||
resolution: {integrity: sha512-Uv2aPPPSK5jeCplQmQ9xadnFx2Zhj9b5Dj7bU6ZeCdDNNY11nhYy4btcSdtDguHqCT2h5oNeQTcUNSGGLA7NTA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3369,6 +3391,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/core@10.3.1':
|
||||
resolution: {integrity: sha512-hzGKIkfomGFPgxKmnKEKeA+uCYBqC+TKtRx5LgyHRCrF6S2MliwRIjp3sUaWwVzMp7ZXVs8elB0Tfe682Rpg4w==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/editor@4.2.21':
|
||||
resolution: {integrity: sha512-MjtjOGjr0Kh4BciaFShYpZ1s9400idOdvQ5D7u7lE6VztPFoyLcVNE5dXBmEEIQq5zi4B9h2kU+q7AVBxJMAkQ==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3378,6 +3409,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/editor@4.2.22':
|
||||
resolution: {integrity: sha512-8yYZ9TCbBKoBkzHtVNMF6PV1RJEUvMlhvmS3GxH4UvXMEHlS45jFyqFy0DU+K42jBs5slOaA78xGqqqWAx3u6A==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/expand@4.0.21':
|
||||
resolution: {integrity: sha512-+mScLhIcbPFmuvU3tAGBed78XvYHSvCl6dBiYMlzCLhpr0bzGzd8tfivMMeqND6XZiaZ1tgusbUHJEfc6YzOdA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3387,6 +3427,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/expand@4.0.22':
|
||||
resolution: {integrity: sha512-9XOjCjvioLjwlq4S4yXzhvBmAXj5tG+jvva0uqedEsQ9VD8kZ+YT7ap23i0bIXOtow+di4+u3i6u26nDqEfY4Q==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/external-editor@1.0.2':
|
||||
resolution: {integrity: sha512-yy9cOoBnx58TlsPrIxauKIFQTiyH+0MK4e97y4sV9ERbI+zDxw7i2hxHLCIEGIE/8PPvDxGhgzIOTSOWcs6/MQ==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3396,10 +3445,23 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/external-editor@1.0.3':
|
||||
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/figures@1.0.14':
|
||||
resolution: {integrity: sha512-DbFgdt+9/OZYFM+19dbpXOSeAstPy884FPy1KjDu4anWwymZeOYhMY1mdFri172htv6mvc/uvIAAi7b7tvjJBQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@inquirer/figures@1.0.15':
|
||||
resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@inquirer/input@4.2.5':
|
||||
resolution: {integrity: sha512-7GoWev7P6s7t0oJbenH0eQ0ThNdDJbEAEtVt9vsrYZ9FulIokvd823yLyhQlWHJPGce1wzP53ttfdCZmonMHyA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3409,6 +3471,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/input@4.3.0':
|
||||
resolution: {integrity: sha512-h4fgse5zeGsBSW3cRQqu9a99OXRdRsNCvHoBqVmz40cjYjYFzcfwD0KA96BHIPlT7rZw0IpiefQIqXrjbzjS4Q==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/number@3.0.21':
|
||||
resolution: {integrity: sha512-5QWs0KGaNMlhbdhOSCFfKsW+/dcAVC2g4wT/z2MCiZM47uLgatC5N20kpkDQf7dHx+XFct/MJvvNGy6aYJn4Pw==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3418,6 +3489,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/number@3.0.22':
|
||||
resolution: {integrity: sha512-oAdMJXz++fX58HsIEYmvuf5EdE8CfBHHXjoi9cTcQzgFoHGZE+8+Y3P38MlaRMeBvAVnkWtAxMUF6urL2zYsbg==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/password@4.0.21':
|
||||
resolution: {integrity: sha512-xxeW1V5SbNFNig2pLfetsDb0svWlKuhmr7MPJZMYuDnCTkpVBI+X/doudg4pznc1/U+yYmWFFOi4hNvGgUo7EA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3427,6 +3507,24 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/password@4.0.22':
|
||||
resolution: {integrity: sha512-CbdqK1ioIr0Y3akx03k/+Twf+KSlHjn05hBL+rmubMll7PsDTGH0R4vfFkr+XrkB0FOHrjIwVP9crt49dgt+1g==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/prompts@7.10.0':
|
||||
resolution: {integrity: sha512-X2HAjY9BClfFkJ2RP3iIiFxlct5JJVdaYYXhA7RKxsbc9KL+VbId79PSoUGH/OLS011NFbHHDMDcBKUj3T89+Q==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/prompts@7.9.0':
|
||||
resolution: {integrity: sha512-X7/+dG9SLpSzRkwgG5/xiIzW0oMrV3C0HOa7YHG1WnrLK+vCQHfte4k/T80059YBdei29RBC3s+pSMvPJDU9/A==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3436,6 +3534,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/rawlist@4.1.10':
|
||||
resolution: {integrity: sha512-Du4uidsgTMkoH5izgpfyauTL/ItVHOLsVdcY+wGeoGaG56BV+/JfmyoQGniyhegrDzXpfn3D+LFHaxMDRygcAw==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/rawlist@4.1.9':
|
||||
resolution: {integrity: sha512-AWpxB7MuJrRiSfTKGJ7Y68imYt8P9N3Gaa7ySdkFj1iWjr6WfbGAhdZvw/UnhFXTHITJzxGUI9k8IX7akAEBCg==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3454,6 +3561,15 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/search@3.2.1':
|
||||
resolution: {integrity: sha512-cKiuUvETublmTmaOneEermfG2tI9ABpb7fW/LqzZAnSv4ZaJnbEis05lOkiBuYX5hNdnX0Q9ryOQyrNidb55WA==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/select@4.4.0':
|
||||
resolution: {integrity: sha512-kaC3FHsJZvVyIjYBs5Ih8y8Bj4P/QItQWrZW22WJax7zTN+ZPXVGuOM55vzbdCP9zKUiBd9iEJVdesujfF+cAA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3463,6 +3579,24 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/select@4.4.1':
|
||||
resolution: {integrity: sha512-E9hbLU4XsNe2SAOSsFrtYtYQDVi1mfbqJrPDvXKnGlnRiApBdWMJz7r3J2Ff38AqULkPUD3XjQMD4492TymD7Q==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/type@3.0.10':
|
||||
resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@types/node': '>=18'
|
||||
peerDependenciesMeta:
|
||||
'@types/node':
|
||||
optional: true
|
||||
|
||||
'@inquirer/type@3.0.9':
|
||||
resolution: {integrity: sha512-QPaNt/nmE2bLGQa9b7wwyRJoLZ7pN6rcyXvzU0YCmivmJyq1BVo94G98tStRWkoD1RgDX5C+dPlhhHzNdu/W/w==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -6280,6 +6414,9 @@ packages:
|
||||
chardet@2.1.0:
|
||||
resolution: {integrity: sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==}
|
||||
|
||||
chardet@2.1.1:
|
||||
resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==}
|
||||
|
||||
check-side-effects@0.0.23:
|
||||
resolution: {integrity: sha512-ieLYOsDdM0BUbSpPrpsJbB9/0ovuNKgp/p7Wos068klHBABMb/KNKNrAdvl5r36tAA8Jbto6/t8K9Fepa6z1KA==}
|
||||
hasBin: true
|
||||
@@ -9891,6 +10028,10 @@ packages:
|
||||
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
|
||||
mute-stream@3.0.0:
|
||||
resolution: {integrity: sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==}
|
||||
engines: {node: ^20.17.0 || >=22.9.0}
|
||||
|
||||
mz@2.7.0:
|
||||
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
||||
|
||||
@@ -13709,13 +13850,13 @@ snapshots:
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7(@modelcontextprotocol/sdk@1.20.2)':
|
||||
'@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb(@modelcontextprotocol/sdk@1.20.2)':
|
||||
dependencies:
|
||||
'@actions/core': 1.11.1
|
||||
'@google-cloud/spanner': 8.0.0(supports-color@10.2.2)
|
||||
'@google/genai': 1.28.0(@modelcontextprotocol/sdk@1.20.2)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)
|
||||
'@inquirer/prompts': 7.9.0(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.9(@types/node@24.10.0)
|
||||
'@google/genai': 1.29.0(@modelcontextprotocol/sdk@1.20.2)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)
|
||||
'@inquirer/prompts': 7.10.0(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
'@octokit/auth-app': 8.1.2
|
||||
'@octokit/core': 7.0.6
|
||||
'@octokit/graphql': 9.0.3
|
||||
@@ -15602,7 +15743,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@google/genai@1.28.0(@modelcontextprotocol/sdk@1.20.2)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)':
|
||||
'@google/genai@1.29.0(@modelcontextprotocol/sdk@1.20.2)(bufferutil@4.0.9)(supports-color@10.2.2)(utf-8-validate@6.0.5)':
|
||||
dependencies:
|
||||
google-auth-library: 10.4.2(supports-color@10.2.2)
|
||||
ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
@@ -15668,6 +15809,8 @@ snapshots:
|
||||
|
||||
'@inquirer/ansi@1.0.1': {}
|
||||
|
||||
'@inquirer/ansi@1.0.2': {}
|
||||
|
||||
'@inquirer/checkbox@4.3.0(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.1
|
||||
@@ -15688,6 +15831,16 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/checkbox@4.3.1(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/confirm@5.1.19(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15702,6 +15855,13 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/confirm@5.1.20(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/core@10.3.0(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.1
|
||||
@@ -15728,6 +15888,19 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/core@10.3.1(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
cli-width: 4.1.0
|
||||
mute-stream: 3.0.0
|
||||
signal-exit: 4.1.0
|
||||
wrap-ansi: 6.2.0
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/editor@4.2.21(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15744,6 +15917,14 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/editor@4.2.22(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/external-editor': 1.0.3(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/expand@4.0.21(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15760,6 +15941,14 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/expand@4.0.22(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/external-editor@1.0.2(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
chardet: 2.1.0
|
||||
@@ -15774,8 +15963,17 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/external-editor@1.0.3(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
chardet: 2.1.1
|
||||
iconv-lite: 0.7.0
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/figures@1.0.14': {}
|
||||
|
||||
'@inquirer/figures@1.0.15': {}
|
||||
|
||||
'@inquirer/input@4.2.5(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15790,6 +15988,13 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/input@4.3.0(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/number@3.0.21(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15804,6 +16009,13 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/number@3.0.22(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/password@4.0.21(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.1
|
||||
@@ -15820,6 +16032,29 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/password@4.0.22(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/prompts@7.10.0(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/checkbox': 4.3.1(@types/node@24.10.0)
|
||||
'@inquirer/confirm': 5.1.20(@types/node@24.10.0)
|
||||
'@inquirer/editor': 4.2.22(@types/node@24.10.0)
|
||||
'@inquirer/expand': 4.0.22(@types/node@24.10.0)
|
||||
'@inquirer/input': 4.3.0(@types/node@24.10.0)
|
||||
'@inquirer/number': 3.0.22(@types/node@24.10.0)
|
||||
'@inquirer/password': 4.0.22(@types/node@24.10.0)
|
||||
'@inquirer/rawlist': 4.1.10(@types/node@24.10.0)
|
||||
'@inquirer/search': 3.2.1(@types/node@24.10.0)
|
||||
'@inquirer/select': 4.4.1(@types/node@24.10.0)
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/prompts@7.9.0(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/checkbox': 4.3.0(@types/node@20.19.23)
|
||||
@@ -15850,6 +16085,14 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/rawlist@4.1.10(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/rawlist@4.1.9(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.0(@types/node@20.19.23)
|
||||
@@ -15884,6 +16127,15 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/search@3.2.1(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/select@4.4.0(@types/node@20.19.23)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.1
|
||||
@@ -15904,6 +16156,20 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/select@4.4.1(@types/node@24.10.0)':
|
||||
dependencies:
|
||||
'@inquirer/ansi': 1.0.2
|
||||
'@inquirer/core': 10.3.1(@types/node@24.10.0)
|
||||
'@inquirer/figures': 1.0.15
|
||||
'@inquirer/type': 3.0.10(@types/node@24.10.0)
|
||||
yoctocolors-cjs: 2.1.3
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/type@3.0.10(@types/node@24.10.0)':
|
||||
optionalDependencies:
|
||||
'@types/node': 24.10.0
|
||||
|
||||
'@inquirer/type@3.0.9(@types/node@20.19.23)':
|
||||
optionalDependencies:
|
||||
'@types/node': 20.19.23
|
||||
@@ -19119,6 +19385,8 @@ snapshots:
|
||||
|
||||
chardet@2.1.0: {}
|
||||
|
||||
chardet@2.1.1: {}
|
||||
|
||||
check-side-effects@0.0.23:
|
||||
dependencies:
|
||||
'@angular-devkit/build-optimizer': 0.14.0-beta.5
|
||||
@@ -23829,6 +24097,8 @@ snapshots:
|
||||
|
||||
mute-stream@2.0.0: {}
|
||||
|
||||
mute-stream@3.0.0: {}
|
||||
|
||||
mz@2.7.0:
|
||||
dependencies:
|
||||
any-promise: 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user