Skip to content

Commit 3be4074

Browse files
committed
chore: bump version to 9.0.0-rc.9 w/ changelog (#18347)
(cherry picked from commit fd3c31d)
1 parent c7c0207 commit 3be4074

File tree

3 files changed

+128
-105
lines changed

3 files changed

+128
-105
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 9.0.0-rc.9 "uranium-surfboard" (2020-01-31)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **a11y:** make cdk-high-contrast work w/ emulated view encapsulation ([#18152](https://github.com/angular/components/issues/18152)) ([aff21e8](https://github.com/angular/components/commit/aff21e8)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | reduce amount of generated high contrast styles ([#18332](https://github.com/angular/components/issues/18332)) ([b119472](https://github.com/angular/components/commit/b119472)) |
14+
| bug fix | **checkbox:** outline not visible when checked in high contrast mode ([#18048](https://github.com/angular/components/issues/18048)) ([75a7681](https://github.com/angular/components/commit/75a7681)) |
15+
| bug fix | **chips:** set aria-required on chip input ([#18098](https://github.com/angular/components/issues/18098)) ([05d072a](https://github.com/angular/components/commit/05d072a)), closes [#18049](https://github.com/angular/components/issues/18049) |
16+
| bug fix | **datepicker:** able to focus disabled datepicker toggle while disabled via click ([#18231](https://github.com/angular/components/issues/18231)) ([9086a4b](https://github.com/angular/components/commit/9086a4b)) |
17+
| bug fix | **drag-drop:** error if next sibling is removed after drag sequence has started ([#18230](https://github.com/angular/components/issues/18230)) ([7a167a2](https://github.com/angular/components/commit/7a167a2)), closes [#18205](https://github.com/angular/components/issues/18205) |
18+
| bug fix | **drag-drop:** not picking up initial disabled state of handle ([#16643](https://github.com/angular/components/issues/16643)) ([3b28d33](https://github.com/angular/components/commit/3b28d33)), closes [#16642](https://github.com/angular/components/issues/16642) |
19+
| bug fix | **drag-drop:** prevent dragging selected text with the mouse ([#18103](https://github.com/angular/components/issues/18103)) ([fbbac37](https://github.com/angular/components/commit/fbbac37)) |
20+
| bug fix | **expansion:** unable to toggle disabled panel via methods ([#18181](https://github.com/angular/components/issues/18181)) ([796db4d](https://github.com/angular/components/commit/796db4d)), closes [#18171](https://github.com/angular/components/issues/18171) |
21+
| bug fix | **input:** input harness not matching `matNativeControl` ([#18221](https://github.com/angular/components/issues/18221)) ([f0d3a6b](https://github.com/angular/components/commit/f0d3a6b)) |
22+
| bug fix | **overlay:** don't reset global overlay alignment when width is 100% and there's a maxWidth ([#17842](https://github.com/angular/components/issues/17842)) ([37d0191](https://github.com/angular/components/commit/37d0191)), closes [#17841](https://github.com/angular/components/issues/17841) |
23+
| bug fix | **overlay:** only clear duplicate containers from different platform ([#17006](https://github.com/angular/components/issues/17006)) ([67d27fd](https://github.com/angular/components/commit/67d27fd)), closes [#16851](https://github.com/angular/components/issues/16851) |
24+
| bug fix | **schematics:** global typography class always being added ([#18315](https://github.com/angular/components/issues/18315)) ([2b83a0a](https://github.com/angular/components/commit/2b83a0a)), closes [#17602](https://github.com/angular/components/issues/17602) [#16776](https://github.com/angular/components/issues/16776) |
25+
| bug fix | **tabs:** better high contrast indication on supported browsers ([#18160](https://github.com/angular/components/issues/18160)) ([01b31de](https://github.com/angular/components/commit/01b31de)) |
26+
| bug fix | **tabs:** don't start auto-scroll when right clicking on buttons ([#18033](https://github.com/angular/components/issues/18033)) ([ca9b204](https://github.com/angular/components/commit/ca9b204)) |
27+
28+
### youtube-player
29+
30+
| | |
31+
| ---------- | --------------------- |
32+
| bug fix | memory leak if player is destroyed before it is done initializing ([#18046](https://github.com/angular/components/issues/18046)) ([6b3a271](https://github.com/angular/components/commit/6b3a271)) |
33+
| bug fix | not picking up static startSeconds and endSeconds ([#18214](https://github.com/angular/components/issues/18214)) ([8ea430f](https://github.com/angular/components/commit/8ea430f)), closes [#18212](https://github.com/angular/components/issues/18212) |
34+
35+
### material-experimental
36+
37+
| | |
38+
| ---------- | --------------------- |
39+
| bug fix | errors with latest MDC canary version ([#18173](https://github.com/angular/components/issues/18173)) ([5d13491](https://github.com/angular/components/commit/5d13491)) |
40+
| bug fix | mdc-theming and mdc-typography files not published ([#18251](https://github.com/angular/components/issues/18251)) ([77a25eb](https://github.com/angular/components/commit/77a25eb)) |
41+
42+
143
# 9.0.0-rc.8 "stone-stallion" (2020-01-16)
244

345
### material

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
4343
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
4444
},
45-
"version": "9.0.0-rc.8",
45+
"version": "9.0.0-rc.9",
4646
"dependencies": {
47-
"@angular/animations": "^9.0.0-rc.11",
48-
"@angular/common": "^9.0.0-rc.11",
49-
"@angular/compiler": "^9.0.0-rc.11",
50-
"@angular/core": "^9.0.0-rc.11",
51-
"@angular/elements": "^9.0.0-rc.11",
52-
"@angular/forms": "^9.0.0-rc.11",
53-
"@angular/platform-browser": "^9.0.0-rc.11",
47+
"@angular/animations": "^9.0.0-rc.12",
48+
"@angular/common": "^9.0.0-rc.12",
49+
"@angular/compiler": "^9.0.0-rc.12",
50+
"@angular/core": "^9.0.0-rc.12",
51+
"@angular/elements": "^9.0.0-rc.12",
52+
"@angular/forms": "^9.0.0-rc.12",
53+
"@angular/platform-browser": "^9.0.0-rc.12",
5454
"@types/googlemaps": "^3.37.0",
5555
"@types/youtube": "^0.0.38",
5656
"@webcomponents/custom-elements": "^1.1.0",
@@ -62,13 +62,13 @@
6262
"zone.js": "~0.10.2"
6363
},
6464
"devDependencies": {
65-
"@angular-devkit/core": "^9.0.0-rc.10",
66-
"@angular-devkit/schematics": "^9.0.0-rc.10",
67-
"@angular/bazel": "^9.0.0-rc.11",
68-
"@angular/compiler-cli": "^9.0.0-rc.11",
69-
"@angular/platform-browser-dynamic": "^9.0.0-rc.11",
70-
"@angular/platform-server": "^9.0.0-rc.11",
71-
"@angular/router": "^9.0.0-rc.11",
65+
"@angular-devkit/core": "^9.0.0-rc.12",
66+
"@angular-devkit/schematics": "^9.0.0-rc.12",
67+
"@angular/bazel": "^9.0.0-rc.12",
68+
"@angular/compiler-cli": "^9.0.0-rc.12",
69+
"@angular/platform-browser-dynamic": "^9.0.0-rc.12",
70+
"@angular/platform-server": "^9.0.0-rc.12",
71+
"@angular/router": "^9.0.0-rc.12",
7272
"@bazel/bazel": "^1.1.0",
7373
"@bazel/buildifier": "^0.29.0",
7474
"@bazel/ibazel": "^0.10.3",
@@ -78,7 +78,7 @@
7878
"@bazel/typescript": "1.0.0",
7979
"@firebase/app-types": "^0.3.2",
8080
"@octokit/rest": "^16.28.7",
81-
"@schematics/angular": "^9.0.0-rc.10",
81+
"@schematics/angular": "^9.0.0-rc.11",
8282
"@types/browser-sync": "^2.26.1",
8383
"@types/fs-extra": "^4.0.3",
8484
"@types/glob": "^5.0.33",

yarn.lock

Lines changed: 70 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22
# yarn lockfile v1
33

44

5-
"@angular-devkit/core@9.0.0-rc.10", "@angular-devkit/core@^9.0.0-rc.10":
6-
version "9.0.0-rc.10"
7-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.10.tgz#e751cedf6483026bbb3f9a5a6ab9c6e9833e1c3a"
8-
integrity sha512-aEdHb9M1rwAsyJSkmQ8J4BRiRLK4zWQL/CXxK15c056H04ncwU8OntBChpnSIf5iGsBM9UQRtiFbRubLfrpxgQ==
5+
"@angular-devkit/core@9.0.0-rc.11", "@angular-devkit/core@^9.0.0-rc.12":
6+
version "9.0.0-rc.11"
7+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.11.tgz#9e69545eb21284a573ad78e4c33003f2ea25afd5"
8+
integrity sha512-ki7Sln+mQdCctJNBalzy70tiFn2hOCY2Yyte8B0xKWVHnofZySvG+ANzoLgodnKFOBH18AQy35FhgzZM++N9tQ==
99
dependencies:
1010
ajv "6.10.2"
1111
fast-json-stable-stringify "2.0.0"
1212
magic-string "0.25.4"
1313
rxjs "6.5.3"
1414
source-map "0.7.3"
1515

16-
"@angular-devkit/schematics@9.0.0-rc.10", "@angular-devkit/schematics@^9.0.0-rc.10":
17-
version "9.0.0-rc.10"
18-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.10.tgz#65d5e3fbf6a0c7c0689f3ac27cc1b629ca6c8570"
19-
integrity sha512-cuy+gDOhzf04vhJHsR21HnkEcOZqyfFabNs90Q5H77iGWl7GUO/RhwV7tXADdKZ4ee14rfFQi3TA0SrcOMXQlA==
16+
"@angular-devkit/schematics@9.0.0-rc.11", "@angular-devkit/schematics@^9.0.0-rc.12":
17+
version "9.0.0-rc.11"
18+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.11.tgz#e0d4d271d8d783ebf05eced576262f20e6c3562c"
19+
integrity sha512-aJqOLzsoAkVj3AVTf1ehH2hA9wHHz1+7TTtfqI+Yx+S3jFyvGmnKrNBCKtMuIV5JdEHiXmhhuGbNBHwRFWpOow==
2020
dependencies:
21-
"@angular-devkit/core" "9.0.0-rc.10"
21+
"@angular-devkit/core" "9.0.0-rc.11"
2222
ora "4.0.2"
2323
rxjs "6.5.3"
2424

25-
"@angular/animations@^9.0.0-rc.11":
26-
version "9.0.0-rc.11"
27-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.11.tgz#83fd0ed94ef1a0c0f149a5502b29f382dc4f0106"
28-
integrity sha512-0CsiykW6BWM/MwZGvEdMQc8MFBsdLLpF19TXF+f7UxHuDzj7brqmquAxyWIpVHlwl+j1Ey/sU28gcPnK+GVDHw==
25+
"@angular/animations@^9.0.0-rc.12":
26+
version "9.0.0-rc.12"
27+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.12.tgz#13e4c594f71aac5c3457342cea0f363b048cc4e6"
28+
integrity sha512-fsTxlCptaVlwGD8B2H3ke2bRLKzSDCMwEWxf9O/rjQhUSaIVRMGMTTy8rW8OvxF2ysZatU+ademROxBaUsO/sw==
2929

30-
"@angular/bazel@^9.0.0-rc.11":
31-
version "9.0.0-rc.11"
32-
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.11.tgz#bc83bd08c51bcfe02550191d8a42bc9ad7852587"
33-
integrity sha512-IEuldiI7hcLWQxUoOlBx0xtC6bpzwAWISY+LbKhaE1v8Xq8UgjsvfpwZZ80oSRPHnKsPYX/bskCPZSSh5Ur20g==
30+
"@angular/bazel@^9.0.0-rc.12":
31+
version "9.0.0-rc.12"
32+
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.12.tgz#0841a229b13793af4b2fe64895355764900b3d82"
33+
integrity sha512-R90bZhEh4oBFi6P6TjDPhKWfGWsp6xYUUh26Nxa3IhSnHwrXTB9EIUIhu173Q+YOZyNFsyk4fppL3GDeu5/GkA==
3434
dependencies:
3535
"@microsoft/api-extractor" "^7.3.9"
3636
shelljs "0.8.2"
3737
tsickle "^0.38.0"
3838

39-
"@angular/common@^9.0.0-rc.11":
40-
version "9.0.0-rc.11"
41-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.11.tgz#0ec2bcea969f4fe5f954af3b0ec69b71e7144273"
42-
integrity sha512-YFn+p0+3swnL4EsDEE4OUaV3HrIUpYtdLD6PA/N5nRdc7hRMQk+rrJJEk88ltsleJaPzq7ocVd44ZQwJOUXbKQ==
39+
"@angular/common@^9.0.0-rc.12":
40+
version "9.0.0-rc.12"
41+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.12.tgz#21fcbc7bc9ce94cbdedc0f5aa9713c35311afba8"
42+
integrity sha512-bSNwXjaSH52slnTVqNEAXz0H+VCBLjc5Qzq4e0Urfr4qacE6kKD0dYnXZH/iGeaZHL/kw0nl8c0Pe1WCzoF3kg==
4343

44-
"@angular/compiler-cli@^9.0.0-rc.11":
45-
version "9.0.0-rc.11"
46-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.11.tgz#d60e5294bf20350b04a5f2aec3bbc008ec867ad1"
47-
integrity sha512-MDCydN4oNhpZgPEi/Gr2gxDYk/Z1wtAmCSVvhhjrpkwoXB5Rs0GmTtgtVypt4joM4XM+FLn8ZYIJVvqgJHeNOw==
44+
"@angular/compiler-cli@^9.0.0-rc.12":
45+
version "9.0.0-rc.12"
46+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.12.tgz#11787006ba26a8aaef2ad3e09f0b94047ab6b1b8"
47+
integrity sha512-vA/UpUWttJALXnmE+eJ0x2LAi+Gm5P3l1uj0gdoK14OyARUWhm+Oc0Dj8e5mXpy/pIVrsL4S/FL4tsNUSGynBQ==
4848
dependencies:
4949
canonical-path "1.0.0"
50-
chokidar "^2.1.1"
50+
chokidar "^3.0.0"
5151
convert-source-map "^1.5.1"
5252
dependency-graph "^0.7.2"
5353
magic-string "^0.25.0"
@@ -57,48 +57,48 @@
5757
source-map "^0.6.1"
5858
yargs "13.1.0"
5959

60-
"@angular/compiler@^9.0.0-rc.11":
61-
version "9.0.0-rc.11"
62-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.11.tgz#78eae2ece47db78d6eac761fb3e0b7c8e176eda8"
63-
integrity sha512-85Lop+B4gt4m2kfhJ4unr/S/gjQZhfW6BjNwnQcU83WxF3+4e6WJg+8SvtEXfduQfWtmuvzn8YwUQ9Plja3JAw==
64-
65-
"@angular/core@^9.0.0-rc.11":
66-
version "9.0.0-rc.11"
67-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.11.tgz#205916e117a3bb4cc6da678bdb9a1e5f6b1e1849"
68-
integrity sha512-4UapMrnPuqO+WQ+vkqAZUPcN9aqdPhl8Q4F3+3YSOjKdor8Eg/vqkGsNNbSko6vTnxX1dDxEHP/XzNBq0JMSfw==
69-
70-
"@angular/elements@^9.0.0-rc.11":
71-
version "9.0.0-rc.11"
72-
resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.11.tgz#1dbe3ff5f241de8babd7321622859c42b90bce15"
73-
integrity sha512-YdKlAOcZwMU9cC33jSCOvQSn8LoRbYComUkVKHPAxeRfmebK8amRcf4V3c4uWeIadI9WVVbVSTAZjRwWj3jLiw==
74-
75-
"@angular/forms@^9.0.0-rc.11":
76-
version "9.0.0-rc.11"
77-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.11.tgz#77bc013ae1bd0aa35b5ec98578b07dd320b57ad9"
78-
integrity sha512-p/oJjAR5L2WSIj/0RQYdpCyg01jR5hF8o6mX5XxuN9mFRut47NOAA6CrxCH/cGsat/mLYriQ+0uhcJukU6Qsyw==
79-
80-
"@angular/platform-browser-dynamic@^9.0.0-rc.11":
81-
version "9.0.0-rc.11"
82-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.11.tgz#959a43ea3913f3e8c6c281ba526214f35d542561"
83-
integrity sha512-dtYBPL+32VjHibm19mv33bTqfa8tTE5eOSZGLh29gaFnChJzopTZ+jchpPzhpczovDwH66c1Z/Ho8qK+0k4/7Q==
84-
85-
"@angular/platform-browser@^9.0.0-rc.11":
86-
version "9.0.0-rc.11"
87-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.11.tgz#ac9fb6b856684653e878e0867d47c0a75d2aa0d3"
88-
integrity sha512-OKwrlpErgTS0Yiq3dkmyKKk6pMF/DIZ3k0KpWCieqVPMPwqI1ehNYFRDTCwVYlSZ/6L0takKJtTNVj2Kym65IA==
89-
90-
"@angular/platform-server@^9.0.0-rc.11":
91-
version "9.0.0-rc.11"
92-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.11.tgz#d0ee023baa976a794633132406707bab4b36fc57"
93-
integrity sha512-LqbReiriUoFoltPNvMRw9cJnJRRGaBPdtXOM361nAhmLEyRAA+W+MppV2eewGksCQBHMtIFNf2fWvpXe7eOsLw==
60+
"@angular/compiler@^9.0.0-rc.12":
61+
version "9.0.0-rc.12"
62+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.12.tgz#d2a2f3b180daf697316b4bfcd8a838e36b6760da"
63+
integrity sha512-mX9VavzWr1b4URP/M287I73ibgL+T+eU7xZg56FEvUYa7km9W6jmM2xomvaumPlwGtZfw2HKPCgSimOIA6eP8Q==
64+
65+
"@angular/core@^9.0.0-rc.12":
66+
version "9.0.0-rc.12"
67+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.12.tgz#c0eb402910ff4c6f50eeb8e9a539c0c90aff36b8"
68+
integrity sha512-MRPk98VHIJqpHoeHBtYtXGoGs+T1DpRAUpSzl7mprdKgfBKoFhtgsrNNj3JSD1XYLPamSH7vrKYBsP+E0xu88Q==
69+
70+
"@angular/elements@^9.0.0-rc.12":
71+
version "9.0.0-rc.12"
72+
resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.12.tgz#038574b3b748a153c86af6f95ca8bf0b483948d1"
73+
integrity sha512-BVVRiVfB86AP3w30mHqwIGNHryiNLMMlaQVFQfTYvh2203283tPU6Gao6/k9J3XEV4lC7oQFNJW+HC5HG2nhjw==
74+
75+
"@angular/forms@^9.0.0-rc.12":
76+
version "9.0.0-rc.12"
77+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.12.tgz#004b4597970784e19bcde8433f23a999a75127c2"
78+
integrity sha512-n4ch/2NJf4MS+oybQ77tQFMS6/3Gjx8PqzFxRf0rXuNEKbs/5Nd+KxKuPV5jbKJTFDA+PLXdmq0Kb+l2h/LAMA==
79+
80+
"@angular/platform-browser-dynamic@^9.0.0-rc.12":
81+
version "9.0.0-rc.12"
82+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.12.tgz#44e6ec249daa3f97ff366f3110996c598d2a6fe4"
83+
integrity sha512-dI9fjeXQUvY/MQpMvsbx0nyGL0VPPtad0xUH/VqN4qzuYTGs7U6wtCxcjfAM4lNDdZ2rZ4hpm6db6tJJ7mo42w==
84+
85+
"@angular/platform-browser@^9.0.0-rc.12":
86+
version "9.0.0-rc.12"
87+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.12.tgz#dae2ba271da9e77398d0ff503a1397219b678268"
88+
integrity sha512-Un+p/8tDp4GlfRhc+uUlsT4pfDRWJk3ndQ+MmpTWV0FFQUnomtRiips/rVkFUbghDzKLHnStmfHG+qyrSjknCw==
89+
90+
"@angular/platform-server@^9.0.0-rc.12":
91+
version "9.0.0-rc.12"
92+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.12.tgz#1387f89761d10d8f947dd8bfa87abeb00c13e53f"
93+
integrity sha512-pfwFwxDWFMfFLEoNiHuWA92E7stqpZZ+rvKDmdy2H3Y6TRW2Zs+bfcxPvCWM/LVpS6q4yVtFYZXFK4f1WdssMw==
9494
dependencies:
9595
domino "^2.1.2"
9696
xhr2 "^0.1.4"
9797

98-
"@angular/router@^9.0.0-rc.11":
99-
version "9.0.0-rc.11"
100-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.11.tgz#286793eccafba16f2fe295d7c9d0a2fccfcf961c"
101-
integrity sha512-9WgVKUQ9IVOOYMD/DVOlq2ReeJpJcWb5n2M3wlxAj5kh9Z6wIwkKJjR7FqCyTwI6N4M5UZlFxl3X3AG2NmdAHw==
98+
"@angular/router@^9.0.0-rc.12":
99+
version "9.0.0-rc.12"
100+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.12.tgz#62b09436ca331a9171f9df34fec34e2f8a055330"
101+
integrity sha512-8rJm/NKiU6Rpj+KtY9NedJNFJgN85r107y5LtClCJ3QMzOuoG5y6UYaba7jZfKFzOMiK11yQmKj63LMNz4wEjQ==
102102

103103
"@babel/code-frame@^7.0.0":
104104
version "7.0.0"
@@ -1024,13 +1024,13 @@
10241024
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
10251025
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
10261026

1027-
"@schematics/angular@^9.0.0-rc.10":
1028-
version "9.0.0-rc.10"
1029-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.10.tgz#816b1dbbc353f4d4cc3688e82787a650d8ae1bdd"
1030-
integrity sha512-dr8smXOgQY4xx8c29I3bKPdlH1YhTy3DgmRmO40HQBLBZZlHK0uKQ2XzV5EF+BjbJ+sJoB/sLSMgggJ6Mnv2hQ==
1027+
"@schematics/angular@^9.0.0-rc.11":
1028+
version "9.0.0-rc.11"
1029+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.11.tgz#d544c0d4e7b3dd59ed56be5183e038ebe06a165e"
1030+
integrity sha512-9InC+F71KiPXE0jl7Ow4iPFJ2AZZDbfTM6yWZoYLk3hzTCohAZZciBl00Tfyu2uerGshx8akbJMLySjXtf+q0g==
10311031
dependencies:
1032-
"@angular-devkit/core" "9.0.0-rc.10"
1033-
"@angular-devkit/schematics" "9.0.0-rc.10"
1032+
"@angular-devkit/core" "9.0.0-rc.11"
1033+
"@angular-devkit/schematics" "9.0.0-rc.11"
10341034

10351035
"@types/archy@^0.0.31":
10361036
version "0.0.31"
@@ -2776,25 +2776,6 @@ chokidar@^2.0.4, chokidar@^2.1.2:
27762776
optionalDependencies:
27772777
fsevents "^1.2.7"
27782778

2779-
chokidar@^2.1.1:
2780-
version "2.1.5"
2781-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
2782-
integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==
2783-
dependencies:
2784-
anymatch "^2.0.0"
2785-
async-each "^1.0.1"
2786-
braces "^2.3.2"
2787-
glob-parent "^3.1.0"
2788-
inherits "^2.0.3"
2789-
is-binary-path "^1.0.0"
2790-
is-glob "^4.0.0"
2791-
normalize-path "^3.0.0"
2792-
path-is-absolute "^1.0.0"
2793-
readdirp "^2.2.1"
2794-
upath "^1.1.1"
2795-
optionalDependencies:
2796-
fsevents "^1.2.7"
2797-
27982779
chokidar@^3.0.0:
27992780
version "3.3.0"
28002781
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"

0 commit comments

Comments
 (0)