Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@a3d0749c4d64959e85843fbeb54507e830be0f44
- uses: angular/dev-infra/github-actions/branch-manager@adf5acca6d96067437cfc4c68f35c59d3e7e763f
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

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

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

Expand All @@ -149,13 +149,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@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -182,11 +182,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a3d0749c4d64959e85843fbeb54507e830be0f44
- uses: angular/dev-infra/github-actions/commit-message-based-labels@adf5acca6d96067437cfc4c68f35c59d3e7e763f
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@a3d0749c4d64959e85843fbeb54507e830be0f44
- uses: angular/dev-infra/github-actions/post-approval-changes@adf5acca6d96067437cfc4c68f35c59d3e7e763f
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@a3d0749c4d64959e85843fbeb54507e830be0f44
- uses: angular/dev-infra/github-actions/feature-request@adf5acca6d96067437cfc4c68f35c59d3e7e763f
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup ESLint Caching
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/linting/licenses@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -90,11 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Run module and package tests
Expand All @@ -111,13 +111,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

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

Expand All @@ -155,12 +155,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/setup@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
uses: angular/dev-infra/github-actions/bazel/configure-remote@adf5acca6d96067437cfc4c68f35c59d3e7e763f
- 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 }}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.0.0-next.11",
"@angular/animations": "19.0.0-rc.0",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f",
"@angular/cdk": "19.0.0-next.10",
"@angular/common": "19.0.0-next.11",
"@angular/compiler": "19.0.0-next.11",
"@angular/compiler-cli": "19.0.0-next.11",
"@angular/core": "19.0.0-next.11",
"@angular/forms": "19.0.0-next.11",
"@angular/localize": "19.0.0-next.11",
"@angular/material": "19.0.0-next.10",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50",
"@angular/platform-browser": "19.0.0-next.11",
"@angular/platform-browser-dynamic": "19.0.0-next.11",
"@angular/platform-server": "19.0.0-next.11",
"@angular/router": "19.0.0-next.11",
"@angular/service-worker": "19.0.0-next.11",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0c70bc7159c1aae0128ec6af261d45c9a3b48da5",
"@angular/cdk": "19.0.0-rc.0",
"@angular/common": "19.0.0-rc.0",
"@angular/compiler": "19.0.0-rc.0",
"@angular/compiler-cli": "19.0.0-rc.0",
"@angular/core": "19.0.0-rc.0",
"@angular/forms": "19.0.0-rc.0",
"@angular/localize": "19.0.0-rc.0",
"@angular/material": "19.0.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3a50dcdd05f3c2fdb3a748399f09a3a6df236d0b",
"@angular/platform-browser": "19.0.0-rc.0",
"@angular/platform-browser-dynamic": "19.0.0-rc.0",
"@angular/platform-server": "19.0.0-rc.0",
"@angular/router": "19.0.0-rc.0",
"@angular/service-worker": "19.0.0-rc.0",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.2",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@angular/router": "^19.0.0-next.0"
},
"devDependencies": {
"@angular/common": "19.0.0-next.11",
"@angular/compiler": "19.0.0-next.11",
"@angular/core": "19.0.0-next.11",
"@angular/platform-browser": "19.0.0-next.11",
"@angular/platform-server": "19.0.0-next.11",
"@angular/router": "19.0.0-next.11",
"@angular/common": "19.0.0-rc.0",
"@angular/compiler": "19.0.0-rc.0",
"@angular/core": "19.0.0-rc.0",
"@angular/platform-browser": "19.0.0-rc.0",
"@angular/platform-server": "19.0.0-rc.0",
"@angular/router": "19.0.0-rc.0",
"@bazel/runfiles": "^5.8.1"
},
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "19.0.0-next.11",
"@angular/compiler-cli": "19.0.0-next.11",
"@angular/compiler": "19.0.0-rc.0",
"@angular/compiler-cli": "19.0.0-rc.0",
"typescript": "5.6.3",
"webpack": "5.96.1"
}
Expand Down
Loading