Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed May 1, 2024
1 parent df82da5 commit 01ce975
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@f82e2c46f5285375dd1944f29beae19849492f9a
- uses: angular/dev-infra/github-actions/branch-manager@8a3082e3b16d9800b6248bf8fe43c516cf473f89
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f82e2c46f5285375dd1944f29beae19849492f9a
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
- 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
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f82e2c46f5285375dd1944f29beae19849492f9a
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8a3082e3b16d9800b6248bf8fe43c516cf473f89
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/post-approval-changes@f82e2c46f5285375dd1944f29beae19849492f9a
- uses: angular/dev-infra/github-actions/post-approval-changes@8a3082e3b16d9800b6248bf8fe43c516cf473f89
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
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@f82e2c46f5285375dd1944f29beae19849492f9a
- uses: angular/dev-infra/github-actions/feature-request@8a3082e3b16d9800b6248bf8fe43c516cf473f89
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -51,23 +51,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0-next.6",
"@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/animations": "18.0.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b9681fdfd3d2220aed7bdfe40bf2b5e5835ce8c4",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399",
"@angular/cdk": "18.0.0-next.6",
"@angular/common": "18.0.0-next.6",
"@angular/compiler": "18.0.0-next.6",
"@angular/compiler-cli": "18.0.0-next.6",
"@angular/core": "18.0.0-next.6",
"@angular/forms": "18.0.0-next.6",
"@angular/localize": "18.0.0-next.6",
"@angular/common": "18.0.0-rc.0",
"@angular/compiler": "18.0.0-rc.0",
"@angular/compiler-cli": "18.0.0-rc.0",
"@angular/core": "18.0.0-rc.0",
"@angular/forms": "18.0.0-rc.0",
"@angular/localize": "18.0.0-rc.0",
"@angular/material": "18.0.0-next.6",
"@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",
"@angular/router": "18.0.0-next.6",
"@angular/service-worker": "18.0.0-next.6",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585",
"@angular/platform-browser": "18.0.0-rc.0",
"@angular/platform-browser-dynamic": "18.0.0-rc.0",
"@angular/platform-server": "18.0.0-rc.0",
"@angular/router": "18.0.0-rc.0",
"@angular/service-worker": "18.0.0-rc.0",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "18.0.0-next.6",
"@angular/compiler-cli": "18.0.0-next.6",
"@angular/compiler": "18.0.0-rc.0",
"@angular/compiler-cli": "18.0.0-rc.0",
"typescript": "5.4.5",
"webpack": "5.91.0"
}
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@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"
"@angular/animations": "github:angular/animations-builds#0b2c022720dd65897816ba46646979a3ef0fc5ce",
"@angular/cdk": "github:angular/cdk-builds#970fd596c9a965fd163233351e4abef1bdb5a642",
"@angular/common": "github:angular/common-builds#81f9c726a8b21b6427787ff1652082a8fbeea8a0",
"@angular/compiler": "github:angular/compiler-builds#8446d165f282714900c68b0c32bcf7191e37b576",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#276eb96313a41dd143bb2030e15bf684bf14d5bd",
"@angular/core": "github:angular/core-builds#84736fdbc74ea86a99cd3b598626135959343f93",
"@angular/forms": "github:angular/forms-builds#a5eedd35f4f0e1da70b3022752e8cce5a8049676",
"@angular/language-service": "github:angular/language-service-builds#b35da8f359966c7881ec35eb57b7b0b5f317371c",
"@angular/localize": "github:angular/localize-builds#77b376e1b1de1476ee1cb42d1bd3a2b5a5ea12a9",
"@angular/material": "github:angular/material-builds#a31d25502a13d0d60902ff44313ef0294a34ec18",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#93b248fdf2d14606decb25114cf84426ed4b66de",
"@angular/platform-browser": "github:angular/platform-browser-builds#9cda89849abc24f40b6903af80b6c2075f5bd88e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#afe6da3424c543fb6edd408e70047748847997c2",
"@angular/platform-server": "github:angular/platform-server-builds#78e472fb80b39255cca05b37c77a9f701ecb1993",
"@angular/router": "github:angular/router-builds#19381aaf2c4fcec27b3f57a4ba78759dd7ce5939",
"@angular/service-worker": "github:angular/service-worker-builds#125d674b8582146c377e1a4c7f15253b2b251677"
}
}

0 comments on commit 01ce975

Please sign in to comment.