mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#61587)
See associated pull request for more information. PR Close #61587
This commit is contained in:
parent
26f126a049
commit
3e70d64b20
17 changed files with 99 additions and 99 deletions
|
|
@ -2,10 +2,10 @@
|
|||
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
|
||||
# This file should be checked into version control along with the pnpm-lock.yaml file.
|
||||
.npmrc=-1406867100
|
||||
package.json=-1316846371
|
||||
package.json=-202228530
|
||||
packages/compiler-cli/package.json=-1344632265
|
||||
packages/compiler/package.json=1190056499
|
||||
pnpm-lock.yaml=1584116426
|
||||
pnpm-lock.yaml=1434579086
|
||||
pnpm-workspace.yaml=353334404
|
||||
tools/bazel/rules_angular_store/package.json=-239561259
|
||||
yarn.lock=871229310
|
||||
yarn.lock=1276213059
|
||||
|
|
|
|||
4
.github/actions/saucelabs-legacy/action.yml
vendored
4
.github/actions/saucelabs-legacy/action.yml
vendored
|
|
@ -5,9 +5,9 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/saucelabs@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
|
|
|||
8
.github/workflows/adev-preview-build.yml
vendored
8
.github/workflows/adev-preview-build.yml
vendored
|
|
@ -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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
|
|
|||
2
.github/workflows/adev-preview-deploy.yml
vendored
2
.github/workflows/adev-preview-deploy.yml
vendored
|
|
@ -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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/benchmark-compare.yml
vendored
2
.github/workflows/benchmark-compare.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
|
|
|
|||
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/google-internal-tests.yml
vendored
2
.github/workflows/google-internal-tests.yml
vendored
|
|
@ -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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
|
|
@ -13,17 +13,17 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/saucelabs@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/merge-ready-status.yml
vendored
2
.github/workflows/merge-ready-status.yml
vendored
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
6
.github/workflows/perf.yml
vendored
6
.github/workflows/perf.yml
vendored
|
|
@ -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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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
|
||||
|
|
|
|||
40
.github/workflows/pr.yml
vendored
40
.github/workflows/pr.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- 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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
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@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ yarn_install(
|
|||
|
||||
git_repository(
|
||||
name = "devinfra",
|
||||
commit = "fd57e38fdd95d2d145adb87a1ff0cbbc231316bc",
|
||||
commit = "241f7bcac0f9e4e977e183e27dd041a357dcecbf",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@
|
|||
"@angular-devkit/core": "20.0.0-rc.3",
|
||||
"@angular-devkit/schematics": "20.0.0-rc.3",
|
||||
"@angular/build": "20.0.0-rc.3",
|
||||
"@angular/cdk": "20.0.0-rc.1",
|
||||
"@angular/cdk": "20.0.0-rc.2",
|
||||
"@angular/cli": "20.0.0-rc.3",
|
||||
"@angular/material": "20.0.0-rc.1",
|
||||
"@angular/material": "20.0.0-rc.2",
|
||||
"@angular/ssr": "20.0.0-rc.3",
|
||||
"@babel/cli": "7.27.2",
|
||||
"@babel/core": "7.27.1",
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2000.0-rc.3",
|
||||
"@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#605518e69f05ad1cca30a4bc15367b63ea45e486",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39b8cbd214dc08e81b7a69624d9dc152ce7c42db",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^8.0.0",
|
||||
|
|
|
|||
|
|
@ -27,14 +27,14 @@ importers:
|
|||
specifier: 20.0.0-rc.3
|
||||
version: 20.0.0-rc.3(@angular/ssr@20.0.0-rc.3)(@types/node@18.19.101)(chokidar@4.0.3)(karma@6.4.4)(terser@5.39.2)(tslib@2.8.1)(tsx@4.19.4)(typescript@5.8.2)
|
||||
'@angular/cdk':
|
||||
specifier: 20.0.0-rc.1
|
||||
version: 20.0.0-rc.1(rxjs@7.8.2)
|
||||
specifier: 20.0.0-rc.2
|
||||
version: 20.0.0-rc.2(rxjs@7.8.2)
|
||||
'@angular/cli':
|
||||
specifier: 20.0.0-rc.3
|
||||
version: 20.0.0-rc.3(@types/node@18.19.101)(chokidar@4.0.3)
|
||||
'@angular/material':
|
||||
specifier: 20.0.0-rc.1
|
||||
version: 20.0.0-rc.1(@angular/cdk@20.0.0-rc.1)(rxjs@7.8.2)
|
||||
specifier: 20.0.0-rc.2
|
||||
version: 20.0.0-rc.2(@angular/cdk@20.0.0-rc.2)(rxjs@7.8.2)
|
||||
'@angular/ssr':
|
||||
specifier: 20.0.0-rc.3
|
||||
version: 20.0.0-rc.3
|
||||
|
|
@ -253,7 +253,7 @@ importers:
|
|||
version: 0.0.12
|
||||
ngx-progressbar:
|
||||
specifier: ^14.0.0
|
||||
version: 14.0.0(@angular/cdk@20.0.0-rc.1)(rxjs@7.8.2)
|
||||
version: 14.0.0(@angular/cdk@20.0.0-rc.2)(rxjs@7.8.2)
|
||||
open-in-idx:
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1
|
||||
|
|
@ -352,8 +352,8 @@ importers:
|
|||
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4
|
||||
version: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/ssr@20.0.0-rc.3)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.39.2)(tsx@4.19.4)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#605518e69f05ad1cca30a4bc15367b63ea45e486
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/605518e69f05ad1cca30a4bc15367b63ea45e486
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#39b8cbd214dc08e81b7a69624d9dc152ce7c42db
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/39b8cbd214dc08e81b7a69624d9dc152ce7c42db
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.27.1)
|
||||
|
|
@ -1275,8 +1275,8 @@ packages:
|
|||
- yaml
|
||||
dev: false
|
||||
|
||||
/@angular/cdk@20.0.0-rc.1(rxjs@7.8.2):
|
||||
resolution: {integrity: sha512-YlY5uKCfuMm98YGGunFOcpdr8hgEtOlXSs7i6oCSnXll0IxngcbKt2OpnEWqGMSxhVbJ3/B+/SK/8goBui5tVw==, tarball: https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.0-rc.1.tgz}
|
||||
/@angular/cdk@20.0.0-rc.2(rxjs@7.8.2):
|
||||
resolution: {integrity: sha512-jqv5621my90f9mn3iZRkAp8f7Dn1b16QyuDl6csOsH4wATySIprCE9jECcyAOtWvWGibw4fr5kocYkX+Lljlag==, tarball: https://registry.npmjs.org/@angular/cdk/-/cdk-20.0.0-rc.2.tgz}
|
||||
peerDependencies:
|
||||
'@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
'@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
|
|
@ -1325,17 +1325,17 @@ packages:
|
|||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/material@20.0.0-rc.1(@angular/cdk@20.0.0-rc.1)(rxjs@7.8.2):
|
||||
resolution: {integrity: sha512-chD273pzqc1ghOP5dwPXaftcfn4vwDL43VZT1Vl2CFSy9+A3Bnd1MB1O0VVrUYQe1bi38TCJ9QwZjPmCOAOzHQ==, tarball: https://registry.npmjs.org/@angular/material/-/material-20.0.0-rc.1.tgz}
|
||||
/@angular/material@20.0.0-rc.2(@angular/cdk@20.0.0-rc.2)(rxjs@7.8.2):
|
||||
resolution: {integrity: sha512-/ktz7f9Kc3+8NaJGDAROFlgGWMWGb0SgLio4CcxxZ2JxNH4JB2XSTnoQoFrShATTuaoBQ/D8/YaE+L5BZTPvGw==, tarball: https://registry.npmjs.org/@angular/material/-/material-20.0.0-rc.2.tgz}
|
||||
peerDependencies:
|
||||
'@angular/cdk': 20.0.0-rc.1
|
||||
'@angular/cdk': 20.0.0-rc.2
|
||||
'@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
'@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
'@angular/forms': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
'@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/cdk': 20.0.0-rc.1(rxjs@7.8.2)
|
||||
'@angular/cdk': 20.0.0-rc.2(rxjs@7.8.2)
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
dev: false
|
||||
|
|
@ -13794,7 +13794,7 @@ packages:
|
|||
tslib: 2.8.1
|
||||
dev: false
|
||||
|
||||
/ngx-progressbar@14.0.0(@angular/cdk@20.0.0-rc.1)(rxjs@7.8.2):
|
||||
/ngx-progressbar@14.0.0(@angular/cdk@20.0.0-rc.2)(rxjs@7.8.2):
|
||||
resolution: {integrity: sha512-tDj7h5F2aSI4/XaJjs50FnELVe6qFqyz3vVq22acacd3oDW2EyJB4c+IYaxMf5972OdTw0WL4n6UwQ3dqC+gCA==, tarball: https://registry.npmjs.org/ngx-progressbar/-/ngx-progressbar-14.0.0.tgz}
|
||||
peerDependencies:
|
||||
'@angular/cdk': '>=17.3.0'
|
||||
|
|
@ -13802,7 +13802,7 @@ packages:
|
|||
'@angular/core': '>=17.3.0'
|
||||
rxjs: '>=7.0.0'
|
||||
dependencies:
|
||||
'@angular/cdk': 20.0.0-rc.1(rxjs@7.8.2)
|
||||
'@angular/cdk': 20.0.0-rc.2(rxjs@7.8.2)
|
||||
rxjs: 7.8.2
|
||||
tslib: 2.8.1
|
||||
dev: false
|
||||
|
|
@ -19195,10 +19195,10 @@ packages:
|
|||
- zone.js
|
||||
dev: true
|
||||
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/605518e69f05ad1cca30a4bc15367b63ea45e486:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/605518e69f05ad1cca30a4bc15367b63ea45e486}
|
||||
github.com/angular/dev-infra-private-ng-dev-builds/39b8cbd214dc08e81b7a69624d9dc152ce7c42db:
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39b8cbd214dc08e81b7a69624d9dc152ce7c42db}
|
||||
name: '@angular/ng-dev'
|
||||
version: 0.0.0-ab30a094ca6bf7474d025bfcbe8b0aa14e714d2b
|
||||
version: 0.0.0-241f7bcac0f9e4e977e183e27dd041a357dcecbf
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@google-cloud/spanner': 7.21.0(supports-color@10.0.0)
|
||||
|
|
|
|||
24
yarn.lock
24
yarn.lock
|
|
@ -423,10 +423,10 @@
|
|||
optionalDependencies:
|
||||
lmdb "3.3.0"
|
||||
|
||||
"@angular/cdk@20.0.0-rc.1":
|
||||
version "20.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-20.0.0-rc.1.tgz#f9c88a2ff59200990a640554c0d4a6b0c2423b28"
|
||||
integrity sha512-YlY5uKCfuMm98YGGunFOcpdr8hgEtOlXSs7i6oCSnXll0IxngcbKt2OpnEWqGMSxhVbJ3/B+/SK/8goBui5tVw==
|
||||
"@angular/cdk@20.0.0-rc.2":
|
||||
version "20.0.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-20.0.0-rc.2.tgz#94ad7c9c5a030a7bb6d02322780d0ee5352883de"
|
||||
integrity sha512-jqv5621my90f9mn3iZRkAp8f7Dn1b16QyuDl6csOsH4wATySIprCE9jECcyAOtWvWGibw4fr5kocYkX+Lljlag==
|
||||
dependencies:
|
||||
parse5 "^7.1.2"
|
||||
tslib "^2.3.0"
|
||||
|
|
@ -460,17 +460,17 @@
|
|||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/material@20.0.0-rc.1":
|
||||
version "20.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-20.0.0-rc.1.tgz#c9c2c21d9b68ba7a48472136f90577166397993d"
|
||||
integrity sha512-chD273pzqc1ghOP5dwPXaftcfn4vwDL43VZT1Vl2CFSy9+A3Bnd1MB1O0VVrUYQe1bi38TCJ9QwZjPmCOAOzHQ==
|
||||
"@angular/material@20.0.0-rc.2":
|
||||
version "20.0.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-20.0.0-rc.2.tgz#5fb2be4a7e66e5137e1d855b237b2dc7af4a62cc"
|
||||
integrity sha512-/ktz7f9Kc3+8NaJGDAROFlgGWMWGb0SgLio4CcxxZ2JxNH4JB2XSTnoQoFrShATTuaoBQ/D8/YaE+L5BZTPvGw==
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#605518e69f05ad1cca30a4bc15367b63ea45e486":
|
||||
version "0.0.0-ab30a094ca6bf7474d025bfcbe8b0aa14e714d2b"
|
||||
uid "605518e69f05ad1cca30a4bc15367b63ea45e486"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#605518e69f05ad1cca30a4bc15367b63ea45e486"
|
||||
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#39b8cbd214dc08e81b7a69624d9dc152ce7c42db":
|
||||
version "0.0.0-241f7bcac0f9e4e977e183e27dd041a357dcecbf"
|
||||
uid "39b8cbd214dc08e81b7a69624d9dc152ce7c42db"
|
||||
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39b8cbd214dc08e81b7a69624d9dc152ce7c42db"
|
||||
dependencies:
|
||||
"@google-cloud/spanner" "7.21.0"
|
||||
"@octokit/rest" "21.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue