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

Merged
merged 1 commit into from Mar 1, 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0964b22324054d42af368701cd22849895880f11
- uses: angular/dev-infra/github-actions/branch-manager@be8740e7694c0a6467b569687627b42fe32010d5
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0964b22324054d42af368701cd22849895880f11
- uses: angular/dev-infra/github-actions/commit-message-based-labels@be8740e7694c0a6467b569687627b42fe32010d5
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
- uses: angular/dev-infra/github-actions/post-approval-changes@0964b22324054d42af368701cd22849895880f11
- uses: angular/dev-infra/github-actions/post-approval-changes@be8740e7694c0a6467b569687627b42fe32010d5
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@0964b22324054d42af368701cd22849895880f11
- uses: angular/dev-infra/github-actions/feature-request@be8740e7694c0a6467b569687627b42fe32010d5
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@0964b22324054d42af368701cd22849895880f11
- uses: angular/dev-infra/github-actions/lock-closed@be8740e7694c0a6467b569687627b42fe32010d5
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "16.0.0-next.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#34d71bee766ad8bd1326ca5d47ae9947c78b1f56",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#704eca8e2057602b57618ffcb1d7495a27598113",
"@angular/cdk": "15.2.0",
"@angular/common": "16.0.0-next.0",
"@angular/compiler": "16.0.0-next.0",
Expand All @@ -74,7 +74,7 @@
"@angular/forms": "16.0.0-next.0",
"@angular/localize": "16.0.0-next.0",
"@angular/material": "15.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1b5502d1b766b615f945d293caaebe8e017aedcc",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#61a1b6d9759eb39db0522418f09d237a8688026e",
"@angular/platform-browser": "16.0.0-next.0",
"@angular/platform-browser-dynamic": "16.0.0-next.0",
"@angular/platform-server": "16.0.0-next.0",
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#51b715b78e0344f31b8939faa5f15dd72bd83f9d",
"@angular/cdk": "github:angular/cdk-builds#6f0baa7d1ff78b5d3e580629b9f61ef75085329b",
"@angular/common": "github:angular/common-builds#ea6573510e2ddf3a764b0ca662981afea4f3aa6d",
"@angular/compiler": "github:angular/compiler-builds#16322f8d207a73bd9fdd975345bf21c0e484951c",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a2d589255777be91d3e76b3d571a9ee410e1704c",
"@angular/core": "github:angular/core-builds#e7f80076a6838da908fdc3589253ad8d0ff84ca5",
"@angular/forms": "github:angular/forms-builds#5a27cd4ff3c6e0c87b31a7ff4e78db75344a1953",
"@angular/language-service": "github:angular/language-service-builds#880b7853de69167454f8785dd3e05f5e2728774a",
"@angular/localize": "github:angular/localize-builds#aa9fa33ef81e9c3bd53b3561739693f46ca9b4a5",
"@angular/material": "github:angular/material-builds#23b6f5d31b2190083a4b79515cbecd9c35dcff65",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#78f8b422f4d015b3cd53c206d7dd7216adf6de76",
"@angular/platform-browser": "github:angular/platform-browser-builds#7706e73704e6a605db33b4295f4ec46cbdc740ea",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#97ec9c38ec92c3415f00cd552760a26aa4701f3f",
"@angular/platform-server": "github:angular/platform-server-builds#e4b78058b236dfaa8e5a091a7d493f6d22abfb03",
"@angular/router": "github:angular/router-builds#bd1f5707cf3fb2fca752c76179f1795fa323bd63",
"@angular/service-worker": "github:angular/service-worker-builds#09f2409d95d284ee8de08c4a2fb80969f36bba97"
"@angular/animations": "github:angular/animations-builds#a365c5514bbdca5663b8e717f5b32451ff9718d6",
"@angular/cdk": "github:angular/cdk-builds#a82513353884b5cb54167e0d7de3f848612eb9a0",
"@angular/common": "github:angular/common-builds#3508814e623e22882770d1e108721c9ad9a82417",
"@angular/compiler": "github:angular/compiler-builds#fb924f55438a1a7beb0acf98192cb4efe1175a4f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#13a62135e9d7f8cb2ebbc4da9e8cb328eb76206d",
"@angular/core": "github:angular/core-builds#a0c22c43de1cf23f7a02a674072227eaac714c83",
"@angular/forms": "github:angular/forms-builds#d2c81ba6a1454c997d5649bc99b86dcba0bf578e",
"@angular/language-service": "github:angular/language-service-builds#bf3ff4b4da2b0993276411a344d05adfe98b82de",
"@angular/localize": "github:angular/localize-builds#79a3d603142d76be2681cf3e32ae0e7a3bd344bd",
"@angular/material": "github:angular/material-builds#34a5826cc3e7494b11c1521f10f3287409aa8495",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a203748c1b27dbec78eef789ca274aabc1b52302",
"@angular/platform-browser": "github:angular/platform-browser-builds#2f027a2a533abed4b57348891dcfa8a7945561dd",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#2ed9e832841889318970b2a242b902df7f1df1e6",
"@angular/platform-server": "github:angular/platform-server-builds#4aebc09767b838f00b9c4366f630b7303cd9e825",
"@angular/router": "github:angular/router-builds#6ad4886b9a78c10d4e438e2cd7fa1de12e1ec698",
"@angular/service-worker": "github:angular/service-worker-builds#0dd71954e09ae1a9a8d8d129f593801d5b396b9a"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -120,10 +120,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#34d71bee766ad8bd1326ca5d47ae9947c78b1f56":
version "0.0.0-0964b22324054d42af368701cd22849895880f11"
uid "34d71bee766ad8bd1326ca5d47ae9947c78b1f56"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#34d71bee766ad8bd1326ca5d47ae9947c78b1f56"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#704eca8e2057602b57618ffcb1d7495a27598113":
version "0.0.0-be8740e7694c0a6467b569687627b42fe32010d5"
uid "704eca8e2057602b57618ffcb1d7495a27598113"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#704eca8e2057602b57618ffcb1d7495a27598113"
dependencies:
"@angular-devkit/build-angular" "16.0.0-next.1"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -304,10 +304,10 @@
"@material/typography" "15.0.0-canary.684e33d25.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1b5502d1b766b615f945d293caaebe8e017aedcc":
version "0.0.0-0964b22324054d42af368701cd22849895880f11"
uid "1b5502d1b766b615f945d293caaebe8e017aedcc"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1b5502d1b766b615f945d293caaebe8e017aedcc"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#61a1b6d9759eb39db0522418f09d237a8688026e":
version "0.0.0-be8740e7694c0a6467b569687627b42fe32010d5"
uid "61a1b6d9759eb39db0522418f09d237a8688026e"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#61a1b6d9759eb39db0522418f09d237a8688026e"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down