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 #27071

Merged
merged 1 commit into from
Feb 15, 2024
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
Original file line number Diff line number Diff line change
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@c83e99a12397014162531ca125c94549db55dd84
- uses: angular/dev-infra/github-actions/branch-manager@8642bb38e4e37508133aee57c8be9c3903495289
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@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup ESLint Caching
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
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@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
- 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@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
- 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 @@ -151,13 +151,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
- 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 @@ -169,13 +169,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@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/configure-remote@8642bb38e4e37508133aee57c8be9c3903495289
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8642bb38e4e37508133aee57c8be9c3903495289
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
uses: angular/dev-infra/github-actions/bazel/setup@8642bb38e4e37508133aee57c8be9c3903495289
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c83e99a12397014162531ca125c94549db55dd84
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8642bb38e4e37508133aee57c8be9c3903495289
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@c83e99a12397014162531ca125c94549db55dd84
- uses: angular/dev-infra/github-actions/post-approval-changes@8642bb38e4e37508133aee57c8be9c3903495289
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@c83e99a12397014162531ca125c94549db55dd84
- uses: angular/dev-infra/github-actions/feature-request@8642bb38e4e37508133aee57c8be9c3903495289
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.0-rc.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#55bd95c99e8fed8fbb2c2a5c052f6b25d0da849f",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c4cf003cb4ac849986beaa243d7e85a893612f2",
"@angular/cdk": "17.1.2",
"@angular/common": "17.2.0-rc.1",
"@angular/compiler": "17.2.0-rc.1",
"@angular/compiler-cli": "17.2.0-rc.1",
"@angular/core": "17.2.0-rc.1",
"@angular/forms": "17.2.0-rc.1",
"@angular/localize": "17.2.0-rc.1",
"@angular/material": "17.1.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c21f93acb618bcaeda52a8065e7b6c9242def182",
"@angular/platform-browser": "17.2.0-rc.1",
"@angular/platform-browser-dynamic": "17.2.0-rc.1",
"@angular/platform-server": "17.2.0-rc.1",
"@angular/router": "17.2.0-rc.1",
"@angular/service-worker": "17.2.0-rc.1",
"@angular/animations": "17.2.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#f1d01defb08ee44dbb4c99483b344d1673dfe88c",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1bd8d46a884cfe392781a40f79ae373daef4eda9",
"@angular/cdk": "17.2.0",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/compiler-cli": "17.2.1",
"@angular/core": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/localize": "17.2.1",
"@angular/material": "17.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a943ffc629f87e59edb63adf3a67ab8a0a33ac9",
"@angular/platform-browser": "17.2.1",
"@angular/platform-browser-dynamic": "17.2.1",
"@angular/platform-server": "17.2.1",
"@angular/router": "17.2.1",
"@angular/service-worker": "17.2.1",
"@babel/core": "7.23.9",
"@babel/generator": "7.23.6",
"@babel/helper-annotate-as-pure": "7.22.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "17.2.0-rc.1",
"@angular/compiler-cli": "17.2.0-rc.1",
"@angular/compiler": "17.2.1",
"@angular/compiler-cli": "17.2.1",
"typescript": "5.3.3",
"webpack": "5.90.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#1ffadfc5efa15b57d4a9a9d88355f26225f3b9ef",
"@angular/cdk": "github:angular/cdk-builds#ea9c4dba1823dfffb00256022501410117f81ba6",
"@angular/common": "github:angular/common-builds#8c8488980f658a4e014a6760509fc05528500844",
"@angular/compiler": "github:angular/compiler-builds#362bdada6e68bb5c84a4077e87ce97b4a2843a1f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#5d4d64cc8a14d610b040591f5e0314b2a0cf5a45",
"@angular/core": "github:angular/core-builds#e95b67cc4daf484603bc9906bbc06beae9885871",
"@angular/forms": "github:angular/forms-builds#53f6bb596e5ff47b2cd026e502a33e366475f84e",
"@angular/language-service": "github:angular/language-service-builds#1a38a61176cf74d41f1749e0e5ca5651ed06709a",
"@angular/localize": "github:angular/localize-builds#944e1c4ec6ab2135a76c5a6ef10802148c427ed7",
"@angular/material": "github:angular/material-builds#b21a7af3a520edcb999da267cc2f1886355296a9",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#45e4e040961fefb746f8ff0391242a3ec04512ac",
"@angular/platform-browser": "github:angular/platform-browser-builds#d11d82a4954b174d0b26403e1343269db2641de2",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b6f92be7ab36f3b43ca655b141277f5fd9f86a4c",
"@angular/platform-server": "github:angular/platform-server-builds#a9f142efbb401c42681419dce0f5789cbfa6afc7",
"@angular/router": "github:angular/router-builds#acb3c2a82bf1431193f3c8272cede278834ecef4",
"@angular/service-worker": "github:angular/service-worker-builds#ace3347e49e2bfbefd5ae99be1a01adb0e01e67e"
"@angular/animations": "github:angular/animations-builds#37813f4cc909d4073ee05a2cee30c0e9e6a29faf",
"@angular/cdk": "github:angular/cdk-builds#dd719e4e5b18b5c871a491b4a6861f303cbd790b",
"@angular/common": "github:angular/common-builds#45cdce0e4132c713d1ede20e70cc1fe9df4cb2ca",
"@angular/compiler": "github:angular/compiler-builds#ce69782d20232b17bfe5201f21dc9020710a79e2",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#584f343adc2d316138db8c0d211f5ab898ee2d61",
"@angular/core": "github:angular/core-builds#37cf7014c8f0da628f7563140aaa8da1de7f2ce6",
"@angular/forms": "github:angular/forms-builds#72914a28c1e43a0a080282e6d36a32c5bf67e8a5",
"@angular/language-service": "github:angular/language-service-builds#4502fc5ab13fa2df1480356f1eb75db80f02d29e",
"@angular/localize": "github:angular/localize-builds#87563ec36a9f2122c13d1ef27a0c789affb4af13",
"@angular/material": "github:angular/material-builds#16235851a3b3edf92e6a5e619d3b3c6be8c1618d",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c065a618d96afc59f8e45a29e568f04deb06306f",
"@angular/platform-browser": "github:angular/platform-browser-builds#d8c04bc7f5e2021c932adaeeda5df2fb3db93a3e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#21496b36e77663e7a40cb627f36028942b852b91",
"@angular/platform-server": "github:angular/platform-server-builds#0f3bceb35f19d17d9b35dc2dec1e9b7d8b223a25",
"@angular/router": "github:angular/router-builds#abd81fea5671d67c1bcf071167480eede7ba8f2c",
"@angular/service-worker": "github:angular/service-worker-builds#1d87279832495170e4436af5e6739e32efe6dafd"
}
}