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

Merged
merged 1 commit into from
Oct 8, 2021
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/breaking-changes-label@792204aa7a4e88dab92636d34f5efb3546d69a9e
- uses: angular/dev-infra/github-actions/breaking-changes-label@cc39ee3da602c17537508b5f28a5a4e56ef817b9
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@792204aa7a4e88dab92636d34f5efb3546d69a9e
- uses: angular/dev-infra/github-actions/lock-closed@cc39ee3da602c17537508b5f28a5a4e56ef817b9
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@
},
"devDependencies": {
"@ampproject/remapping": "1.0.1",
"@angular/animations": "13.0.0-next.14",
"@angular/animations": "13.0.0-next.15",
"@angular/cdk": "13.0.0-next.7",
"@angular/common": "13.0.0-next.14",
"@angular/compiler": "13.0.0-next.14",
"@angular/compiler-cli": "13.0.0-next.14",
"@angular/core": "13.0.0-next.14",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#d008ca5d1aeebd192c7dca25d6eb09b9e69140c6",
"@angular/forms": "13.0.0-next.14",
"@angular/localize": "13.0.0-next.14",
"@angular/common": "13.0.0-next.15",
"@angular/compiler": "13.0.0-next.15",
"@angular/compiler-cli": "13.0.0-next.15",
"@angular/core": "13.0.0-next.15",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#cd75435cf69814d7a44c4b22ee24361a8513a730",
"@angular/forms": "13.0.0-next.15",
"@angular/localize": "13.0.0-next.15",
"@angular/material": "13.0.0-next.7",
"@angular/platform-browser": "13.0.0-next.14",
"@angular/platform-browser-dynamic": "13.0.0-next.14",
"@angular/platform-server": "13.0.0-next.14",
"@angular/router": "13.0.0-next.14",
"@angular/service-worker": "13.0.0-next.14",
"@angular/platform-browser": "13.0.0-next.15",
"@angular/platform-browser-dynamic": "13.0.0-next.15",
"@angular/platform-server": "13.0.0-next.15",
"@angular/router": "13.0.0-next.15",
"@angular/service-worker": "13.0.0-next.15",
"@babel/core": "7.15.8",
"@babel/generator": "7.15.8",
"@babel/helper-annotate-as-pure": "7.15.4",
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",
"@angular/compiler": "13.0.0-next.14",
"@angular/compiler-cli": "13.0.0-next.14",
"@angular/compiler": "13.0.0-next.15",
"@angular/compiler-cli": "13.0.0-next.15",
"typescript": "4.4.3",
"webpack": "5.57.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#f920cc38c7352a4acd908cd0b7194e67b70095b2",
"@angular/cdk": "github:angular/cdk-builds#8b7fb9070eeec208151ec24ba2eff132c0d284f8",
"@angular/common": "github:angular/common-builds#6bc15005445bf2f991fa59968bc805c960d0b5e3",
"@angular/compiler": "github:angular/compiler-builds#fa4eda087372ed34dc5deeb835908644e427baf3",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6e2eb9773a7d59c0446c0365dd744e55dbe7a327",
"@angular/core": "github:angular/core-builds#f5c9b32fcc3636017a05144965b450f15114330b",
"@angular/forms": "github:angular/forms-builds#1b3c521ac31558428040ef22c81b3fdf665a5904",
"@angular/language-service": "github:angular/language-service-builds#bda80b46ad12a5fa251b6efae2666b1084864c89",
"@angular/localize": "github:angular/localize-builds#49b15f67acb5dc038355bee1e7fbad6d16fb09e8",
"@angular/material": "github:angular/material2-builds#00f4e4aad5357eac41098cea77d1923f4fc6bdbc",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#059d139d73d7b174dda4371b110671117e7f6fa2",
"@angular/platform-browser": "github:angular/platform-browser-builds#38ad42dfd00b2430a304d028335fb75331dff548",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a96356048970c6324b6b9dd58174a8a061d3b57a",
"@angular/platform-server": "github:angular/platform-server-builds#23170235a5d5dd9359b80854150053a444552cb9",
"@angular/router": "github:angular/router-builds#561366dedc2e89151cc8245fb34c2e43c6d93b0b",
"@angular/service-worker": "github:angular/service-worker-builds#0403c4be4ccaed40be0a3c77c455f2ac1e3b2857"
"@angular/animations": "github:angular/animations-builds#70aa00368fa753f97e257d9ce8c8c9b47b90bebe",
"@angular/cdk": "github:angular/cdk-builds#bc5649f34a89563e689d38688159ab2062061942",
"@angular/common": "github:angular/common-builds#82268b4b5b19a9f8a3b870c40d432bb2eb18599a",
"@angular/compiler": "github:angular/compiler-builds#9083e18586aa5f9983f2d955fafc08d461fed186",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#010e2945799f208ddc4718396f78b9a032637e2b",
"@angular/core": "github:angular/core-builds#088079955b3c6ce55c3358ab11261cefb3813e3b",
"@angular/forms": "github:angular/forms-builds#f8e57da84a8205e7420e8b315cf85da62e43d478",
"@angular/language-service": "github:angular/language-service-builds#898bfb781d02e3d05f55bc5bba81db52a5e3fe1a",
"@angular/localize": "github:angular/localize-builds#8ae3d2ffde807b38a1865304920d4b3e6dc36d80",
"@angular/material": "github:angular/material2-builds#2ee8898100acf4194956c7d7e438f5541d72a2ed",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c50413083146834f8e34a189a3dd96d888101b4f",
"@angular/platform-browser": "github:angular/platform-browser-builds#0a8fd3835808034dda57ce459408c001cd12ab56",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b52c0689f659a010b2c1052e68e2fa158ac0f1ad",
"@angular/platform-server": "github:angular/platform-server-builds#d87f62016052b18107ed8aeb9ba719fb69d8030a",
"@angular/router": "github:angular/router-builds#83004fffb6fdbceac7a634fac8f26292ce03f5a8",
"@angular/service-worker": "github:angular/service-worker-builds#286df36439d48a8833dca06b66f84099619825b7"
}
}