build: update cross-repo angular dependencies (#60387)

See associated pull request for more information.

Closes #59956 as a pr takeover, `@angular/build-tooling` has been rolled back as due to missing `@aspect_rules_js`.

PR Close #60387
This commit is contained in:
Alan Agius
2025-03-14 11:37:18 +00:00
committed by Pawel Kozlowski
parent 28459060a2
commit ea6cc64639
17 changed files with 628 additions and 485 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/saucelabs@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &
+4 -4
View File
@@ -21,16 +21,16 @@ 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@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
run: yarn bazel build //adev:build --full_build_adev --config=release
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@85eab901e27abe60bb725fbfd8def94559cbe636
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
+1 -1
View File
@@ -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@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@85eab901e27abe60bb725fbfd8def94559cbe636
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/branch-manager@85eab901e27abe60bb725fbfd8def94559cbe636
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- uses: ./.github/actions/yarn-install
- uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
with:
bazelrc: ./.bazelrc.user
+20 -20
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@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Install node modules
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run unit tests
@@ -59,13 +59,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run CI tests for framework
@@ -76,11 +76,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev in fast mode to ensure it continues to work
@@ -95,13 +95,13 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -113,7 +113,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
node-module-directories: |
@@ -121,9 +121,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- run: |
@@ -160,7 +160,7 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Install node modules
@@ -173,11 +173,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
+2 -2
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@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/commit-message-based-labels@85eab901e27abe60bb725fbfd8def94559cbe636
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@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/post-approval-changes@85eab901e27abe60bb725fbfd8def94559cbe636
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/google-internal-tests@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/google-internal-tests@85eab901e27abe60bb725fbfd8def94559cbe636
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
+4 -4
View File
@@ -13,17 +13,17 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/saucelabs@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Set up Sauce Tunnel Daemon
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:
+1 -1
View File
@@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@002a34e9875f55bf1850fb57d34261b33b2fd492
- uses: angular/dev-infra/github-actions/unified-status-check@85eab901e27abe60bb725fbfd8def94559cbe636
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+3 -3
View File
@@ -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@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn -s 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@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn -s install --frozen-lockfile
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
+18 -18
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Install node modules
@@ -39,7 +39,7 @@ jobs:
- name: Check code format
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/linting/licenses@85eab901e27abe60bb725fbfd8def94559cbe636
with:
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
@@ -47,13 +47,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run unit tests
@@ -65,13 +65,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run CI tests for framework
@@ -83,13 +83,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run CI tests for framework
@@ -105,11 +105,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev in fast mode to ensure it continues to work
@@ -124,7 +124,7 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
node-module-directories: |
@@ -132,9 +132,9 @@ jobs:
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/setup@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/bazel/configure-remote@85eab901e27abe60bb725fbfd8def94559cbe636
- name: Install node modules
run: yarn install --frozen-lockfile
- run: |
@@ -171,7 +171,7 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@85eab901e27abe60bb725fbfd8def94559cbe636
with:
cache-node-modules: true
- name: Install node modules
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
env:
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
- name: Create a PR (if necessary)
uses: angular/dev-infra/github-actions/create-pr-for-changes@002a34e9875f55bf1850fb57d34261b33b2fd492
uses: angular/dev-infra/github-actions/create-pr-for-changes@85eab901e27abe60bb725fbfd8def94559cbe636
with:
branch-prefix: update-cli-help
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
+8 -8
View File
@@ -2,14 +2,14 @@
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^19.2.0-next",
"@angular/common": "^19.2.0-next",
"@angular/core": "^19.2.0-next",
"@angular/forms": "^19.2.0-next",
"@angular/material": "^19.2.0-next",
"@angular/platform-browser": "^19.2.0-next",
"@angular/router": "^19.2.0-next",
"@angular/ssr": "^19.2.0-next",
"@angular/cdk": "^20.0.0-next",
"@angular/common": "^20.0.0-next",
"@angular/core": "^20.0.0-next",
"@angular/forms": "^20.0.0-next",
"@angular/material": "^20.0.0-next",
"@angular/platform-browser": "^20.0.0-next",
"@angular/router": "^20.0.0-next",
"@angular/ssr": "^20.0.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
+4 -3
View File
@@ -1,7 +1,7 @@
load("//devtools:packages.bzl", "ANGULAR_PACKAGES")
load("@npm//@angular/build-tooling/bazel/esbuild:index.bzl", "esbuild")
load("@build_bazel_rules_nodejs//internal/linker:link_node_modules.bzl", "LinkerPackageMappingInfo")
load("@build_bazel_rules_nodejs//:providers.bzl", "ExternalNpmPackageInfo", "JSModuleInfo")
load("@build_bazel_rules_nodejs//internal/linker:link_node_modules.bzl", "LinkerPackageMappingInfo")
load("@npm//@angular/build-tooling/bazel/esbuild:index.bzl", "esbuild")
load("//devtools:packages.bzl", "ANGULAR_PACKAGES")
"""
Starlark file exposing a definition for generating Angular linker-processed ESM bundles
@@ -56,6 +56,7 @@ def _create_bundle_targets(pkg, entry_point, module_name):
output = "%s/index.mjs" % target_name_base,
platform = pkg.platform,
entry_point = "@npm//:node_modules/@angular/%s/%s" % (pkg.name, fesm_bundle_path),
deps = ["@npm//@angular/%s" % pkg.name],
config = "//devtools/tools/esbuild:esbuild_config_esm",
# List of dependencies which should never be bundled into these linker-processed bundles.
external = ["rxjs", "@angular", "domino", "xhr2", "@material"],
+12 -12
View File
@@ -47,14 +47,14 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular-devkit/build-angular": "19.2.0",
"@angular-devkit/core": "19.2.0",
"@angular-devkit/schematics": "19.2.0",
"@angular/build": "19.2.0",
"@angular/cdk": "19.2.0",
"@angular/cli": "19.2.0",
"@angular/material": "19.2.0",
"@angular/ssr": "19.2.0",
"@angular-devkit/build-angular": "20.0.0-next.1",
"@angular-devkit/core": "20.0.0-next.1",
"@angular-devkit/schematics": "20.0.0-next.1",
"@angular/build": "20.0.0-next.1",
"@angular/cdk": "20.0.0-next.1",
"@angular/cli": "20.0.0-next.1",
"@angular/material": "20.0.0-next.1",
"@angular/ssr": "20.0.0-next.1",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.9",
"@babel/generator": "7.26.9",
@@ -71,7 +71,7 @@
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@schematics/angular": "19.2.0",
"@schematics/angular": "20.0.0-next.1",
"@stackblitz/sdk": "^1.11.0",
"@types/angular": "^1.6.47",
"@types/babel__core": "7.20.5",
@@ -159,10 +159,10 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",
"@angular-devkit/architect-cli": "0.1902.0",
"@angular-devkit/architect-cli": "0.2000.0-next.1",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a",
"@angular/core": "^19.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#252589f7bc8fe6ca13b31e02d506ec52e826cdd2",
"@angular/core": "^20.0.0-next",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#aaebd30bee023a74b6d3702028ccc6d43c14033c",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^8.0.0",
+545 -403
View File
File diff suppressed because it is too large Load Diff