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 Sep 13, 2023
1 parent 6a97d41 commit 7ce5032
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 109 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0f307b2f54f76ec4f57da4d3e51720947fea5726
- uses: angular/dev-infra/github-actions/branch-manager@ce0e6790abb6d2b1885925797ba27e7928682637
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ce0e6790abb6d2b1885925797ba27e7928682637
- 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@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/setup@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/configure-remote@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/setup@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/configure-remote@ce0e6790abb6d2b1885925797ba27e7928682637
- if: matrix.version == env.defaultVersion
name: Run tests for default node version
run: yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
Expand All @@ -135,15 +135,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ce0e6790abb6d2b1885925797ba27e7928682637
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/setup@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/configure-remote@ce0e6790abb6d2b1885925797ba27e7928682637
- 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 @@ -160,14 +160,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ce0e6790abb6d2b1885925797ba27e7928682637
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/setup@ce0e6790abb6d2b1885925797ba27e7928682637
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@0f307b2f54f76ec4f57da4d3e51720947fea5726
uses: angular/dev-infra/github-actions/bazel/configure-remote@ce0e6790abb6d2b1885925797ba27e7928682637
- 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
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ce0e6790abb6d2b1885925797ba27e7928682637
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
- uses: angular/dev-infra/github-actions/post-approval-changes@ce0e6790abb6d2b1885925797ba27e7928682637
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@0f307b2f54f76ec4f57da4d3e51720947fea5726
- uses: angular/dev-infra/github-actions/feature-request@ce0e6790abb6d2b1885925797ba27e7928682637
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -59,23 +59,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.0.0-next.3",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d1fcbc3971e995564e8499487ddd9b1c7db63129",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b88792a3059b17ea0a3cfbacf622d4bff5dfe91f",
"@angular/animations": "17.0.0-next.4",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a4bd2b87466281842fb110632ceadec1fe0124b6",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#52f0e234eca43d2a58ad093f0fad6cd244ccdb69",
"@angular/cdk": "17.0.0-next.2",
"@angular/common": "17.0.0-next.3",
"@angular/compiler": "17.0.0-next.3",
"@angular/compiler-cli": "17.0.0-next.3",
"@angular/core": "17.0.0-next.3",
"@angular/forms": "17.0.0-next.3",
"@angular/localize": "17.0.0-next.3",
"@angular/common": "17.0.0-next.4",
"@angular/compiler": "17.0.0-next.4",
"@angular/compiler-cli": "17.0.0-next.4",
"@angular/core": "17.0.0-next.4",
"@angular/forms": "17.0.0-next.4",
"@angular/localize": "17.0.0-next.4",
"@angular/material": "17.0.0-next.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#497c9029bbbe80c79cad38b66974269797a7898c",
"@angular/platform-browser": "17.0.0-next.3",
"@angular/platform-browser-dynamic": "17.0.0-next.3",
"@angular/platform-server": "17.0.0-next.3",
"@angular/router": "17.0.0-next.3",
"@angular/service-worker": "17.0.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ec5482028ab5ae46133debb1ee2ba71fc745ecd6",
"@angular/platform-browser": "17.0.0-next.4",
"@angular/platform-browser-dynamic": "17.0.0-next.4",
"@angular/platform-server": "17.0.0-next.4",
"@angular/router": "17.0.0-next.4",
"@angular/service-worker": "17.0.0-next.4",
"@babel/core": "7.22.17",
"@babel/generator": "7.22.15",
"@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": "17.0.0-next.3",
"@angular/compiler-cli": "17.0.0-next.3",
"@angular/compiler": "17.0.0-next.4",
"@angular/compiler-cli": "17.0.0-next.4",
"typescript": "5.2.2",
"webpack": "5.88.2"
}
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#5820176bea5670ffb450c4df5000289333a6b986",
"@angular/cdk": "github:angular/cdk-builds#98bd5749a99040a7f3256cb23db6a87c87d668ce",
"@angular/common": "github:angular/common-builds#549dc2664dbdd03325910f6285a960d0c2294532",
"@angular/compiler": "github:angular/compiler-builds#386e1a6e51185e8782e5ba792d60e2471a3f3c7a",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#53d0b53ec93662a2dc541cd4983cab5cc31b5769",
"@angular/core": "github:angular/core-builds#61b8a73693d05dbecbde959a92a12ae08821e35d",
"@angular/forms": "github:angular/forms-builds#eda29b957bdef4ecefe0e088623fb2b9471f3d98",
"@angular/language-service": "github:angular/language-service-builds#307cdb54237035d6356b8a07da7bb8fe79da0dbf",
"@angular/localize": "github:angular/localize-builds#8406e8abbb44f722cf5419b52453d5886b1ee946",
"@angular/material": "github:angular/material-builds#f86cf1965bc7441e7e778597b118dc54aeda6bd2",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3209f09a387bc90e492765ee45db50ce86425ae4",
"@angular/platform-browser": "github:angular/platform-browser-builds#1517b27e1102ab1d6587c76d4fb7934f8002bc95",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7b696f0138c46a32e4dda69a9e7a162f03440a17",
"@angular/platform-server": "github:angular/platform-server-builds#01a976777756faa7f9e1a0894d54d7b61949a96e",
"@angular/router": "github:angular/router-builds#08977e175c43761d1c6da3dac923ffdf7914c3a7",
"@angular/service-worker": "github:angular/service-worker-builds#b96ece1b2131d4067f278d4343a01630b2c3914d"
"@angular/animations": "github:angular/animations-builds#6ee6ad011fc95d7a62939d9cd1005e444939e379",
"@angular/cdk": "github:angular/cdk-builds#cfa9c460c643221200c2a6f5b5d7dbf8cd085816",
"@angular/common": "github:angular/common-builds#5191c10cfeba2a9a5f14cf1f00ac71824a27f143",
"@angular/compiler": "github:angular/compiler-builds#4fad91e2575de82b71883c323c8f95a6e8ea61cc",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7a9d82c0066e71eaf36af92e65c518a2e47c8919",
"@angular/core": "github:angular/core-builds#ee9946d3577b1c411756035f16a3e4577e88c72e",
"@angular/forms": "github:angular/forms-builds#4f94abeb473e4748aa1a60ad2a05bdcb0474c34a",
"@angular/language-service": "github:angular/language-service-builds#c57877bd6744e0b9210b4293851a3e39b0843c53",
"@angular/localize": "github:angular/localize-builds#85f11f341604190f11197b4d23fa3fe5839bcd7c",
"@angular/material": "github:angular/material-builds#8cae0745cfa387b615b3d7413cd80d50b3bf2c3c",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#030c4324b0c080630352af940acd163a92c9e211",
"@angular/platform-browser": "github:angular/platform-browser-builds#7bc1c08f9fbba8622de05292d3fc5727e7787796",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#480ecc6dfdd09ed9f016b68d75ffe153ce8f546f",
"@angular/platform-server": "github:angular/platform-server-builds#bcc0d0782e4b489e1ce53bdc90f45707d8d0a5d0",
"@angular/router": "github:angular/router-builds#50c51ef0143f1ecf013a993bfbc859a71dae040f",
"@angular/service-worker": "github:angular/service-worker-builds#44162461af1e1caf38acfe029f2e78ed9c7290ca"
}
}

0 comments on commit 7ce5032

Please sign in to comment.