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 May 15, 2024
1 parent 0154af9 commit 132f5e6
Show file tree
Hide file tree
Showing 7 changed files with 412 additions and 116 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- uses: angular/dev-infra/github-actions/branch-manager@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
- 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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
- 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8b117748ae8243f98d261a9731908867b8e3d876
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- uses: angular/dev-infra/github-actions/post-approval-changes@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- uses: angular/dev-infra/github-actions/feature-request@8b117748ae8243f98d261a9731908867b8e3d876
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0-rc.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b7599b1f8390b9ceeccae3ea976fcf6ede335396",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#df748cd6d28f098e8f12d0700cad1d3c08b3ccd7",
"@angular/cdk": "18.0.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#95f745e1a5e9001f572e08b367f22afaae23004f",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304b7ac86675d00240c7215dc6005d9255c0fbdd",
"@angular/cdk": "18.0.0-rc.1",
"@angular/common": "18.0.0-rc.1",
"@angular/compiler": "18.0.0-rc.1",
"@angular/compiler-cli": "18.0.0-rc.1",
"@angular/core": "18.0.0-rc.1",
"@angular/forms": "18.0.0-rc.1",
"@angular/localize": "18.0.0-rc.1",
"@angular/material": "18.0.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7e4c6ea5fa0ac493132345c97daef1737374702f",
"@angular/material": "18.0.0-rc.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#347f73d2bad92ca1ab5fe1c2573e7001223713cd",
"@angular/platform-browser": "18.0.0-rc.1",
"@angular/platform-browser-dynamic": "18.0.0-rc.1",
"@angular/platform-server": "18.0.0-rc.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#9d22467c5abb06b75f0311cca8d5628e4b86f191",
"@angular/cdk": "github:angular/cdk-builds#4d72acac02f26932a5a088a3dfafe8736e41344a",
"@angular/common": "github:angular/common-builds#d90bc2c65d3ae2f9636f51edb789b91a5a273fd3",
"@angular/compiler": "github:angular/compiler-builds#669f95e81d8c568298e53c050384ad1fc744fb04",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7e7cf9d0cb138f502f6aaef8813bd8c174d69c98",
"@angular/core": "github:angular/core-builds#01451515f7869ee754d0cf27ba4964f84fbfc168",
"@angular/forms": "github:angular/forms-builds#42d3dd3b3283041ac4d74fbb1ecfd33085daabaa",
"@angular/language-service": "github:angular/language-service-builds#454630623e9bfc54462dfcde43eb889655af1493",
"@angular/localize": "github:angular/localize-builds#815f029b5d436bc018af3c5c520681cbaefd8ecd",
"@angular/material": "github:angular/material-builds#80f7de54eab7d5964d6c2c43b514128411de0665",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b0ede88182f5682ebfbd66e7146a8a3e74de9ed8",
"@angular/platform-browser": "github:angular/platform-browser-builds#43409391f379daf29e692a3b02c8367ec9142e83",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8f101e92280540893cd362df80d05fe689752cac",
"@angular/platform-server": "github:angular/platform-server-builds#684bb34298c881724d52ac4da898687a5adf1c71",
"@angular/router": "github:angular/router-builds#3396f1a294cb27926ea0567a33ea3fe146046eae",
"@angular/service-worker": "github:angular/service-worker-builds#e18841e1f7ff27159600d14ed44d86de3e83ceee"
"@angular/animations": "github:angular/animations-builds#5f57c4d7ab58c0eb93e173ab190906737323e644",
"@angular/cdk": "github:angular/cdk-builds#b3fef8113859339c1d927a042fdb442c42efc93d",
"@angular/common": "github:angular/common-builds#54d1f1a8866a5a8207ffffd7b473418bdc37da71",
"@angular/compiler": "github:angular/compiler-builds#f856a95f639f376172a237e72cf261eb826317c5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6a1e9ea6b5d579873c2aba1f4cabc305f754af81",
"@angular/core": "github:angular/core-builds#22251a597085f0e1de4bcf947b3e989ecc78d55f",
"@angular/forms": "github:angular/forms-builds#2503f95c22ac360efb215c6122e7bb3bb0f31bd5",
"@angular/language-service": "github:angular/language-service-builds#6159ad9345cbafd866768f0d5c01b192829ff257",
"@angular/localize": "github:angular/localize-builds#0d6e2c46406dbc36b175ddcb69769a0812b5a574",
"@angular/material": "github:angular/material-builds#960a1f402311b57b384b81ef20b24cad0807375b",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1d187e6073e94aec953f9dc1a130bc108e60d778",
"@angular/platform-browser": "github:angular/platform-browser-builds#e603ce5daf26e5168b3a17f8974e70979122b3b2",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#6b96184d582a1c38f4da1577a30eed6a80bceaae",
"@angular/platform-server": "github:angular/platform-server-builds#813781fd4eb284a6dee85a8bb472f52ddfdab706",
"@angular/router": "github:angular/router-builds#02379b7891ad0e69312ec7c232481f29598b7e9d",
"@angular/service-worker": "github:angular/service-worker-builds#14ff6b6e4d4bd8bd46d7db12beacd22a7fbe3fbe"
}
}

0 comments on commit 132f5e6

Please sign in to comment.