Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c10da1)
  • Loading branch information
angular-robot authored and alan-agius4 committed Oct 18, 2023
1 parent 49fe74e commit 906d06e
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 502 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@031962443584a0ac5cbd9d1c1b78b241453e4702
- uses: angular/dev-infra/github-actions/branch-manager@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
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@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- 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@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- 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@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
with:
fetch-depth: 1
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- 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@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- 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@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/setup@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
uses: angular/dev-infra/github-actions/bazel/configure-remote@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@031962443584a0ac5cbd9d1c1b78b241453e4702
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: angular/dev-infra/github-actions/post-approval-changes@031962443584a0ac5cbd9d1c1b78b241453e4702
- uses: angular/dev-infra/github-actions/post-approval-changes@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
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@031962443584a0ac5cbd9d1c1b78b241453e4702
- uses: angular/dev-infra/github-actions/feature-request@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
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.0.0-next.8",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a8d37174873f185b48287074034c1d77d203ff87",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#77b078919dd2836c1e122056229f7c6c85966168",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#34aaf3bb67f8510e3dfc36b9d03cde3b7682b4a8",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#93f8ece8b671036d69c7409a1d702a9b2edf81eb",
"@angular/cdk": "17.0.0-next.7",
"@angular/common": "17.0.0-next.8",
"@angular/compiler": "17.0.0-next.8",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.0.0-next.8",
"@angular/localize": "17.0.0-next.8",
"@angular/material": "17.0.0-next.7",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d4b61855a4c227440628cc4ec7c7d5676d53da3e",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ad7f268bb6688ea67d00ece6077c6b6e696c288b",
"@angular/platform-browser": "17.0.0-next.8",
"@angular/platform-browser-dynamic": "17.0.0-next.8",
"@angular/platform-server": "17.0.0-next.8",
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#473183a2510beaca415ffdd084af9e0e74ca64ae",
"@angular/cdk": "github:angular/cdk-builds#ddb29dd6d25ca475b2ecf73efae2abc8ee7910d7",
"@angular/common": "github:angular/common-builds#c90a35810e5dec5947c451d8d57a15681a7e1dbd",
"@angular/compiler": "github:angular/compiler-builds#dafa9c348563a7ad18fda302aacabee958d75b50",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fdd46f910ddda6c4cd796356007855836dbf7847",
"@angular/core": "github:angular/core-builds#4c929eee73586159d26e4ab1d45a5227e3309844",
"@angular/forms": "github:angular/forms-builds#d7a86ef089126756cf9d808bc0f3516599e5b98c",
"@angular/language-service": "github:angular/language-service-builds#24cb511fef8842d6c13cb6ace4ff4add3b3942f5",
"@angular/localize": "github:angular/localize-builds#ba71c97f05d886ce71e09417c5bf5dc0500518c7",
"@angular/material": "github:angular/material-builds#e9b97db175d79df3979e41f96c0f144a065c8fc6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ba5a9a6fbf766181efd296817f2304e7926a90b3",
"@angular/platform-browser": "github:angular/platform-browser-builds#86523167bfb7749d0a8afec8de1dcee72154628a",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#27f771fa2d47f02d3c74369bcd1036e90da5cb52",
"@angular/platform-server": "github:angular/platform-server-builds#c6a79da6ea2316ec32dd86533ce6ac23974a0dbb",
"@angular/router": "github:angular/router-builds#2248e9c8a70988ccca31366e9b585d93ddaf9e1e",
"@angular/service-worker": "github:angular/service-worker-builds#c1bc8be64ea7c880bb229f6184bf683443b6c120"
"@angular/animations": "github:angular/animations-builds#02d1a2f64a0286981d192f44d9e2d45383318813",
"@angular/cdk": "github:angular/cdk-builds#11bf87387d8332a5d08f572ad2d88141e641054e",
"@angular/common": "github:angular/common-builds#9516156b811ea3c582d9c1eb88253844a68be651",
"@angular/compiler": "github:angular/compiler-builds#b2117e4a266f76f8fd30420f8f76daf9aae672e0",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c66c33827e25e5109e2839bd1ed117cf55c478a8",
"@angular/core": "github:angular/core-builds#73c1e4ad09e1ebc9693a7bf0820102dce11a030a",
"@angular/forms": "github:angular/forms-builds#7cc5f9813adf5d2dad80e614d1859f7fd2903d91",
"@angular/language-service": "github:angular/language-service-builds#cc5ac5ab5aa5fc0948d60214be1c5ef2c1af1a9a",
"@angular/localize": "github:angular/localize-builds#5db0127238251f80b2a14966de13d0821ae1d38f",
"@angular/material": "github:angular/material-builds#613a594328ccd99373c1fb78da9dc49f02ad6cf8",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9e4cf7a205f6512dc3206422296a094ce3b3f869",
"@angular/platform-browser": "github:angular/platform-browser-builds#8af3244c4660161fcdac033526e5c37fa066ab71",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8dbd0782ccc1a63d6815eb3f502c730bc4ce472c",
"@angular/platform-server": "github:angular/platform-server-builds#74ddbb552104c63b233bc8e943e698e26b81713a",
"@angular/router": "github:angular/router-builds#cbe9406597529fd92cbbda7615af04899ef479a4",
"@angular/service-worker": "github:angular/service-worker-builds#e2989d0454fc653165d8931f10d1f99eb73fb863"
}
}
Loading

0 comments on commit 906d06e

Please sign in to comment.