Skip to content

build: update angular #23277

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

Merged
merged 1 commit into from
Jun 3, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d9f50abe777f5077aee75a35f2fe65bb478638b5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a2889d30aa4f7ff953f0cdaed212a7a62880644a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@a2889d30aa4f7ff953f0cdaed212a7a62880644a
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@d9f50abe777f5077aee75a35f2fe65bb478638b5
- uses: angular/dev-infra/github-actions/feature-request@a2889d30aa4f7ff953f0cdaed212a7a62880644a
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@d9f50abe777f5077aee75a35f2fe65bb478638b5
- uses: angular/dev-infra/github-actions/lock-closed@a2889d30aa4f7ff953f0cdaed212a7a62880644a
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "14.0.0-next.16",
"@angular/cdk": "14.0.0-next.13",
"@angular/common": "14.0.0-next.16",
"@angular/compiler": "14.0.0-next.16",
"@angular/compiler-cli": "14.0.0-next.16",
"@angular/core": "14.0.0-next.16",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#54c89d2b5ea8a35006eafdcd4e24abab6a7c73b6",
"@angular/forms": "14.0.0-next.16",
"@angular/localize": "14.0.0-next.16",
"@angular/material": "14.0.0-next.13",
"@angular/platform-browser": "14.0.0-next.16",
"@angular/platform-browser-dynamic": "14.0.0-next.16",
"@angular/platform-server": "14.0.0-next.16",
"@angular/router": "14.0.0-next.16",
"@angular/service-worker": "14.0.0-next.16",
"@angular/animations": "14.0.0",
"@angular/cdk": "14.0.0",
"@angular/common": "14.0.0",
"@angular/compiler": "14.0.0",
"@angular/compiler-cli": "14.0.0",
"@angular/core": "14.0.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#2fe60016e0ce6f1e53d4f5c5a1feb29d64ecd979",
"@angular/forms": "14.0.0",
"@angular/localize": "14.0.0",
"@angular/material": "14.0.0",
"@angular/platform-browser": "14.0.0",
"@angular/platform-browser-dynamic": "14.0.0",
"@angular/platform-server": "14.0.0",
"@angular/router": "14.0.0",
"@angular/service-worker": "14.0.0",
"@babel/core": "7.17.10",
"@babel/generator": "7.17.10",
"@babel/helper-annotate-as-pure": "7.16.7",
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": "14.0.0-next.16",
"@angular/compiler-cli": "14.0.0-next.16",
"@angular/compiler": "14.0.0",
"@angular/compiler-cli": "14.0.0",
"typescript": "~4.7.2",
"webpack": "5.72.1"
}
Expand Down
Loading