Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Jan 8, 2025
1 parent bbcb266 commit 18abc3f
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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=-2023857461
package.json=-1836327528
pnpm-lock.yaml=-117820973
package.json=1333979268
pnpm-lock.yaml=1328654014
pnpm-workspace.yaml=1711114604
yarn.lock=1901884029
yarn.lock=1482441272
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
- uses: angular/dev-infra/github-actions/branch-manager@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -57,11 +57,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
- run: choco install gzip
if: ${{matrix.os == 'windows-latest'}}
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -114,13 +114,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -136,13 +136,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -154,13 +154,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -188,11 +188,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
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@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
- uses: angular/dev-infra/github-actions/post-approval-changes@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
- uses: angular/dev-infra/github-actions/feature-request@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- id: workflows
Expand All @@ -38,9 +38,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup ESLint Caching
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/linting/licenses@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -91,11 +91,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -115,13 +115,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -133,13 +133,13 @@ jobs:
# TODO(devversion): Remove when Aspect lib issue is fixed.
- run: choco install gzip
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild"

Expand All @@ -155,13 +155,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -178,12 +178,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/setup@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@33ed0671560a851374f6f61ba4f7f5dcc1b284f8
uses: angular/dev-infra/github-actions/bazel/configure-remote@0b6f7cbd5a1b8383be81f8ef3ed1caf891c7c25c
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.1.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#169e71f64fa706648c60d77abb8d4cab1ca22f55",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#67627d22c2fef6e3cb128f65723e19eb35e02eaa",
"@angular/cdk": "19.1.0-next.3",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35cd77732ab88b0280d4fb1187728e4c8533c832",
"@angular/cdk": "19.1.0-rc.0",
"@angular/common": "19.1.0-rc.0",
"@angular/compiler": "19.1.0-rc.0",
"@angular/compiler-cli": "19.1.0-rc.0",
"@angular/core": "19.1.0-rc.0",
"@angular/forms": "19.1.0-rc.0",
"@angular/localize": "19.1.0-rc.0",
"@angular/material": "19.1.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ff93dd98d8d10bfab0f94495fe631485a6a772e1",
"@angular/material": "19.1.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b",
"@angular/platform-browser": "19.1.0-rc.0",
"@angular/platform-browser-dynamic": "19.1.0-rc.0",
"@angular/platform-server": "19.1.0-rc.0",
Expand Down
Loading

0 comments on commit 18abc3f

Please sign in to comment.