build: update angular

This commit is contained in:
Angular Robot 2025-02-13 12:04:24 +00:00 committed by Alan Agius
parent 1274be0b39
commit 57a08c92f2
10 changed files with 74 additions and 74 deletions

View File

@ -3,7 +3,7 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=1667926964
package.json=551629798
packages/angular/build/package.json=1444505662
packages/angular/cli/package.json=-803141029
packages/angular/pwa/package.json=1108903917
@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=774399812
packages/ngtools/webpack/package.json=1282929706
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=-1826796075
pnpm-lock.yaml=-1024556048
pnpm-workspace.yaml=-1056556036
yarn.lock=-46617086
yarn.lock=1486635586

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@389821c85e153020b32ad72751e683ce127937f0
- uses: angular/dev-infra/github-actions/branch-manager@b015169b635123c1ab9084f604e36b6342eac171
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
@ -57,11 +57,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}
@ -114,13 +114,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}
@ -136,13 +136,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}
@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

View File

@ -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@389821c85e153020b32ad72751e683ce127937f0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b015169b635123c1ab9084f604e36b6342eac171
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@389821c85e153020b32ad72751e683ce127937f0
- uses: angular/dev-infra/github-actions/post-approval-changes@b015169b635123c1ab9084f604e36b6342eac171
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@389821c85e153020b32ad72751e683ce127937f0
- uses: angular/dev-infra/github-actions/feature-request@b015169b635123c1ab9084f604e36b6342eac171
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- id: workflows
@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- 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

View File

@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup ESLint Caching
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/linting/licenses@b015169b635123c1ab9084f604e36b6342eac171
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
@ -91,11 +91,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
@ -115,13 +115,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}
@ -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@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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"
@ -155,13 +155,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}
@ -178,12 +178,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b015169b635123c1ab9084f604e36b6342eac171
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@389821c85e153020b32ad72751e683ce127937f0
uses: angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
- 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 }}

View File

@ -45,7 +45,7 @@
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.2.0-next.2",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#cee20fd0958b532ee7c48a5859b682fb5573b2ce",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b9cb5b693628a7806bb668a4735cb21056ea8de",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a6a996a69cfc03b3fbe538f11dd24b7bc4b30592",
"@angular/cdk": "19.2.0-next.4",
"@angular/common": "19.2.0-next.2",
"@angular/compiler": "19.2.0-next.2",
@ -54,7 +54,7 @@
"@angular/forms": "19.2.0-next.2",
"@angular/localize": "19.2.0-next.2",
"@angular/material": "19.2.0-next.4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3b042152d5a9647c6c036093fa723c52ea0e2c6",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9d865e0e4202ed88ccec184739819c09637b5ede",
"@angular/platform-browser": "19.2.0-next.2",
"@angular/platform-browser-dynamic": "19.2.0-next.2",
"@angular/platform-server": "19.2.0-next.2",

22
pnpm-lock.yaml generated
View File

@ -26,8 +26,8 @@ importers:
specifier: https://github.com/angular/bazel-builds.git#cee20fd0958b532ee7c48a5859b682fb5573b2ce
version: github.com/angular/bazel-builds/cee20fd0958b532ee7c48a5859b682fb5573b2ce(@angular/compiler-cli@19.2.0-next.2)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.75)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.34.6)(terser@5.38.2)(typescript@5.7.3)
'@angular/build-tooling':
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b9cb5b693628a7806bb668a4735cb21056ea8de
version: github.com/angular/dev-infra-private-build-tooling-builds/8b9cb5b693628a7806bb668a4735cb21056ea8de(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-jasmine@5.1.0)(karma@6.4.4)(rxjs@7.8.1)(terser@5.38.2)(zone.js@0.15.0)
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#a6a996a69cfc03b3fbe538f11dd24b7bc4b30592
version: github.com/angular/dev-infra-private-build-tooling-builds/a6a996a69cfc03b3fbe538f11dd24b7bc4b30592(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-jasmine@5.1.0)(karma@6.4.4)(rxjs@7.8.1)(terser@5.38.2)(zone.js@0.15.0)
'@angular/cdk':
specifier: 19.2.0-next.4
version: 19.2.0-next.4(@angular/common@19.2.0-next.2)(@angular/core@19.2.0-next.2)(rxjs@7.8.1)
@ -53,8 +53,8 @@ importers:
specifier: 19.2.0-next.4
version: 19.2.0-next.4(@angular/cdk@19.2.0-next.4)(@angular/common@19.2.0-next.2)(@angular/core@19.2.0-next.2)(@angular/forms@19.2.0-next.2)(@angular/platform-browser@19.2.0-next.2)(rxjs@7.8.1)
'@angular/ng-dev':
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3b042152d5a9647c6c036093fa723c52ea0e2c6
version: github.com/angular/dev-infra-private-ng-dev-builds/b3b042152d5a9647c6c036093fa723c52ea0e2c6
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9d865e0e4202ed88ccec184739819c09637b5ede
version: github.com/angular/dev-infra-private-ng-dev-builds/9d865e0e4202ed88ccec184739819c09637b5ede
'@angular/platform-browser':
specifier: 19.2.0-next.2
version: 19.2.0-next.2(@angular/animations@19.2.0-next.2)(@angular/common@19.2.0-next.2)(@angular/core@19.2.0-next.2)
@ -14474,11 +14474,11 @@ packages:
- '@types/node'
dev: true
github.com/angular/dev-infra-private-build-tooling-builds/8b9cb5b693628a7806bb668a4735cb21056ea8de(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-jasmine@5.1.0)(karma@6.4.4)(rxjs@7.8.1)(terser@5.38.2)(zone.js@0.15.0):
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/8b9cb5b693628a7806bb668a4735cb21056ea8de}
id: github.com/angular/dev-infra-private-build-tooling-builds/8b9cb5b693628a7806bb668a4735cb21056ea8de
github.com/angular/dev-infra-private-build-tooling-builds/a6a996a69cfc03b3fbe538f11dd24b7bc4b30592(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-jasmine@5.1.0)(karma@6.4.4)(rxjs@7.8.1)(terser@5.38.2)(zone.js@0.15.0):
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/a6a996a69cfc03b3fbe538f11dd24b7bc4b30592}
id: github.com/angular/dev-infra-private-build-tooling-builds/a6a996a69cfc03b3fbe538f11dd24b7bc4b30592
name: '@angular/build-tooling'
version: 0.0.0-389821c85e153020b32ad72751e683ce127937f0
version: 0.0.0-b015169b635123c1ab9084f604e36b6342eac171
dependencies:
'@angular/benchpress': 0.3.0(rxjs@7.8.1)(zone.js@0.15.0)
'@angular/build': link:packages/angular/build
@ -14529,10 +14529,10 @@ packages:
- zone.js
dev: true
github.com/angular/dev-infra-private-ng-dev-builds/b3b042152d5a9647c6c036093fa723c52ea0e2c6:
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b3b042152d5a9647c6c036093fa723c52ea0e2c6}
github.com/angular/dev-infra-private-ng-dev-builds/9d865e0e4202ed88ccec184739819c09637b5ede:
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9d865e0e4202ed88ccec184739819c09637b5ede}
name: '@angular/ng-dev'
version: 0.0.0-389821c85e153020b32ad72751e683ce127937f0
version: 0.0.0-b015169b635123c1ab9084f604e36b6342eac171
hasBin: true
dependencies:
'@google-cloud/spanner': 7.18.1(supports-color@10.0.0)

View File

@ -94,9 +94,9 @@ __metadata:
languageName: node
linkType: hard
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b9cb5b693628a7806bb668a4735cb21056ea8de":
version: 0.0.0-389821c85e153020b32ad72751e683ce127937f0
resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=8b9cb5b693628a7806bb668a4735cb21056ea8de"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a6a996a69cfc03b3fbe538f11dd24b7bc4b30592":
version: 0.0.0-b015169b635123c1ab9084f604e36b6342eac171
resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=a6a996a69cfc03b3fbe538f11dd24b7bc4b30592"
dependencies:
"@angular/benchpress": "npm:0.3.0"
"@angular/build": "npm:19.2.0-next.1"
@ -133,7 +133,7 @@ __metadata:
dependenciesMeta:
re2:
built: false
checksum: 10c0/33726a32fc279375bbc9077d028b73107fb407a16778033291dc20ce42c10db54d64a556376ab4c072c0bb1ad2078f91ec00c6451f50484c647c4b81efb9a58a
checksum: 10c0/e700e9ff2f8c55ad2d4983489271c0cef1d8b27d92a8a9d51ebcdad636f9f7b9f306d3960b6b8fd650e8376e3200ec9745bc38708c6cc7a23454afeda0f50aa6
languageName: node
linkType: hard
@ -300,7 +300,7 @@ __metadata:
"@ampproject/remapping": "npm:2.3.0"
"@angular/animations": "npm:19.2.0-next.2"
"@angular/bazel": "https://github.com/angular/bazel-builds.git#cee20fd0958b532ee7c48a5859b682fb5573b2ce"
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b9cb5b693628a7806bb668a4735cb21056ea8de"
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a6a996a69cfc03b3fbe538f11dd24b7bc4b30592"
"@angular/cdk": "npm:19.2.0-next.4"
"@angular/common": "npm:19.2.0-next.2"
"@angular/compiler": "npm:19.2.0-next.2"
@ -309,7 +309,7 @@ __metadata:
"@angular/forms": "npm:19.2.0-next.2"
"@angular/localize": "npm:19.2.0-next.2"
"@angular/material": "npm:19.2.0-next.4"
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3b042152d5a9647c6c036093fa723c52ea0e2c6"
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9d865e0e4202ed88ccec184739819c09637b5ede"
"@angular/platform-browser": "npm:19.2.0-next.2"
"@angular/platform-browser-dynamic": "npm:19.2.0-next.2"
"@angular/platform-server": "npm:19.2.0-next.2"
@ -520,9 +520,9 @@ __metadata:
languageName: node
linkType: hard
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3b042152d5a9647c6c036093fa723c52ea0e2c6":
version: 0.0.0-389821c85e153020b32ad72751e683ce127937f0
resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=b3b042152d5a9647c6c036093fa723c52ea0e2c6"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9d865e0e4202ed88ccec184739819c09637b5ede":
version: 0.0.0-b015169b635123c1ab9084f604e36b6342eac171
resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=9d865e0e4202ed88ccec184739819c09637b5ede"
dependencies:
"@google-cloud/spanner": "npm:7.18.1"
"@octokit/rest": "npm:21.1.0"
@ -538,7 +538,7 @@ __metadata:
yaml: "npm:2.7.0"
bin:
ng-dev: ./bundles/cli.mjs
checksum: 10c0/e9c7f77265865ed051ae5bfae93187eb1578b08e0fd30270d29b4b2da5c5a9b2efc5463f945bf65c44e55e69a57b21f56dd83fc5cd5a8bc39b5cf5f4255354c1
checksum: 10c0/e2884d2c3dab594a7df0f21fb4445cacd656c84947d2ed49bdbd3667dc44043901e9fb7ba563058bd111a78f567ec902a205610568d59277dcc22fa4165fc329
languageName: node
linkType: hard