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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@10788de8a2999c84bc16a132dfe1a0a9bc934604
- uses: angular/dev-infra/github-actions/branch-manager@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
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@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup ESLint Caching
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
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@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- 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@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- 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 @@ -151,13 +151,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- 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 @@ -169,13 +169,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@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@10788de8a2999c84bc16a132dfe1a0a9bc934604
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@10788de8a2999c84bc16a132dfe1a0a9bc934604
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/post-approval-changes@10788de8a2999c84bc16a132dfe1a0a9bc934604
- uses: angular/dev-infra/github-actions/post-approval-changes@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
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@10788de8a2999c84bc16a132dfe1a0a9bc934604
- uses: angular/dev-infra/github-actions/feature-request@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a0e463179c1d15995508827d977565031b9ba8fb",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#103b5c2cf1be1d62b292d3c0a447b0f6918f0770",
"@angular/cdk": "17.1.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275",
"@angular/cdk": "17.1.1",
"@angular/common": "17.2.0-next.0",
"@angular/compiler": "17.2.0-next.0",
"@angular/compiler-cli": "17.2.0-next.0",
"@angular/core": "17.2.0-next.0",
"@angular/forms": "17.2.0-next.0",
"@angular/localize": "17.2.0-next.0",
"@angular/material": "17.1.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#21604aaadd15167ee2be0d89622b7009a13cdac7",
"@angular/material": "17.1.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89",
"@angular/platform-browser": "17.2.0-next.0",
"@angular/platform-browser-dynamic": "17.2.0-next.0",
"@angular/platform-server": "17.2.0-next.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#35f586344949f66d9ddce0aa3a0f21eab38e5643",
"@angular/cdk": "github:angular/cdk-builds#188fee1b7d21a45b16416d2b30388f6e9f51b46e",
"@angular/common": "github:angular/common-builds#d5a5f483fcd41f0d4f0731e0a559da8be580374f",
"@angular/compiler": "github:angular/compiler-builds#59d88ec39981b9983244676b60e579cf639d8dca",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#5c024adb2ff418afdd81dd3174942ef5ecc16821",
"@angular/core": "github:angular/core-builds#702cb043a4959394789f50706d9a7b4134310838",
"@angular/forms": "github:angular/forms-builds#32c0a403b28f59d2d6f02af09a90f31baaa98de3",
"@angular/language-service": "github:angular/language-service-builds#23670cd81aa4076305560ad2eb37113cee84e323",
"@angular/localize": "github:angular/localize-builds#c8b3729d909b9617f3226e4a6fbf0e9a5dfd5483",
"@angular/material": "github:angular/material-builds#4e6b71aa89318d3c261d3b228f582906c1994354",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#cc6795a1eb820b19705ceccf282036eed76b4092",
"@angular/platform-browser": "github:angular/platform-browser-builds#6908c56eb15840159fc5ef73eeaf38b30476e909",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#90332fef43cc93a33d4e7ddefcd1f7893cca6a0a",
"@angular/platform-server": "github:angular/platform-server-builds#846f68901fadce654e176e5b8c80caf7f84de70c",
"@angular/router": "github:angular/router-builds#0c889adabbf833621b9f73f161b25d924435e27a",
"@angular/service-worker": "github:angular/service-worker-builds#accf37222df99d4eed04b2cd5f59cc26558a23a9"
"@angular/animations": "github:angular/animations-builds#ad2049c5cf7fa29878ce974edf15b310c6097dce",
"@angular/cdk": "github:angular/cdk-builds#b7092bc145c3efdf7892640e9fbdbb4eb9028c11",
"@angular/common": "github:angular/common-builds#0ccacfc574f25014642a9123dc1fc5bc8234f05c",
"@angular/compiler": "github:angular/compiler-builds#1474e7f95dc51c172faa90a1ec11c3855fe029c5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fa7ca73df355880b4518e7ecfd09e3a5d89324e5",
"@angular/core": "github:angular/core-builds#03c6baab8352a56b0dd10e37e998270101235f62",
"@angular/forms": "github:angular/forms-builds#5b0806354ecdaf53351531487b0c744ba5623cd5",
"@angular/language-service": "github:angular/language-service-builds#480da44ffbe64fbea36e2f31afbf1ba2e7e742f5",
"@angular/localize": "github:angular/localize-builds#a21179ecc823fbdccfaeda1a1cedf590da18f5a9",
"@angular/material": "github:angular/material-builds#c5927d68a384096992bf0767abe228a68e84eb18",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0631a6cedc6f37eabe438d19553a26a5fbfbcd80",
"@angular/platform-browser": "github:angular/platform-browser-builds#3e65e1db7e538ce4bfd16fb5a6d9da11b550314e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#61626dc39111c21dd398fd3221c44870214870c3",
"@angular/platform-server": "github:angular/platform-server-builds#99b10663c8185b66b6f0937ad198c0afbb2d02b6",
"@angular/router": "github:angular/router-builds#a1d12dbb62676cfaba841cbabb8886c3a984960d",
"@angular/service-worker": "github:angular/service-worker-builds#838cee04bedb5ed4ae5cfc56a5d1b5100020ab57"
}
}
37 changes: 20 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#a0e463179c1d15995508827d977565031b9ba8fb":
version "17.2.0-next.0"
resolved "https://github.com/angular/bazel-builds.git#a0e463179c1d15995508827d977565031b9ba8fb"
"@angular/bazel@https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5":
version "17.2.0-next.0+sha-7b4d275"
uid "8ea7194b676d54e2734c673759c5fd36d55532e5"
resolved "https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -146,9 +147,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#103b5c2cf1be1d62b292d3c0a447b0f6918f0770":
version "0.0.0-10788de8a2999c84bc16a132dfe1a0a9bc934604"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#103b5c2cf1be1d62b292d3c0a447b0f6918f0770"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275":
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
uid "9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
dependencies:
"@angular-devkit/build-angular" "17.2.0-next.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -191,10 +193,10 @@
uuid "^9.0.0"
yargs "^17.0.0"

"@angular/cdk@17.1.0":
version "17.1.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-17.1.0.tgz#413cd13022f3a8d17c0af79f3a2ab973eb5a79c7"
integrity sha512-a2+uqr1s2pCStFs78BM1ViVqi0GnxFHGKHo58hiR9pDV/pyg9cvy+d+rsci1HkuF9AC/UqV5Y6rGLfwayO183g==
"@angular/cdk@17.1.1":
version "17.1.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-17.1.1.tgz#b6c06481cdde574ac89a7f1303dc8314fd1a88ad"
integrity sha512-Q5qC6VUyT7N/hj8eETdh0bkmBmsXm0JZikhXdBvcDUl8yPbhMPKQCkx4UJzBrZJg/+78XyI9FI/q8w/yQAJZJA==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -259,10 +261,10 @@
fast-glob "3.3.2"
yargs "^17.2.1"

"@angular/material@17.1.0":
version "17.1.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-17.1.0.tgz#8fb18160c53dcf9c325504b9d7277d8989837c69"
integrity sha512-PzHTXAHuap4K7fteQhpR5+BCLV3jSpT9mhaN9evDGYqXS6iMcEX/9RBR7jVqtW2/5pnDopUioBc7pf0JWWI4JA==
"@angular/material@17.1.1":
version "17.1.1"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-17.1.1.tgz#a8422cba20664e78bb3500d78dea41c14e4c9124"
integrity sha512-Ngh/4MY3MAPd4Fe2kb9W8j8Ix+hA9MVPvppYTlSsYzvlhV8YhOEaH2nuv9hJLrOiurlRWt7VlW13YkufK4VBgg==
dependencies:
"@material/animation" "15.0.0-canary.7f224ddd4.0"
"@material/auto-init" "15.0.0-canary.7f224ddd4.0"
Expand Down Expand Up @@ -313,9 +315,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#21604aaadd15167ee2be0d89622b7009a13cdac7":
version "0.0.0-10788de8a2999c84bc16a132dfe1a0a9bc934604"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#21604aaadd15167ee2be0d89622b7009a13cdac7"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89":
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
uid "7380b9524c68db0c311455ded58a6e6849c79a89"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down