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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -96,11 +96,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run module tests
Expand Down Expand Up @@ -135,13 +135,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- 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 @@ -158,13 +158,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- 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 @@ -176,13 +176,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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -210,11 +210,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/post-approval-changes@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- uses: angular/dev-infra/github-actions/feature-request@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237",
"@angular/cdk": "18.0.0-rc.0",
"@angular/common": "18.0.0-rc.0",
"@angular/compiler": "18.0.0-rc.0",
Expand All @@ -62,7 +62,7 @@
"@angular/forms": "18.0.0-rc.0",
"@angular/localize": "18.0.0-rc.0",
"@angular/material": "18.0.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6",
"@angular/platform-browser": "18.0.0-rc.0",
"@angular/platform-browser-dynamic": "18.0.0-rc.0",
"@angular/platform-server": "18.0.0-rc.0",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#163b6a54d6d79964ad5391a5958026a5b872f78d",
"@angular/cdk": "github:angular/cdk-builds#b07e6224a896a8c142d19215d22e6e35ce14cc7a",
"@angular/common": "github:angular/common-builds#2ac7a7b237c5e7c94d61ef25353685f4ee511b20",
"@angular/compiler": "github:angular/compiler-builds#b6d90e53e8a5e7aa8f7604d1f7dd9ba3dd867226",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#902329e16047a1c235d811e331c9522a3fc09465",
"@angular/core": "github:angular/core-builds#d20776207e2f82e74ba3846879318a6a30a8c14c",
"@angular/forms": "github:angular/forms-builds#174027e97573ada33653e2962c0f52b44e167b22",
"@angular/language-service": "github:angular/language-service-builds#237240540fadeb00ddfe66ec658949d95a9903b1",
"@angular/localize": "github:angular/localize-builds#0c736319b945057b5568e4542ea703cb151a3625",
"@angular/material": "github:angular/material-builds#c42869c69b31771d4b064a22e24e51748a1eed49",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2b2cbe5b1514ba21e9434c123dde1f75e3085927",
"@angular/platform-browser": "github:angular/platform-browser-builds#ec71c83c50570d117563e804b1e87b984d3b869e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9c6ad7e3e860468b10e84dfa2b0e1d4063a8c691",
"@angular/platform-server": "github:angular/platform-server-builds#bb913a661ff7d7956f4dc8a4123b4d2c82cdd3de",
"@angular/router": "github:angular/router-builds#e5d68999f53b248843922840b79750e610ce27db",
"@angular/service-worker": "github:angular/service-worker-builds#ff2921afbdfbc48fe61b3fad2cb05746720095b6"
"@angular/animations": "github:angular/animations-builds#8e8917830d3c07484c99699749f80003f4d5855c",
"@angular/cdk": "github:angular/cdk-builds#47b691cce8e4c747d94463082358f43f33882714",
"@angular/common": "github:angular/common-builds#798eb477858c7a579e208aedfa73d2642ea6b883",
"@angular/compiler": "github:angular/compiler-builds#6213c9362aba1016275028bcb5d783dcb632db56",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c26a66781ec4cdc0751666c98159821ec770fff6",
"@angular/core": "github:angular/core-builds#066154b9494ae4786854419342cd497e7c985d5f",
"@angular/forms": "github:angular/forms-builds#8408a3811ea8e4a14896756d4f148669e83f8b73",
"@angular/language-service": "github:angular/language-service-builds#5c4587602a140657641bb13753819ef6e8ef54d1",
"@angular/localize": "github:angular/localize-builds#3d5945a05e612e271f502343e0c9671e4748785f",
"@angular/material": "github:angular/material-builds#8fd9bd3baf9deada700e32535e0e1175edb7b46e",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b645e6ddc0e3bb351845a564aa12f725665804cf",
"@angular/platform-browser": "github:angular/platform-browser-builds#68c755ba1b2f7170441d9bf50c75de31f0435610",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e0fb0316a90d02037611538fecf809ed7842c05f",
"@angular/platform-server": "github:angular/platform-server-builds#16f6cfd3111fd15fb2559d8641eab609f89e6276",
"@angular/router": "github:angular/router-builds#bf86a2452bf24c677933c130c02465009c0d6c3e",
"@angular/service-worker": "github:angular/service-worker-builds#c30997aa6393a48c498da5a4d37f6a68d643b7e6"
}
}
21 changes: 12 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774":
version "18.1.0-next.0"
resolved "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774"
"@angular/bazel@https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a":
version "18.1.0-next.0+sha-1872fcd"
uid d420c525d5cc489cc78df6dcc2c2ff45952a401a
resolved "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -66,9 +67,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399":
version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237":
version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd"
uid a11e93b01708684827af3873e9232b437c209237
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237"
dependencies:
"@angular/benchpress" "0.3.0"
"@angular/build" "18.0.0-next.5"
Expand Down Expand Up @@ -264,9 +266,10 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585":
version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6":
version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd"
uid "33d9240bc4e16fc12b0caaba09c85bd030c03bf6"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down