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 Sep 22, 2023
1 parent c3a87a6 commit 6daf23f
Show file tree
Hide file tree
Showing 7 changed files with 709 additions and 1,141 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@62e28b76575609d5fdf5fa4028126d3897a0d60f
- uses: angular/dev-infra/github-actions/branch-manager@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup ESLint Caching
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -92,13 +92,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
fetch-depth: 1
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand All @@ -123,15 +123,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
- 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 @@ -148,14 +148,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
- 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 }}
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@62e28b76575609d5fdf5fa4028126d3897a0d60f
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: angular/dev-infra/github-actions/post-approval-changes@62e28b76575609d5fdf5fa4028126d3897a0d60f
- uses: angular/dev-infra/github-actions/post-approval-changes@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
- uses: angular/dev-infra/github-actions/feature-request@c71cf5010b633dcf1fc70e4b34dedd161138890b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.0.0-next.5",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#029a92c7fa71db56267645775011b7d0cf93fe6e",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b8b41c5f814de0505458a7fcb20e991ecefbaa53",
"@angular/cdk": "17.0.0-next.3",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4ed56938673ea61e6c1349aaee7b48b41a763e1b",
"@angular/cdk": "17.0.0-next.4",
"@angular/common": "17.0.0-next.5",
"@angular/compiler": "17.0.0-next.5",
"@angular/compiler-cli": "17.0.0-next.5",
"@angular/core": "17.0.0-next.5",
"@angular/forms": "17.0.0-next.5",
"@angular/localize": "17.0.0-next.5",
"@angular/material": "17.0.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3bde09ee389fa27cb2343fd145b6dda59a59bd49",
"@angular/material": "17.0.0-next.4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5eb122dd8b63b15ddf588978db6b6695f4b71eda",
"@angular/platform-browser": "17.0.0-next.5",
"@angular/platform-browser-dynamic": "17.0.0-next.5",
"@angular/platform-server": "17.0.0-next.5",
Expand Down
6 changes: 3 additions & 3 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#914324ec40b8a766ede6779c0fb8fa030f8f492c",
"@angular/cdk": "github:angular/cdk-builds#5af68f6dac307d4812f576904a5e490e5d3b6631",
"@angular/cdk": "github:angular/cdk-builds#3dbb2623ea82f1d502fcf13ac1004bcea22cb85d",
"@angular/common": "github:angular/common-builds#6f48ac108d3c04f1117a158215bcd8dfd817dfc2",
"@angular/compiler": "github:angular/compiler-builds#cded43138da0e2bbe25ee1adb41450178f8b2827",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0c285d62a6432fdea0a4911613aa37891f2bad76",
"@angular/core": "github:angular/core-builds#ba20742117b8f8516c74b743ed0249a65840c0ec",
"@angular/forms": "github:angular/forms-builds#3cf1bf03d1082175b9af158bfc8a75de315a04a1",
"@angular/language-service": "github:angular/language-service-builds#9f73400e6b443d94eab9fcb0b44c1a8d63a8e48d",
"@angular/localize": "github:angular/localize-builds#b3d875dbbb490b171d719c9611d2e88e8e0bb1d5",
"@angular/material": "github:angular/material-builds#6a436c96d30a1730a43771f853c2a2ddebea2d9b",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bd1435d73858f4f38f6c7e50f0f4311f773f0ac8",
"@angular/material": "github:angular/material-builds#b96b50d56d0477457f94fa1aaeac792e9066c67e",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#fa84136f932c04733d1ee7668c85a3370030161d",
"@angular/platform-browser": "github:angular/platform-browser-builds#66d8c799e7419f190b387efd173d880d90877922",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b4eed0067ce770fbb2b20c7ce6200cb706ff04d6",
"@angular/platform-server": "github:angular/platform-server-builds#e1f56c286152e7b44c1c888b2ff5b40e477b1588",
Expand Down
Loading

0 comments on commit 6daf23f

Please sign in to comment.