Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular #26737

Merged
merged 1 commit into from Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
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@f2dbdeb62601fa259e10be581758fc147eb75094
- uses: angular/dev-infra/github-actions/branch-manager@d01e0c2916c4ba253852fc12819c413f382cde73
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/configure-remote@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d01e0c2916c4ba253852fc12819c413f382cde73
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
uses: angular/dev-infra/github-actions/bazel/setup@d01e0c2916c4ba253852fc12819c413f382cde73
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f2dbdeb62601fa259e10be581758fc147eb75094
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d01e0c2916c4ba253852fc12819c413f382cde73
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@f2dbdeb62601fa259e10be581758fc147eb75094
- uses: angular/dev-infra/github-actions/post-approval-changes@d01e0c2916c4ba253852fc12819c413f382cde73
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@f2dbdeb62601fa259e10be581758fc147eb75094
- uses: angular/dev-infra/github-actions/feature-request@d01e0c2916c4ba253852fc12819c413f382cde73
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,7 +61,7 @@
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.1.0-next.5",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#99804dcbccc234d6ec79b96914a3bd2a3dabbbad",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703",
"@angular/cdk": "17.1.0-next.3",
"@angular/common": "17.1.0-next.5",
"@angular/compiler": "17.1.0-next.5",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.1.0-next.5",
"@angular/localize": "17.0.8",
"@angular/material": "17.1.0-next.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360",
"@angular/platform-browser": "17.1.0-next.5",
"@angular/platform-browser-dynamic": "17.1.0-next.5",
"@angular/platform-server": "17.1.0-next.5",
Expand Down
6 changes: 3 additions & 3 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Expand Up @@ -3,16 +3,16 @@
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#96a98e8357f1ca91234be4b7bdeb42ce2d921b39",
"@angular/cdk": "github:angular/cdk-builds#9a9c582bf42fc74ed25ba332adee76bc28f727ce",
"@angular/cdk": "github:angular/cdk-builds#974eeb1fb61f809413d4c3e57e7fc2d1c1ecee24",
"@angular/common": "github:angular/common-builds#598a9576192ac66a45a89233b0efab9ccb6733c2",
"@angular/compiler": "github:angular/compiler-builds#c30a00130e42eb6eb3f7709e0efb8f6437c673c7",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#4edeb0e8ba7b5f838a14b4b122064f25e3a25378",
"@angular/core": "github:angular/core-builds#81587ca24f5e7950a1204282f2396c980cbaa906",
"@angular/forms": "github:angular/forms-builds#a544a6bd9625614a174f161ccf46f5f09f5898e2",
"@angular/language-service": "github:angular/language-service-builds#00d2878dcf7d955b19c3b593c2eb83a1ddb289e1",
"@angular/localize": "github:angular/localize-builds#ae53beb8a4b87aeaa840dd76a8a311cb2d1d6cfe",
"@angular/material": "github:angular/material-builds#26a9f3d2f7bafff54d05968799663c68aad75223",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7429126251a873128542b51834523847382af2ca",
"@angular/material": "github:angular/material-builds#797f85378fb4cc72489a0759e7e0546099e2d478",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b1e9d14919723bca2c2c1c7c99f059ffb573a599",
"@angular/platform-browser": "github:angular/platform-browser-builds#8903960b389994a6fb9d6b40fffa2331ce59f134",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#01f5e335ae7603ae26d230291c333826e92aa212",
"@angular/platform-server": "github:angular/platform-server-builds#e1ccbe127d0c6a85500e4cdf472f836df0d88ca1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -139,10 +139,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893":
version "0.0.0-f2dbdeb62601fa259e10be581758fc147eb75094"
uid "57d539c71ca3c8fd8206017529edff12dba6b893"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703":
version "0.0.0-d01e0c2916c4ba253852fc12819c413f382cde73"
uid "304ae4d3e7d36152b4460eb27615e6ad54af9703"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703"
dependencies:
"@angular-devkit/build-angular" "17.1.0-next.2"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -306,10 +306,10 @@
"@material/typography" "15.0.0-canary.a246a4439.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce":
version "0.0.0-f2dbdeb62601fa259e10be581758fc147eb75094"
uid b3144f194bc969216ec1ac07145f02f11d0ef0ce
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360":
version "0.0.0-d01e0c2916c4ba253852fc12819c413f382cde73"
uid "7b586a89ddee75f34ff89a66dd5b7ba9efdb6360"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down