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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
- uses: angular/dev-infra/github-actions/branch-manager@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
- 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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
- uses: angular/dev-infra/github-actions/post-approval-changes@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
- uses: angular/dev-infra/github-actions/feature-request@b18378deb8556573a8dc7f841415260bccfba878
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 @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.3.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14",
"@angular/cdk": "17.3.0-next.0",
"@angular/common": "17.3.0-next.1",
"@angular/compiler": "17.3.0-next.1",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.3.0-next.1",
"@angular/localize": "17.3.0-next.1",
"@angular/material": "17.3.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4",
"@angular/platform-browser": "17.3.0-next.1",
"@angular/platform-browser-dynamic": "17.3.0-next.1",
"@angular/platform-server": "17.3.0-next.1",
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#c531f88893ab8c1613e51723875c47c470da398f",
"@angular/cdk": "github:angular/cdk-builds#7691f66722dbdf98ce15fdb467adb72e9601e15b",
"@angular/common": "github:angular/common-builds#cc30a6ed46bb4971de7014bcf40c940b298997b7",
"@angular/compiler": "github:angular/compiler-builds#66affc170a84553bd5893dfcc5408bc64fc61cde",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#34c8364466f5daec5d3679d76c51c043c2c31d82",
"@angular/core": "github:angular/core-builds#7d8f46441d388f4bbc9b4a1458eb77b8c6e486a5",
"@angular/forms": "github:angular/forms-builds#981319e610026efdc7d6d503cb78f39c3704aa3b",
"@angular/language-service": "github:angular/language-service-builds#91c95e97b970d4e84eee0c44aa7c39d6dd3ba1d2",
"@angular/localize": "github:angular/localize-builds#fb2e08f36f78f74822518a0d689a9b231795f2de",
"@angular/material": "github:angular/material-builds#d211f8a99ba096a59af44b1684e0c57dd5d10ac6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8aa6be0b4757fca5478f118d9a27ab5c0c3f1fe5",
"@angular/platform-browser": "github:angular/platform-browser-builds#a1351ab6fdd96bf0d3084ac2af490e821b20ee4b",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4ef92b8f14dc59170c84d241c8698bfa59f86975",
"@angular/platform-server": "github:angular/platform-server-builds#6b38c78643e11eeb6a604400115727075dfd6991",
"@angular/router": "github:angular/router-builds#391bf3ca0b5eccb2b8cdcf47aae7b965d8698af4",
"@angular/service-worker": "github:angular/service-worker-builds#8fbe289edb778bb261c659e7f9ea3e6e7bf21868"
"@angular/animations": "github:angular/animations-builds#3abe2274c152ed7ed9aa0728ce6dc8e013b69271",
"@angular/cdk": "github:angular/cdk-builds#c31f7c411896fd8804d24cf4194627a8d3ac59e1",
"@angular/common": "github:angular/common-builds#d116768805fc557fca2dc3a0c0672afca7a438de",
"@angular/compiler": "github:angular/compiler-builds#5d42a605555650e76d236d45dc4f50ad1a476450",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dd00f5929fbe5ad46899377b1f83fe3e319ba578",
"@angular/core": "github:angular/core-builds#6277fdd03b9581785693b9410ad7c98ca90cbbcd",
"@angular/forms": "github:angular/forms-builds#98adaeee6cfabc8f75b9a54ad760e23c49421ee9",
"@angular/language-service": "github:angular/language-service-builds#2a096724c1a25af97b39a62fa4e29916d95f16c3",
"@angular/localize": "github:angular/localize-builds#265495d037b625c60aca7e9898aa46b0a5265fe4",
"@angular/material": "github:angular/material-builds#9d22dc5cc3559825689bdc6d05afae37a079ae39",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ba4a2ad36beb4bbc4bf801db367f5720cd86fa00",
"@angular/platform-browser": "github:angular/platform-browser-builds#3023ea9a216f3f837dcf6c5aa36872937fc8108a",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5ddd6fe428ffa2088d39ceec333e8032b34ee0ab",
"@angular/platform-server": "github:angular/platform-server-builds#1209aa395f87e88301a1be8aab6a31cf7995ef08",
"@angular/router": "github:angular/router-builds#e08602a9b106caa3a0172cad98dceaf0616a74fc",
"@angular/service-worker": "github:angular/service-worker-builds#2c43d1dbf92425b736dd653d77ac7ae28b2db20f"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99":
version "17.3.0-next.1+sha-c1c7384"
uid "755d7d350def7fec3059a32ba8a89b1362de8d99"
resolved "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99"
"@angular/bazel@https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8":
version "17.3.0-next.1+sha-b322079"
uid e36a576fefef45f31fc486d6362bac289fde7db8
resolved "https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -146,10 +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#074932adc641a4675c68cab8eb6cccad3a85a552":
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
uid "074932adc641a4675c68cab8eb6cccad3a85a552"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14":
version "0.0.0-b18378deb8556573a8dc7f841415260bccfba878"
uid "1865c54b126a5d4cae5c254cf08056e57d5c8c14"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14"
dependencies:
"@angular-devkit/build-angular" "17.2.0-rc.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -335,10 +335,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#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f":
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
uid "50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4":
version "0.0.0-b18378deb8556573a8dc7f841415260bccfba878"
uid "0126481d9074759b2d1c5be77f8a3c87e5c3c1e4"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down