Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Apr 26, 2024
1 parent c3463bb commit 580442f
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 986 deletions.
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@14a4b5f952f0728f122b3678979338bdc995453c
- uses: angular/dev-infra/github-actions/branch-manager@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f82e2c46f5285375dd1944f29beae19849492f9a
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
- 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: angular/dev-infra/github-actions/commit-message-based-labels@14a4b5f952f0728f122b3678979338bdc995453c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f82e2c46f5285375dd1944f29beae19849492f9a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: angular/dev-infra/github-actions/post-approval-changes@14a4b5f952f0728f122b3678979338bdc995453c
- uses: angular/dev-infra/github-actions/post-approval-changes@f82e2c46f5285375dd1944f29beae19849492f9a
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@14a4b5f952f0728f122b3678979338bdc995453c
- uses: angular/dev-infra/github-actions/feature-request@f82e2c46f5285375dd1944f29beae19849492f9a
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.6",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#90e4ab7e6fbfbb1cf99cd351f249c7b8739aa757",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f1408f6030f3f16d3f43d8dd757efb9176cb179c",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#62b2173f0cea6917b558a524ab1204d8266591b5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#44162cc44e1400aac168bdfbb714a11156cf2c3f",
"@angular/cdk": "18.0.0-next.6",
"@angular/common": "18.0.0-next.6",
"@angular/compiler": "18.0.0-next.6",
Expand All @@ -62,7 +62,7 @@
"@angular/forms": "18.0.0-next.6",
"@angular/localize": "18.0.0-next.6",
"@angular/material": "18.0.0-next.6",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6562bdff590d9669e895a8103c02736d805bcbdc",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#da08acd7629ed82d814a911f6d7a4ecdb7eb6f6b",
"@angular/platform-browser": "18.0.0-next.6",
"@angular/platform-browser-dynamic": "18.0.0-next.6",
"@angular/platform-server": "18.0.0-next.6",
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#21036f38696028083d0b33b07ad918d51ab3f8bb",
"@angular/cdk": "github:angular/cdk-builds#9d53d69676886df313262ca86c50c4c81395668f",
"@angular/common": "github:angular/common-builds#8d50035ad5a82ad5bb28ce20baa07b147e6f75d2",
"@angular/compiler": "github:angular/compiler-builds#343fd58d498dff08670bd9f00c2bf3c45d86af81",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#35254680f629ff7990dc542ac18f7b8635a416cb",
"@angular/core": "github:angular/core-builds#4aea87de446a2c8059e82f40d4ca2184325bfb53",
"@angular/forms": "github:angular/forms-builds#f19e0efc422ed0553275eb353f783597e4d16dfb",
"@angular/language-service": "github:angular/language-service-builds#3c6f2dca0cd4afe4e05128b7225f8570a93e7ebe",
"@angular/localize": "github:angular/localize-builds#56da93d34bf796ccb17326297a32a7ed5e460897",
"@angular/material": "github:angular/material-builds#609e53236531f5e4a1d9a6d280f55d00ebdc77a2",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e522738f98596898507a6003047b19c78b1fcf58",
"@angular/platform-browser": "github:angular/platform-browser-builds#aea1ee3aa5d2ba07a5b3b8c36f8e3967756b452b",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9701069ca5d3b1dfc3d2bf987ce675f2ab681e7c",
"@angular/platform-server": "github:angular/platform-server-builds#66bd43131ef252b732ab61211cd32bfa3a20cdd3",
"@angular/router": "github:angular/router-builds#bdf4a079133add36c5e65a5147de8840d7a3479c",
"@angular/service-worker": "github:angular/service-worker-builds#eeec0fb62f8ff096195e052a2b1a626d21ad17b8"
"@angular/animations": "github:angular/animations-builds#ba1c7fd5dbeebd0021b250a7d90c113c9497d249",
"@angular/cdk": "github:angular/cdk-builds#42ff402f051ea91f1baf4fa2450f22f61730d798",
"@angular/common": "github:angular/common-builds#366fecf1a0653f32c219ff9ba7751f168b23670e",
"@angular/compiler": "github:angular/compiler-builds#de31ef560030163f20d8fcd7c6de457858f82c8f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#3e3f974e2f4e45001cf0347fff940505067dfd02",
"@angular/core": "github:angular/core-builds#1a89fdc5807e6ae7d8742b3612e15b7995e97611",
"@angular/forms": "github:angular/forms-builds#baa47ac3039f8b2b34e976685561c84d850cd31e",
"@angular/language-service": "github:angular/language-service-builds#246c24c052e23219982ac7550642240b3d243ffc",
"@angular/localize": "github:angular/localize-builds#d8a60fa47fb794dfd3f7fcccc59c092251763356",
"@angular/material": "github:angular/material-builds#c8a7ef950334e0d669bbabfc70764022054ea93d",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4e852f64c49bbe639aab8fd07f188e3a68b8b693",
"@angular/platform-browser": "github:angular/platform-browser-builds#b062feb4b0ff463093a5601fe511510dbd839d1c",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#99a5149112c66dc113dbece1dc7f696ac5e4c7e5",
"@angular/platform-server": "github:angular/platform-server-builds#b3ab49149a5cbe5fea08c22d71a1b93af2031fd5",
"@angular/router": "github:angular/router-builds#c82d95233a2c5b6ec0c3122f5a563f54ac4c1693",
"@angular/service-worker": "github:angular/service-worker-builds#224866780e008e262470f41dc74659f7c204e1ef"
}
}
Loading

0 comments on commit 580442f

Please sign in to comment.