mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies
See associated pull request for more information. Closes #66795 as a pr takeover
This commit is contained in:
parent
fc557f0276
commit
084f7dc08d
61 changed files with 16155 additions and 12997 deletions
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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/saucelabs@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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,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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ jobs:
|
|||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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:
|
|||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
50
.github/workflows/ci.yml
vendored
50
.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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -67,11 +67,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -83,11 +83,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -100,11 +100,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -119,11 +119,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -136,11 +136,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -152,11 +152,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
|
||||
- name: Install node modules
|
||||
|
|
@ -206,11 +206,11 @@ jobs:
|
|||
runs-on: ubuntu-latest-8core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build adev
|
||||
|
|
|
|||
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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,15 +13,15 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/saucelabs@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: pnpm 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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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
|
||||
|
|
|
|||
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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- 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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
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@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -71,11 +71,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -95,11 +95,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run integration CI tests for framework
|
||||
|
|
@ -110,11 +110,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -127,11 +127,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
|
@ -142,11 +142,11 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8757d815eb39854621b7a42ed742fd34e1c448d9
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@d688d95ef7122aeed5a02a6e6dea8670bb782978
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ git_override(
|
|||
bazel_dep(name = "devinfra")
|
||||
git_override(
|
||||
module_name = "devinfra",
|
||||
commit = "8757d815eb39854621b7a42ed742fd34e1c448d9",
|
||||
commit = "d688d95ef7122aeed5a02a6e6dea8670bb782978",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
"https://bcr.bazel.build/modules/aspect_rules_rollup/2.0.1/source.json": "2fe8ac1ccb4de74bf884761e070010280b272d94e3997205b361b91c75409726",
|
||||
"https://bcr.bazel.build/modules/aspect_rules_ts/3.6.3/MODULE.bazel": "d09db394970f076176ce7bab5b5fa7f0d560fd4f30b8432ea5e2c2570505b130",
|
||||
"https://bcr.bazel.build/modules/aspect_rules_ts/3.7.0/MODULE.bazel": "5aace216caf88638950ef061245d23c36f57c8359e56e97f02a36f70bb09c50f",
|
||||
"https://bcr.bazel.build/modules/aspect_rules_ts/3.8.3/MODULE.bazel": "a26c28ebcd0c0d50ab0708ac21fa48bd2dced3a4dad4c31a2fa48588b42ad762",
|
||||
"https://bcr.bazel.build/modules/aspect_rules_ts/3.8.4/MODULE.bazel": "a50254ac3add6232d0f9f93103836f9afaf614315589a13abf74183982c4101d",
|
||||
"https://bcr.bazel.build/modules/aspect_rules_ts/3.8.4/source.json": "f786e0763f3ea5de7ea6d4c4e38fccb48bf4d9c5eafaf95091c0e1590502510e",
|
||||
"https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.3/MODULE.bazel": "20f53b145f40957a51077ae90b37b7ce83582a1daf9350349f0f86179e19dd0d",
|
||||
|
|
@ -199,7 +198,6 @@
|
|||
"https://bcr.bazel.build/modules/stardoc/0.7.2/source.json": "58b029e5e901d6802967754adf0a9056747e8176f017cfe3607c0851f4d42216",
|
||||
"https://bcr.bazel.build/modules/tar.bzl/0.2.1/MODULE.bazel": "52d1c00a80a8cc67acbd01649e83d8dd6a9dc426a6c0b754a04fe8c219c76468",
|
||||
"https://bcr.bazel.build/modules/tar.bzl/0.5.1/MODULE.bazel": "7c2eb3dcfc53b0f3d6f9acdfd911ca803eaf92aadf54f8ca6e4c1f3aee288351",
|
||||
"https://bcr.bazel.build/modules/tar.bzl/0.7.0/MODULE.bazel": "cc1acd85da33c80e430b65219a620d54d114628df24a618c3a5fa0b65e988da9",
|
||||
"https://bcr.bazel.build/modules/tar.bzl/0.8.1/MODULE.bazel": "6ffe8907ed4c555bc94bd35a5a01411cc4470c6dace84f9cf487815409e077d1",
|
||||
"https://bcr.bazel.build/modules/tar.bzl/0.8.1/source.json": "835f83b482facf6205ad8708cf2b2f6524d1d7b1075a90fe9bb540da761d6d2e",
|
||||
"https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43",
|
||||
|
|
@ -419,7 +417,7 @@
|
|||
"@@aspect_rules_js+//npm:extensions.bzl%pnpm": {
|
||||
"general": {
|
||||
"bzlTransitiveDigest": "HC+l+mTivq1p/KbcVQ+iV5QwYR+oKESJh827FY68SH8=",
|
||||
"usagesDigest": "cFty5ZrGxcc1ZfU3mUVKchWQ1ukqtiFX49UY99aqo58=",
|
||||
"usagesDigest": "EQP/l86Ala/KwoNauQ97hlgfAwgYp6LNP9Q9nhyC8Hg=",
|
||||
"recordedFileInputs": {},
|
||||
"recordedDirentsInputs": {},
|
||||
"envVariables": {},
|
||||
|
|
@ -1093,7 +1091,7 @@
|
|||
"@@rules_nodejs+//nodejs:extensions.bzl%node": {
|
||||
"general": {
|
||||
"bzlTransitiveDigest": "4pUxCNc22K4I+6+4Nxu52Hur12tFRfa1JMsN5mdDv60=",
|
||||
"usagesDigest": "yiylduJft13ULV5TUSGMYtVEKVnH/fJkG3SYNNrzFsQ=",
|
||||
"usagesDigest": "lL5Z7wPurP4zJReKSAmwR5GGk3IL1B1vaFgAu5Vm8fs=",
|
||||
"recordedFileInputs": {},
|
||||
"recordedDirentsInputs": {},
|
||||
"envVariables": {},
|
||||
|
|
|
|||
|
|
@ -5,21 +5,21 @@
|
|||
"@algolia/requester-browser-xhr": "5.48.0",
|
||||
"@algolia/requester-node-http": "5.48.0",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/aria": "21.2.0-next.1",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cdk": "21.2.0-next.1",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular/aria": "21.2.0-next.4",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cdk": "21.2.0-next.4",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/core": "workspace:*",
|
||||
"@angular/docs": "workspace:*",
|
||||
"@angular/forms": "workspace:*",
|
||||
"@angular/material": "21.2.0-next.1",
|
||||
"@angular/material": "21.2.0-next.4",
|
||||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"@codemirror/autocomplete": "6.20.0",
|
||||
"@codemirror/commands": "6.10.1",
|
||||
"@codemirror/lang-angular": "0.1.4",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"@angular/material": "^21.2.0-next",
|
||||
"@angular/platform-browser": "^21.2.0-next",
|
||||
"@angular/router": "^21.2.0-next",
|
||||
"@angular/ssr": "^21.1.0-next",
|
||||
"@angular/ssr": "^21.2.0-next",
|
||||
"algoliasearch": "^5.0.0",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,8 +20,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,8 +20,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"@types/node": "^16.11.35",
|
||||
"typescript": "~5.9.2"
|
||||
|
|
|
|||
890
adev/src/content/tutorials/homepage/package-lock.json
generated
890
adev/src/content/tutorials/homepage/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,8 +19,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,8 +20,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -22,8 +22,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,8 +20,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,8 +20,8 @@
|
|||
"zone.js": "~0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.1.0-next",
|
||||
"@angular/cli": "^21.1.0-next",
|
||||
"@angular/build": "^21.2.0-next",
|
||||
"@angular/cli": "^21.2.0-next",
|
||||
"@angular/compiler-cli": "^21.2.0-next",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@
|
|||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"jsdom": "^28.0.0",
|
||||
"typescript": "~5.9.2",
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -13,15 +13,15 @@
|
|||
"@angular/core": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -18,15 +18,15 @@
|
|||
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -25,8 +25,8 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,9 +23,9 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.3"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,8 +23,8 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -23,8 +23,8 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,8 +21,8 @@
|
|||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"typescript": "5.9.3"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,15 +20,15 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,15 +21,15 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"express": "~5.2.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -24,16 +24,16 @@
|
|||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"express": "~5.2.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -17,15 +17,15 @@
|
|||
"@angular/core": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -20,15 +20,15 @@
|
|||
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/benchpress": "workspace:*",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
|
|
|
|||
20
package.json
20
package.json
|
|
@ -52,14 +52,14 @@
|
|||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-rc.0",
|
||||
"@angular-devkit/core": "21.1.0-rc.0",
|
||||
"@angular-devkit/schematics": "21.1.0-rc.0",
|
||||
"@angular-devkit/build-angular": "21.2.0-next.2",
|
||||
"@angular-devkit/core": "21.2.0-next.2",
|
||||
"@angular-devkit/schematics": "21.2.0-next.2",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/benchpress": "workspace: *",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/cdk": "21.2.0-next.1",
|
||||
"@angular/cli": "21.1.0-rc.0",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/cdk": "21.2.0-next.4",
|
||||
"@angular/cli": "21.2.0-next.2",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
|
|
@ -68,13 +68,13 @@
|
|||
"@angular/forms": "workspace:*",
|
||||
"@angular/language-service": "workspace: *",
|
||||
"@angular/localize": "workspace: *",
|
||||
"@angular/material": "21.2.0-next.1",
|
||||
"@angular/material": "21.2.0-next.4",
|
||||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-browser-dynamic": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/service-worker": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-rc.0",
|
||||
"@angular/ssr": "21.2.0-next.2",
|
||||
"@angular/upgrade": "workspace: *",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@babel/core": "7.29.0",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@schematics/angular": "21.1.0-rc.0",
|
||||
"@schematics/angular": "21.2.0-next.2",
|
||||
"@standard-schema/spec": "^1.0.0",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.20.5",
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^3.0.0",
|
||||
"@actions/github": "^9.0.0",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73f978f5efbaaec123125e2f39d1bac6453927aa",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#371c6ad14109c6e2976935e3dcce87fcf1c8ed06",
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/build": "21.1.0-rc.0",
|
||||
"@angular/build": "21.2.0-next.2",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
|
|
|
|||
2088
pnpm-lock.yaml
2088
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue