build: update cross-repo angular dependencies

See associated pull request for more information.
This commit is contained in:
Angular Robot
2026-03-05 19:37:18 +00:00
committed by Andrew Scott
parent 0964b2ca9f
commit 9fe820d335
67 changed files with 13155 additions and 14196 deletions
+2 -2
View File
@@ -33495,7 +33495,7 @@ tmp/lib/tmp.js:
(* v8 ignore next -- @preserve *)
(* v8 ignore else -- @preserve *)
@angular/ng-dev/bundles/chunk-WTYCKKHM.mjs:
@angular/ng-dev/bundles/chunk-YN3IWAKJ.mjs:
(*! Bundled license information:
yargs-parser/build/lib/string-utils.js:
@@ -33536,7 +33536,7 @@ tmp/lib/tmp.js:
*)
*)
@angular/ng-dev/bundles/chunk-PELL5AHH.mjs:
@angular/ng-dev/bundles/chunk-34WCNHIG.mjs:
(*! Bundled license information:
@octokit/request-error/dist-src/index.js:
+2 -2
View File
@@ -5,9 +5,9 @@ runs:
using: 'composite'
steps:
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/saucelabs@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Starting Saucelabs tunnel service
shell: bash
run: ./tools/saucelabs/sauce-service.sh run &
+4 -4
View File
@@ -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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- 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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@9a88f495971c09574545e0ea0c2f6228b851e77a
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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
@@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/branch-manager@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
bazelrc: ./.bazelrc.user
+25 -25
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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -69,11 +69,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -85,11 +85,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -102,11 +102,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -121,11 +121,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -138,11 +138,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -154,11 +154,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -208,11 +208,11 @@ jobs:
runs-on: ubuntu-latest-8core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev
+3 -3
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: angular/dev-infra/github-actions/labeling/pull-request@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/labeling/pull-request@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
labels: '{"requires: TGP": ["packages/core/primitives/**/{*,.*}"]}'
@@ -25,14 +25,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/post-approval-changes@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
issue_labels:
if: github.event_name == 'issues'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/labeling/issue@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/labeling/issue@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: angular/dev-infra/github-actions/google-internal-tests@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/google-internal-tests@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
+4 -4
View File
@@ -13,15 +13,15 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/saucelabs@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Set up Sauce Tunnel Daemon
run: pnpm 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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
- uses: angular/dev-infra/github-actions/unified-status-check@9a88f495971c09574545e0ea0c2f6228b851e77a
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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- 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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- 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
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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@@ -39,7 +39,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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/linting/licenses@9a88f495971c09574545e0ea0c2f6228b851e77a
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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run unit tests
@@ -73,11 +73,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run CI tests for framework
@@ -97,11 +97,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run integration CI tests for framework
@@ -112,11 +112,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@@ -129,11 +129,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@@ -144,11 +144,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99
uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: |
+4 -4
View File
@@ -18,28 +18,28 @@ bazel_dep(name = "yq.bzl", version = "0.3.5")
bazel_dep(name = "rules_angular")
git_override(
module_name = "rules_angular",
commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1",
commit = "804515937593ca742f5f119a20774f55a08e70ad",
remote = "https://github.com/angular/rules_angular.git",
)
bazel_dep(name = "devinfra")
git_override(
module_name = "devinfra",
commit = "c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99",
commit = "9a88f495971c09574545e0ea0c2f6228b851e77a",
remote = "https://github.com/angular/dev-infra.git",
)
bazel_dep(name = "rules_sass")
git_override(
module_name = "rules_sass",
commit = "1184a80751a21af8348f308abc5b38a41f26850e",
commit = "781c41bf7a48147bb20103e250f7215475e915a1",
remote = "https://github.com/angular/rules_sass.git",
)
bazel_dep(name = "rules_browsers")
git_override(
module_name = "rules_browsers",
commit = "8231142fc5516323b040883bf774ba8362645387",
commit = "c8408e457f5938e6e80af3f7fb9985ac5137494b",
remote = "https://github.com/angular/rules_browsers.git",
)
+3 -3
View File
@@ -419,7 +419,7 @@
"@@aspect_rules_js+//npm:extensions.bzl%pnpm": {
"general": {
"bzlTransitiveDigest": "9Zmqluz9ltvCoc6pskOslTkQpkH6CIINjWVkgam9aa4=",
"usagesDigest": "k3HnPWCDfdjPprODR4rLNwRc8pEk4QMKpK9YbIwIkkk=",
"usagesDigest": "rv/rd4WrhAphjaKO2VR0sDmR7NarTUzjxbrpRZOHCNg=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -575,7 +575,7 @@
"bzlTransitiveDigest": "6NyLUdrb79stFKm8oWIBK2q65cT5Upbr8IR2Qwsywu8=",
"usagesDigest": "5Mj1S/yyTIvnEsdYZuALQNxC6YMobxr4Fp6KXO8UzDo=",
"recordedFileInputs": {
"@@rules_browsers+//package.json": "772d873d450a539e2133635aeb5e63744cf1cec86e6b37aeecd9267a147fb0d7"
"@@rules_browsers+//package.json": "bca72c280cc9f6ec6220cb4b4fdf63b19af01e851e72bcbf2f153933dd6916c1"
},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -1093,7 +1093,7 @@
"@@rules_nodejs+//nodejs:extensions.bzl%node": {
"general": {
"bzlTransitiveDigest": "4pUxCNc22K4I+6+4Nxu52Hur12tFRfa1JMsN5mdDv60=",
"usagesDigest": "SFGq+zUCbdSXGEjZH5ptl7y0cVwcw+BXOKjCi8YN22E=",
"usagesDigest": "KPrVC20EpmNLHQSGRGsz6ZB7N+diCkGcvOuEi2g5ZCI=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
+6 -6
View File
@@ -5,21 +5,21 @@
"@algolia/requester-browser-xhr": "5.49.1",
"@algolia/requester-node-http": "5.49.1",
"@angular/animations": "workspace:*",
"@angular/aria": "21.2.0-rc.0",
"@angular/build": "21.2.0-rc.2",
"@angular/cdk": "21.2.0-rc.0",
"@angular/cli": "21.2.0-rc.2",
"@angular/aria": "21.3.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cdk": "21.3.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/core": "workspace:*",
"@angular/docs": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/material": "21.2.0-rc.0",
"@angular/material": "21.3.0-next.0",
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "21.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"@codemirror/autocomplete": "6.20.0",
"@codemirror/commands": "6.10.2",
"@codemirror/lang-angular": "0.1.4",
+8 -8
View File
@@ -2,14 +2,14 @@
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^21.2.0-next",
"@angular/common": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/material": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/ssr": "^21.2.0-next",
"@angular/cdk": "^21.3.0-next",
"@angular/common": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/material": "^21.3.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"@angular/ssr": "^22.0.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
File diff suppressed because it is too large Load Diff
@@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.2"
}
}
File diff suppressed because it is too large Load Diff
@@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"@types/node": "^16.11.35",
"typescript": "~5.9.2"
}
File diff suppressed because it is too large Load Diff
@@ -9,19 +9,19 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.2"
}
}
File diff suppressed because it is too large Load Diff
@@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.2"
}
}
File diff suppressed because it is too large Load Diff
@@ -9,22 +9,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.0-next",
"@angular/cdk": "^21.2.0-next",
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/material": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/animations": "^22.0.0-next",
"@angular/cdk": "^21.3.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/material": "^21.3.0-next",
"@angular/platform-browser": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.2"
}
}
File diff suppressed because it is too large Load Diff
@@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.3"
}
}
File diff suppressed because it is too large Load Diff
@@ -9,20 +9,20 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.2.0-next",
"@angular/compiler": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"@angular/router": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.0-next",
"@angular/cli": "^21.2.0-next",
"@angular/compiler-cli": "^21.2.0-next",
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~5.9.3"
}
}
+3 -3
View File
@@ -14,13 +14,13 @@
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "21.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "workspace:*",
"jsdom": "^28.0.0",
"typescript": "~5.9.2",
+5 -5
View File
@@ -11,7 +11,7 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "21.2.0",
"@angular/cdk": "21.3.0-next.0",
"@angular/common": "link:./in-existing-linked-by-bazel",
"@angular/compiler": "link:./in-existing-linked-by-bazel",
"@angular/core": "link:./in-existing-linked-by-bazel",
@@ -19,15 +19,15 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser-dynamic": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "21.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
+495 -502
View File
File diff suppressed because it is too large Load Diff
@@ -29,9 +29,9 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -25,8 +25,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -23,9 +23,9 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"ts-node": "10.9.2",
"typescript": "5.9.3"
+476 -545
View File
File diff suppressed because it is too large Load Diff
@@ -23,8 +23,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -23,8 +23,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -21,8 +21,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"typescript": "5.9.3"
File diff suppressed because it is too large Load Diff
@@ -20,15 +20,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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"express": "~5.2.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/express": "^5.0.3",
"@types/jasmine": "^6.0.0",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"express": "~5.2.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/express": "^5.0.3",
"@types/jasmine": "^6.0.0",
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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -20,15 +20,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.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular/cli": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular/build": "22.0.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
+490 -488
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2,7 +2,7 @@
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace:*",
"@angular/build": "21.2.0-rc.2",
"@angular/build": "22.0.0-next.0",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
+10 -10
View File
@@ -55,14 +55,14 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular-devkit/build-angular": "21.2.0-rc.2",
"@angular-devkit/core": "21.2.0-rc.2",
"@angular-devkit/schematics": "21.2.0-rc.2",
"@angular-devkit/build-angular": "22.0.0-next.0",
"@angular-devkit/core": "22.0.0-next.0",
"@angular-devkit/schematics": "22.0.0-next.0",
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace: *",
"@angular/build": "21.2.0-rc.2",
"@angular/cdk": "21.2.0-rc.0",
"@angular/cli": "21.2.0-rc.2",
"@angular/build": "22.0.0-next.0",
"@angular/cdk": "21.3.0-next.0",
"@angular/cli": "22.0.0-next.0",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
@@ -71,13 +71,13 @@
"@angular/forms": "workspace:*",
"@angular/language-service": "workspace: *",
"@angular/localize": "workspace: *",
"@angular/material": "21.2.0-rc.0",
"@angular/material": "21.3.0-next.0",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/service-worker": "workspace:*",
"@angular/ssr": "21.2.0-rc.2",
"@angular/ssr": "22.0.0-next.0",
"@angular/upgrade": "workspace: *",
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
@@ -87,7 +87,7 @@
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@schematics/angular": "21.2.0-rc.2",
"@schematics/angular": "22.0.0-next.0",
"@standard-schema/spec": "^1.0.0",
"@types/angular": "^1.6.47",
"@types/babel__core": "7.20.5",
@@ -164,7 +164,7 @@
"devDependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5a0a8a72a00865eb0d787908876eacb51138113a",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7eebd54acea29dc15bfbc6599a2f11f2cea588b0",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
"@bazel/bazelisk": "^1.7.5",
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.3.0",
"description": "Benchpress - a framework for e2e performance tests",
"dependencies": {
"@angular/core": "^21.2.0-next",
"@angular/core": "^22.0.0-next",
"reflect-metadata": "^0.2.0"
},
"repository": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/build": "21.2.0-rc.2",
"@angular/build": "22.0.0-next.0",
"@angular/common": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/compiler": "workspace:*",
@@ -5,8 +5,8 @@
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^21.2.0-next",
"@angular/common": "^21.2.0-next",
"@angular/core": "^22.0.0-next",
"@angular/common": "^22.0.0-next",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
+646 -1112
View File
File diff suppressed because it is too large Load Diff
@@ -2,7 +2,7 @@
"name": "post",
"version": "0.0.1",
"peerDependencies": {
"@angular/core": "^21.2.0-next"
"@angular/core": "^22.0.0-next"
},
"dependencies": {
"tslib": "^2.3.0"