build: update angular

Closes #27690 as a pr takeover
This commit is contained in:
Alan Agius 2024-05-28 11:18:56 +00:00 committed by Alan Agius
parent 4a879a93c4
commit 8ae395850e
21 changed files with 47 additions and 50 deletions

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with: with:
persist-credentials: false persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d - uses: angular/dev-infra/github-actions/branch-manager@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with: with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile --ignore-scripts run: yarn install --frozen-lockfile --ignore-scripts
- name: Run ESLint - name: Run ESLint
@ -43,11 +43,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Build release targets - name: Build release targets
@ -57,11 +57,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Run module tests - name: Run module tests
@ -96,13 +96,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run CLI E2E tests - 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 }} 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 }}
@ -117,13 +117,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run CLI E2E tests - 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 }} 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 }}
@ -134,13 +134,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run E2E Browser tests - name: Run E2E Browser tests
env: env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@ -167,11 +167,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }} CIRCLE_BRANCH: ${{ github.ref_name }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- run: yarn admin snapshots --verbose - run: yarn admin snapshots --verbose
env: env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

View File

@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d - uses: angular/dev-infra/github-actions/commit-message-based-labels@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with: with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes: post_approval_changes:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d - uses: angular/dev-infra/github-actions/post-approval-changes@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
with: with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View File

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

View File

@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup ESLint Caching - name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with: with:
@ -65,11 +65,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Build release targets - name: Build release targets
@ -85,11 +85,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Run module tests - name: Run module tests
@ -124,13 +124,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run CLI E2E tests - 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 }} 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 }}
@ -147,12 +147,12 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Initialize environment - name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Install node modules - name: Install node modules
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Setup Bazel - name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Setup Bazel RBE - name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
- name: Run CLI E2E tests - 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 }} 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

@ -53,7 +53,7 @@
"@ampproject/remapping": "2.3.0", "@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0", "@angular/animations": "18.0.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02", "@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150",
"@angular/cdk": "18.0.0", "@angular/cdk": "18.0.0",
"@angular/common": "18.0.0", "@angular/common": "18.0.0",
"@angular/compiler": "18.0.0", "@angular/compiler": "18.0.0",
@ -62,7 +62,7 @@
"@angular/forms": "18.0.0", "@angular/forms": "18.0.0",
"@angular/localize": "18.0.0", "@angular/localize": "18.0.0",
"@angular/material": "18.0.0", "@angular/material": "18.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2", "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f",
"@angular/platform-browser": "18.0.0", "@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0", "@angular/platform-browser-dynamic": "18.0.0",
"@angular/platform-server": "18.0.0", "@angular/platform-server": "18.0.0",

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "github:angular/animations-builds#bffdd0df269e517516c93bc0e3362125f4bf587b", "@angular/animations": "github:angular/animations-builds#bffdd0df269e517516c93bc0e3362125f4bf587b",
"@angular/cdk": "github:angular/cdk-builds#a1f1b089a00823b142a972c6498374b65b5262af", "@angular/cdk": "github:angular/cdk-builds#708b5acddd1c5ebebb7f4eddc5d0e6ef63e0eee2",
"@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110", "@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110",
"@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff", "@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0", "@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0",
@ -11,8 +11,8 @@
"@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30", "@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30",
"@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07", "@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07",
"@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b", "@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b",
"@angular/material": "github:angular/material-builds#09b528c4eb3232a3d238642a9a341785b02b3a2b", "@angular/material": "github:angular/material-builds#fe092d4537a0b29e18feb0c6cd35790800e6180f",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#62148d3739f6d5c38ebc14277876854eda2b2c38", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#dc39a7b92312a32e53d036df2e87d5681bc06d26",
"@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea", "@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197", "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197",
"@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187", "@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187",

View File

@ -51,8 +51,7 @@
tslib "^2.3.0" tslib "^2.3.0"
"@angular/bazel@https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02": "@angular/bazel@https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02":
version "18.1.0-next.0+sha-1360110" version "18.1.0-next.0"
uid "71bd2e043e076365effdb6076f33b2d8d6bd6d02"
resolved "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02" resolved "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02"
dependencies: dependencies:
"@microsoft/api-extractor" "^7.24.2" "@microsoft/api-extractor" "^7.24.2"
@ -67,10 +66,9 @@
"@angular/core" "^13.0.0 || ^14.0.0-0" "@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13" reflect-metadata "^0.1.13"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5": "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150":
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d" version "0.0.0-239d56b71911f9fa1eeefb6e4505dbe7b0cd81a7"
uid fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5 resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5"
dependencies: dependencies:
"@angular/benchpress" "0.3.0" "@angular/benchpress" "0.3.0"
"@angular/build" "18.0.0-rc.2" "@angular/build" "18.0.0-rc.2"
@ -266,10 +264,9 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0" "@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0" tslib "^2.3.0"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2": "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f":
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d" version "0.0.0-fdd2de038031d1ab55c81c2fe17bd2d10246ffdf"
uid "984351f33add59339931fdd9ef4589aa72bc44d2" resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2"
dependencies: dependencies:
"@octokit/rest" "20.1.1" "@octokit/rest" "20.1.1"
"@types/semver" "^7.3.6" "@types/semver" "^7.3.6"