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

Merged
merged 1 commit into from
Jan 12, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@62bab51322beecb8e370bc37daeffa1bddddc917
- uses: angular/dev-infra/github-actions/commit-message-based-labels@47168baf0b140436ad30c923ba8de24cad0aefc2
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 @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@62bab51322beecb8e370bc37daeffa1bddddc917
- uses: angular/dev-infra/github-actions/lock-closed@47168baf0b140436ad30c923ba8de24cad0aefc2
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@angular/compiler": "13.1.1",
"@angular/compiler-cli": "13.1.1",
"@angular/core": "13.1.1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#836e819b2692f3effcf157eae599ba823030e5d6",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4b4d90418c4fe024676e102f714a20a65610c724",
"@angular/forms": "13.1.1",
"@angular/localize": "13.1.1",
"@angular/material": "13.1.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#9af9324b9036a2db8d4cf855e6cc6386c2badceb",
"@angular/cdk": "github:angular/cdk-builds#185a7d8dd53067fba259c7a6b9ed96b726bea534",
"@angular/common": "github:angular/common-builds#8ab631147b296ba77546f622e627cf1e50b76f0b",
"@angular/compiler": "github:angular/compiler-builds#34c1dabc15cf7832230dd50016645fb273190559",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#664e9e8fabf6e8b9da8d51ef30cdbb7e87cd40eb",
"@angular/core": "github:angular/core-builds#a8c0c6dbb9fad4b33024c0c32ba6fd3744747c4e",
"@angular/forms": "github:angular/forms-builds#6246f20d25cd341aa328968358c973dc8f3fad40",
"@angular/language-service": "github:angular/language-service-builds#017069563ccefbbde704ce1f3922260f27a0b931",
"@angular/localize": "github:angular/localize-builds#432b726d11daaaaab72447e78658d56980751223",
"@angular/material": "github:angular/material2-builds#73798b81c395b60302fa0857a0751ccfd1c454c9",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f40582c895676bfaef5f82c68b90e114b7a5acd3",
"@angular/platform-browser": "github:angular/platform-browser-builds#e031325de68d4e676a59877dc1dcf55d1dc4e0a9",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#27089b0c4490dfed578bc4c4ecf3e739720d7e88",
"@angular/platform-server": "github:angular/platform-server-builds#25ca3501369d958857a723e6bf4c7536af64d614",
"@angular/router": "github:angular/router-builds#45ff75825996bf65981ab7bac41d256e47be3669",
"@angular/service-worker": "github:angular/service-worker-builds#00f305b0993e0c7fdd72c658bfcd37bdabe4d477"
"@angular/animations": "github:angular/animations-builds#76206b6b438d9a0e025d6fa19d2628943c8f1d19",
"@angular/cdk": "github:angular/cdk-builds#e514067f9ca8ac218cbe93da61c5efd27dfbed79",
"@angular/common": "github:angular/common-builds#e1929e16d6e014df55c13e3b01c005fbef3246ad",
"@angular/compiler": "github:angular/compiler-builds#6e3827479a9e4a78347b53de022c7e8a8283fd6e",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#4a7d1dd016cdd47aa8e33bf7e800e1c65b45ad3e",
"@angular/core": "github:angular/core-builds#a04c862bfa8818794bcfb9c878e327dc9e143aa8",
"@angular/forms": "github:angular/forms-builds#a8a82caff711e94864e2d0fb0f3e8db70bfb929d",
"@angular/language-service": "github:angular/language-service-builds#292aff37fdde553faf6d294d4580434d685432d3",
"@angular/localize": "github:angular/localize-builds#0a14b7cac3f794784c4bf744d560f3f119e193dd",
"@angular/material": "github:angular/material2-builds#15a7e2dbafd38db554f5813898dcd711dca87cb8",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#acd3f6fa77d12bec1d1fc58470fd6845143aad9e",
"@angular/platform-browser": "github:angular/platform-browser-builds#eb693b10756d0a56fdedb86c2aaae5fdb2c12d04",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3ffda04614f17ea6e6fd616588da64238fbefa2d",
"@angular/platform-server": "github:angular/platform-server-builds#bccf49f022a3d7f6b434d725e5f29803754d7b6d",
"@angular/router": "github:angular/router-builds#59f00924376b24a84471170310c72ffbd4fb580a",
"@angular/service-worker": "github:angular/service-worker-builds#06d8c71507e191a26d06b3a2b95793e5981c536a"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
dependencies:
tslib "^2.0.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#836e819b2692f3effcf157eae599ba823030e5d6":
version "0.0.0-62bab51322beecb8e370bc37daeffa1bddddc917"
uid "836e819b2692f3effcf157eae599ba823030e5d6"
resolved "https://github.com/angular/dev-infra-private-builds.git#836e819b2692f3effcf157eae599ba823030e5d6"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#4b4d90418c4fe024676e102f714a20a65610c724":
version "0.0.0-47168baf0b140436ad30c923ba8de24cad0aefc2"
uid "4b4d90418c4fe024676e102f714a20a65610c724"
resolved "https://github.com/angular/dev-infra-private-builds.git#4b4d90418c4fe024676e102f714a20a65610c724"
dependencies:
"@actions/core" "^1.4.0"
"@actions/github" "^5.0.0"
Expand Down