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 dgp1130 committed Dec 19, 2023
1 parent ce9bf81 commit 6999c2e
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 658 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@5818d103879b282445ef359c1900e8087ca9d57c
- uses: angular/dev-infra/github-actions/branch-manager@bca1cf327e0bc65d8192f584481411a461ef9775
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 @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- 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@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -92,11 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
- 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 @@ -147,13 +147,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
- 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 @@ -165,13 +165,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@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -199,11 +199,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
- 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@5818d103879b282445ef359c1900e8087ca9d57c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@bca1cf327e0bc65d8192f584481411a461ef9775
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@5818d103879b282445ef359c1900e8087ca9d57c
- uses: angular/dev-infra/github-actions/post-approval-changes@bca1cf327e0bc65d8192f584481411a461ef9775
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@5818d103879b282445ef359c1900e8087ca9d57c
- uses: angular/dev-infra/github-actions/feature-request@bca1cf327e0bc65d8192f584481411a461ef9775
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.1.0-next.4",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#77cd51ee820be84c7f09eb7df5d6de54c0e29550",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4548b56bcda441002e99436bc86d6327d30a10f3",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3ecc29bb078cc10ef8bebc76cfe176da5bcbafdf",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dc8c32977c47b35b1eacbfa1f1b8091125bfe8f3",
"@angular/cdk": "17.1.0-next.3",
"@angular/common": "17.1.0-next.4",
"@angular/compiler": "17.1.0-next.4",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.1.0-next.4",
"@angular/localize": "17.0.7",
"@angular/material": "17.1.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7ba6dc2882a998f0711efe81f1325f8db9e8d085",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9eb3805e817bf4b220902fb2f3c2a507be80309",
"@angular/platform-browser": "17.1.0-next.4",
"@angular/platform-browser-dynamic": "17.1.0-next.4",
"@angular/platform-server": "17.1.0-next.4",
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#c67eeb4eeb10322d7d566e6e6d8db3a1ddf3d932",
"@angular/cdk": "github:angular/cdk-builds#181bbad38d2b876794dc35307484f163fde10e1f",
"@angular/common": "github:angular/common-builds#d1714bb8bfe2eb0f37db2c9e6279431d1a65d4a6",
"@angular/compiler": "github:angular/compiler-builds#367b1fb225d6c28f4a33cfb69b10921ce40e765b",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#ac9c2bfbe414c00dcf32b5d9ecc3b36dc2576ed8",
"@angular/core": "github:angular/core-builds#3a2b1ac5390f02bad548d136ca8b518c8541dff7",
"@angular/forms": "github:angular/forms-builds#719801fc3805d7f4bdafe37c2729f519ce44ab24",
"@angular/language-service": "github:angular/language-service-builds#79c60f1ae8e005c83f90239bb80bcf43413fafb2",
"@angular/localize": "github:angular/localize-builds#3adb27e108dfbfe8d66c44567946c79dbe99d53d",
"@angular/material": "github:angular/material-builds#f34718706219b400a1eca4b81067ad43363e965b",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#959c5f534a0c08ab335c82ab7598970b667ff7ad",
"@angular/platform-browser": "github:angular/platform-browser-builds#65db284aed7d3dae67828dde51be3c371ef3872c",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#578d63ea180c0bc149dba6b3ed7f984852efe8c1",
"@angular/platform-server": "github:angular/platform-server-builds#159ab7ed17512b6ec4760c9e32826f55cdf55fb4",
"@angular/router": "github:angular/router-builds#0499378d9d22cc0c260e4bbd580c57d4d3841a8c",
"@angular/service-worker": "github:angular/service-worker-builds#85f01afad73cf2ee044cbffe259c0660d468ae08"
"@angular/animations": "github:angular/animations-builds#7107da793c4b77d470880e52c0f79cbf2fa80369",
"@angular/cdk": "github:angular/cdk-builds#1d28bc48f4bf8eda6a1479629ab801ff74ff72ac",
"@angular/common": "github:angular/common-builds#6222b3b72ced85b8d553c1acb4745032b76e2f31",
"@angular/compiler": "github:angular/compiler-builds#1d84a3c7da351a500b023f540909bb233142977e",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#2aa17640b880b77b5b81d4f02bb39e9a75b3f3ff",
"@angular/core": "github:angular/core-builds#967fed390146f44c2a63967ac92fd3cb6f72f716",
"@angular/forms": "github:angular/forms-builds#c0e17a7dba7234465178d38c723f0a7d627493e3",
"@angular/language-service": "github:angular/language-service-builds#369d48b169cd9ea16c7213cd81cd77637c8c9ba5",
"@angular/localize": "github:angular/localize-builds#5a7bd486b77e0f4e1e68e87e226589972a365dd7",
"@angular/material": "github:angular/material-builds#982bb0a0b419a99af2358b980c39370c0f067a5e",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2fbdb7590a5826ed5251f2c67cd0033452992a16",
"@angular/platform-browser": "github:angular/platform-browser-builds#80633a32131e1be95cae02e616a66fa57b694aaf",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fff62d5625f4cca716f6859c53925faeaf8b2d0f",
"@angular/platform-server": "github:angular/platform-server-builds#ac65b4044e054a2e6baf0a466351f6592391aba2",
"@angular/router": "github:angular/router-builds#1e54b516faf49a40f4f23c3e641902690982d007",
"@angular/service-worker": "github:angular/service-worker-builds#2f9a2180fb784c39affa597cad89dba3754e1f87"
}
}
Loading

0 comments on commit 6999c2e

Please sign in to comment.