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
Kristiyan Kostadinov
parent
1765ebe79b
commit
29574f622d
@@ -5,9 +5,9 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/saucelabs@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
||||
@@ -17,6 +17,6 @@ jobs:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Install node modules
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/saucelabs@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
with:
|
||||
disable-package-manager-cache: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@dd5658bd720370542913e23b21d80450bac94b60
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@af87f27d7508acd9156fe840b38f0d7fbe6d5e3a
|
||||
- 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 = "dd5658bd720370542913e23b21d80450bac94b60",
|
||||
commit = "af87f27d7508acd9156fe840b38f0d7fbe6d5e3a",
|
||||
remote = "https://github.com/angular/dev-infra.git",
|
||||
)
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1089,7 +1089,7 @@
|
||||
"@@rules_nodejs+//nodejs:extensions.bzl%node": {
|
||||
"general": {
|
||||
"bzlTransitiveDigest": "NwcLXHrbh2hoorA/Ybmcpjxsn/6avQmewDglodkDrgo=",
|
||||
"usagesDigest": "SgNpdSfM1gX3V9B70uDcYRmDwEtGZnWIhfqEngR/Sco=",
|
||||
"usagesDigest": "QbHTNODxV2P0w/Zs/oELuqv6ovXgi81f6SUYmX7dNhc=",
|
||||
"recordedFileInputs": {},
|
||||
"recordedDirentsInputs": {},
|
||||
"envVariables": {},
|
||||
|
||||
+3
-3
@@ -6,9 +6,9 @@
|
||||
"@algolia/requester-node-http": "5.46.2",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/aria": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cdk": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"@codemirror/autocomplete": "6.20.0",
|
||||
"@codemirror/commands": "6.10.1",
|
||||
"@codemirror/lang-angular": "0.1.4",
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"jsdom": "^27.0.0",
|
||||
"typescript": "~5.9.2",
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
||||
+269
-477
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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
+275
-483
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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
+275
-483
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-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
||||
+266
-474
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-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.9.3"
|
||||
|
||||
Generated
+268
-476
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-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
+266
-474
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-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
|
||||
+266
-474
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-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"typescript": "5.9.3"
|
||||
|
||||
+266
-474
File diff suppressed because it is too large
Load Diff
@@ -19,15 +19,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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
||||
+275
-483
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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"express": "~5.2.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
|
||||
+276
-484
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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"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-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
|
||||
+276
-484
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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
+275
-483
File diff suppressed because it is too large
Load Diff
@@ -19,15 +19,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-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^5.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
|
||||
Generated
+275
-483
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-next.2",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
|
||||
+9
-9
@@ -52,14 +52,14 @@
|
||||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0-next.2",
|
||||
"@angular-devkit/core": "21.1.0-next.2",
|
||||
"@angular-devkit/schematics": "21.1.0-next.2",
|
||||
"@angular-devkit/build-angular": "21.1.0-next.3",
|
||||
"@angular-devkit/core": "21.1.0-next.3",
|
||||
"@angular-devkit/schematics": "21.1.0-next.3",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/benchpress": "workspace: *",
|
||||
"@angular/build": "21.1.0-next.2",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/cdk": "21.1.0-next.3",
|
||||
"@angular/cli": "21.1.0-next.2",
|
||||
"@angular/cli": "21.1.0-next.3",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
@@ -74,7 +74,7 @@
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/service-worker": "workspace:*",
|
||||
"@angular/ssr": "21.1.0-next.2",
|
||||
"@angular/ssr": "21.1.0-next.3",
|
||||
"@angular/upgrade": "workspace: *",
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
@@ -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-next.2",
|
||||
"@schematics/angular": "21.1.0-next.3",
|
||||
"@standard-schema/spec": "^1.0.0",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.20.5",
|
||||
@@ -162,8 +162,8 @@
|
||||
"devDependencies": {
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.2101.0-next.2",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24c98502339594196a800db33dd4294e359ea952",
|
||||
"@angular-devkit/architect-cli": "0.2101.0-next.3",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#82943a3f90fe02629e4ea1846ced3f3adfb74c6b",
|
||||
"@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-next.2",
|
||||
"@angular/build": "21.1.0-next.3",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
|
||||
Generated
+453
-422
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user