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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
- uses: angular/dev-infra/github-actions/branch-manager@2214a4943d30e2b555bf97070ccdf8358012416e
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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup ESLint Caching
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
- 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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2214a4943d30e2b555bf97070ccdf8358012416e
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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
- uses: angular/dev-infra/github-actions/post-approval-changes@2214a4943d30e2b555bf97070ccdf8358012416e
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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
- uses: angular/dev-infra/github-actions/feature-request@2214a4943d30e2b555bf97070ccdf8358012416e
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-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688",
"@angular/cdk": "18.0.0-next.0",
"@angular/common": "18.0.0-next.0",
"@angular/compiler": "18.0.0-next.0",
Expand All @@ -62,7 +62,7 @@
"@angular/forms": "18.0.0-next.0",
"@angular/localize": "18.0.0-next.0",
"@angular/material": "18.0.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b",
"@angular/platform-browser": "18.0.0-next.0",
"@angular/platform-browser-dynamic": "18.0.0-next.0",
"@angular/platform-server": "18.0.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#1b70d8a729378986c0ab1661ce91091fa48d3645",
"@angular/cdk": "github:angular/cdk-builds#40b0bfc75cf92f5a0fbaa3f8d7dbe5db7a12adc7",
"@angular/common": "github:angular/common-builds#6995d45b17f3deb98b295e7b10bc42e1efa8043e",
"@angular/compiler": "github:angular/compiler-builds#1a9b64ff60adcfdf4819174873eb31b6b53b77e7",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0c384d7bfd4954274abab97270379cf7d16aca4",
"@angular/core": "github:angular/core-builds#36cde3315447c3e24cecc14a9c2ff277fabe10cb",
"@angular/forms": "github:angular/forms-builds#9433700a72845c5624eb59fee20a41b28a4f34c1",
"@angular/language-service": "github:angular/language-service-builds#37b48a8c2efd3537eb05e80fc7f60659e2bffa42",
"@angular/localize": "github:angular/localize-builds#caaeaf9d59307fc912a70da6f3e216f830dd5530",
"@angular/material": "github:angular/material-builds#35523365d6c09e8bcd5cfc26f1f9a04354bad1c1",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8648b60a3dd0248df6513eda56e449442aadc5f4",
"@angular/platform-browser": "github:angular/platform-browser-builds#1389a45151bbc6a3b02941d914ef8b26148ea628",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7e18db8016d06f3dc39a4b55aa7eb2277144dc75",
"@angular/platform-server": "github:angular/platform-server-builds#e12499947685b18411e84965f14db3cd2b48d340",
"@angular/router": "github:angular/router-builds#093348eac5d7d3fe788543aa43ac2d43da87047c",
"@angular/service-worker": "github:angular/service-worker-builds#9974f6076d6f0d8ccabdd7269bb6f4eb33d05f2a"
"@angular/animations": "github:angular/animations-builds#3b63f92ba1914e607336fb2fd6b9824e62826b75",
"@angular/cdk": "github:angular/cdk-builds#c069c4a4cf90f1c526f292d392dfed0779969a65",
"@angular/common": "github:angular/common-builds#40b566b67eec73e95e609b49960fa228148c227f",
"@angular/compiler": "github:angular/compiler-builds#424f049799a901a78d4672dc0fdb6184aae28ae2",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8dc65a63c4a2d3d9e98b4e676ae4faa3f9eed4bd",
"@angular/core": "github:angular/core-builds#3a2e68d4d02990da6a2f779c8fd011f0c11aeee2",
"@angular/forms": "github:angular/forms-builds#d0415f5c7900d182e6be5b0665da03dc5afe1642",
"@angular/language-service": "github:angular/language-service-builds#54bbf3b749b9437e77a28eb26e2a41221de8be66",
"@angular/localize": "github:angular/localize-builds#3eb074db36531a78aaa60dd4a298d5e9334c2494",
"@angular/material": "github:angular/material-builds#7e3c95439a723fff2ef8f7253afa4d73d0e0a73a",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#477eac3ac3ad0cd6b3681dbe8cde8d15f9aaa662",
"@angular/platform-browser": "github:angular/platform-browser-builds#a2939ac6ae6db4d1b93b7bd988925f4e174934f7",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ce884624be6fde53da4a9c6a5908e5ff70d51cc0",
"@angular/platform-server": "github:angular/platform-server-builds#1bcc3bd5b89b163146070b9870a7a54efa602748",
"@angular/router": "github:angular/router-builds#e1dc3c5b85a461f45772179c9c985375e2e74bc5",
"@angular/service-worker": "github:angular/service-worker-builds#2b1a6453a396184a1bbb198762b9e6fda685331a"
}
}
21 changes: 12 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b":
version "18.0.0-next.0"
resolved "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b"
"@angular/bazel@https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509":
version "18.0.0-next.0+sha-da906fd"
uid e952e5709106a60e3ee491902d72901335324509
resolved "https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -145,9 +146,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#b2884ef38d4259cca64c70d38a75f4de1e881531":
version "0.0.0-169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688":
version "0.0.0-2214a4943d30e2b555bf97070ccdf8358012416e"
uid aad3a442cff18b0e0f36d06d105c680fe1b6b688
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688"
dependencies:
"@angular-devkit/build-angular" "17.3.0-rc.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -312,9 +314,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#56510c47d45c616826d46d0e259db8b0295334bd":
version "0.0.0-169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b":
version "0.0.0-2214a4943d30e2b555bf97070ccdf8358012416e"
uid "24824410e16183890cdba234f89f0db73600982b"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down