diff --git a/CHANGELOG.md b/CHANGELOG.md index 047bd35dd33e..b61e814f0eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,45 @@ +# 9.0.0-rc.9 "uranium-surfboard" (2020-01-31) + +### cdk + +| | | +| ---------- | --------------------- | +| 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)) | + +### material + +| | | +| ---------- | --------------------- | +| 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)) | +| 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)) | +| 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) | +| 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)) | +| 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) | +| 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) | +| 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)) | +| 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) | +| bug fix | **input:** input harness not matching `matNativeControl` ([#18221](https://github.com/angular/components/issues/18221)) ([f0d3a6b](https://github.com/angular/components/commit/f0d3a6b)) | +| 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) | +| 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) | +| 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) | +| 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)) | +| 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)) | + +### youtube-player + +| | | +| ---------- | --------------------- | +| 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)) | +| 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) | + +### material-experimental + +| | | +| ---------- | --------------------- | +| bug fix | errors with latest MDC canary version ([#18173](https://github.com/angular/components/issues/18173)) ([5d13491](https://github.com/angular/components/commit/5d13491)) | +| 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)) | + + # 9.0.0-rc.8 "stone-stallion" (2020-01-16) ### material diff --git a/package.json b/package.json index 11efc2959d17..2059f6057524 100644 --- a/package.json +++ b/package.json @@ -42,15 +42,15 @@ "tslint": "tslint -c tslint.json --project ./tsconfig.json", "stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss" }, - "version": "9.0.0-rc.8", + "version": "9.0.0-rc.9", "dependencies": { - "@angular/animations": "^9.0.0-rc.11", - "@angular/common": "^9.0.0-rc.11", - "@angular/compiler": "^9.0.0-rc.11", - "@angular/core": "^9.0.0-rc.11", - "@angular/elements": "^9.0.0-rc.11", - "@angular/forms": "^9.0.0-rc.11", - "@angular/platform-browser": "^9.0.0-rc.11", + "@angular/animations": "^9.0.0-rc.12", + "@angular/common": "^9.0.0-rc.12", + "@angular/compiler": "^9.0.0-rc.12", + "@angular/core": "^9.0.0-rc.12", + "@angular/elements": "^9.0.0-rc.12", + "@angular/forms": "^9.0.0-rc.12", + "@angular/platform-browser": "^9.0.0-rc.12", "@types/googlemaps": "^3.37.0", "@types/youtube": "^0.0.38", "@webcomponents/custom-elements": "^1.1.0", @@ -62,13 +62,13 @@ "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/core": "^9.0.0-rc.10", - "@angular-devkit/schematics": "^9.0.0-rc.10", - "@angular/bazel": "^9.0.0-rc.11", - "@angular/compiler-cli": "^9.0.0-rc.11", - "@angular/platform-browser-dynamic": "^9.0.0-rc.11", - "@angular/platform-server": "^9.0.0-rc.11", - "@angular/router": "^9.0.0-rc.11", + "@angular-devkit/core": "^9.0.0-rc.11", + "@angular-devkit/schematics": "^9.0.0-rc.11", + "@angular/bazel": "^9.0.0-rc.12", + "@angular/compiler-cli": "^9.0.0-rc.12", + "@angular/platform-browser-dynamic": "^9.0.0-rc.12", + "@angular/platform-server": "^9.0.0-rc.12", + "@angular/router": "^9.0.0-rc.12", "@bazel/bazel": "^1.1.0", "@bazel/buildifier": "^0.29.0", "@bazel/ibazel": "^0.10.3", @@ -78,7 +78,7 @@ "@bazel/typescript": "1.0.0", "@firebase/app-types": "^0.3.2", "@octokit/rest": "^16.28.7", - "@schematics/angular": "^9.0.0-rc.10", + "@schematics/angular": "^9.0.0-rc.11", "@types/browser-sync": "^2.26.1", "@types/fs-extra": "^4.0.3", "@types/glob": "^5.0.33", diff --git a/yarn.lock b/yarn.lock index 42c950786e5d..9726329d8bce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@angular-devkit/core@9.0.0-rc.10", "@angular-devkit/core@^9.0.0-rc.10": - version "9.0.0-rc.10" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.10.tgz#e751cedf6483026bbb3f9a5a6ab9c6e9833e1c3a" - integrity sha512-aEdHb9M1rwAsyJSkmQ8J4BRiRLK4zWQL/CXxK15c056H04ncwU8OntBChpnSIf5iGsBM9UQRtiFbRubLfrpxgQ== +"@angular-devkit/core@9.0.0-rc.11", "@angular-devkit/core@^9.0.0-rc.11": + version "9.0.0-rc.11" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.11.tgz#9e69545eb21284a573ad78e4c33003f2ea25afd5" + integrity sha512-ki7Sln+mQdCctJNBalzy70tiFn2hOCY2Yyte8B0xKWVHnofZySvG+ANzoLgodnKFOBH18AQy35FhgzZM++N9tQ== dependencies: ajv "6.10.2" fast-json-stable-stringify "2.0.0" @@ -13,41 +13,41 @@ rxjs "6.5.3" source-map "0.7.3" -"@angular-devkit/schematics@9.0.0-rc.10", "@angular-devkit/schematics@^9.0.0-rc.10": - version "9.0.0-rc.10" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.10.tgz#65d5e3fbf6a0c7c0689f3ac27cc1b629ca6c8570" - integrity sha512-cuy+gDOhzf04vhJHsR21HnkEcOZqyfFabNs90Q5H77iGWl7GUO/RhwV7tXADdKZ4ee14rfFQi3TA0SrcOMXQlA== +"@angular-devkit/schematics@9.0.0-rc.11", "@angular-devkit/schematics@^9.0.0-rc.11": + version "9.0.0-rc.11" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.11.tgz#e0d4d271d8d783ebf05eced576262f20e6c3562c" + integrity sha512-aJqOLzsoAkVj3AVTf1ehH2hA9wHHz1+7TTtfqI+Yx+S3jFyvGmnKrNBCKtMuIV5JdEHiXmhhuGbNBHwRFWpOow== dependencies: - "@angular-devkit/core" "9.0.0-rc.10" + "@angular-devkit/core" "9.0.0-rc.11" ora "4.0.2" rxjs "6.5.3" -"@angular/animations@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.11.tgz#83fd0ed94ef1a0c0f149a5502b29f382dc4f0106" - integrity sha512-0CsiykW6BWM/MwZGvEdMQc8MFBsdLLpF19TXF+f7UxHuDzj7brqmquAxyWIpVHlwl+j1Ey/sU28gcPnK+GVDHw== +"@angular/animations@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.12.tgz#13e4c594f71aac5c3457342cea0f363b048cc4e6" + integrity sha512-fsTxlCptaVlwGD8B2H3ke2bRLKzSDCMwEWxf9O/rjQhUSaIVRMGMTTy8rW8OvxF2ysZatU+ademROxBaUsO/sw== -"@angular/bazel@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.11.tgz#bc83bd08c51bcfe02550191d8a42bc9ad7852587" - integrity sha512-IEuldiI7hcLWQxUoOlBx0xtC6bpzwAWISY+LbKhaE1v8Xq8UgjsvfpwZZ80oSRPHnKsPYX/bskCPZSSh5Ur20g== +"@angular/bazel@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.12.tgz#0841a229b13793af4b2fe64895355764900b3d82" + integrity sha512-R90bZhEh4oBFi6P6TjDPhKWfGWsp6xYUUh26Nxa3IhSnHwrXTB9EIUIhu173Q+YOZyNFsyk4fppL3GDeu5/GkA== dependencies: "@microsoft/api-extractor" "^7.3.9" shelljs "0.8.2" tsickle "^0.38.0" -"@angular/common@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.11.tgz#0ec2bcea969f4fe5f954af3b0ec69b71e7144273" - integrity sha512-YFn+p0+3swnL4EsDEE4OUaV3HrIUpYtdLD6PA/N5nRdc7hRMQk+rrJJEk88ltsleJaPzq7ocVd44ZQwJOUXbKQ== +"@angular/common@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.12.tgz#21fcbc7bc9ce94cbdedc0f5aa9713c35311afba8" + integrity sha512-bSNwXjaSH52slnTVqNEAXz0H+VCBLjc5Qzq4e0Urfr4qacE6kKD0dYnXZH/iGeaZHL/kw0nl8c0Pe1WCzoF3kg== -"@angular/compiler-cli@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.11.tgz#d60e5294bf20350b04a5f2aec3bbc008ec867ad1" - integrity sha512-MDCydN4oNhpZgPEi/Gr2gxDYk/Z1wtAmCSVvhhjrpkwoXB5Rs0GmTtgtVypt4joM4XM+FLn8ZYIJVvqgJHeNOw== +"@angular/compiler-cli@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.12.tgz#11787006ba26a8aaef2ad3e09f0b94047ab6b1b8" + integrity sha512-vA/UpUWttJALXnmE+eJ0x2LAi+Gm5P3l1uj0gdoK14OyARUWhm+Oc0Dj8e5mXpy/pIVrsL4S/FL4tsNUSGynBQ== dependencies: canonical-path "1.0.0" - chokidar "^2.1.1" + chokidar "^3.0.0" convert-source-map "^1.5.1" dependency-graph "^0.7.2" magic-string "^0.25.0" @@ -57,48 +57,48 @@ source-map "^0.6.1" yargs "13.1.0" -"@angular/compiler@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.11.tgz#78eae2ece47db78d6eac761fb3e0b7c8e176eda8" - integrity sha512-85Lop+B4gt4m2kfhJ4unr/S/gjQZhfW6BjNwnQcU83WxF3+4e6WJg+8SvtEXfduQfWtmuvzn8YwUQ9Plja3JAw== - -"@angular/core@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.11.tgz#205916e117a3bb4cc6da678bdb9a1e5f6b1e1849" - integrity sha512-4UapMrnPuqO+WQ+vkqAZUPcN9aqdPhl8Q4F3+3YSOjKdor8Eg/vqkGsNNbSko6vTnxX1dDxEHP/XzNBq0JMSfw== - -"@angular/elements@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.11.tgz#1dbe3ff5f241de8babd7321622859c42b90bce15" - integrity sha512-YdKlAOcZwMU9cC33jSCOvQSn8LoRbYComUkVKHPAxeRfmebK8amRcf4V3c4uWeIadI9WVVbVSTAZjRwWj3jLiw== - -"@angular/forms@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.11.tgz#77bc013ae1bd0aa35b5ec98578b07dd320b57ad9" - integrity sha512-p/oJjAR5L2WSIj/0RQYdpCyg01jR5hF8o6mX5XxuN9mFRut47NOAA6CrxCH/cGsat/mLYriQ+0uhcJukU6Qsyw== - -"@angular/platform-browser-dynamic@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.11.tgz#959a43ea3913f3e8c6c281ba526214f35d542561" - integrity sha512-dtYBPL+32VjHibm19mv33bTqfa8tTE5eOSZGLh29gaFnChJzopTZ+jchpPzhpczovDwH66c1Z/Ho8qK+0k4/7Q== - -"@angular/platform-browser@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.11.tgz#ac9fb6b856684653e878e0867d47c0a75d2aa0d3" - integrity sha512-OKwrlpErgTS0Yiq3dkmyKKk6pMF/DIZ3k0KpWCieqVPMPwqI1ehNYFRDTCwVYlSZ/6L0takKJtTNVj2Kym65IA== - -"@angular/platform-server@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.11.tgz#d0ee023baa976a794633132406707bab4b36fc57" - integrity sha512-LqbReiriUoFoltPNvMRw9cJnJRRGaBPdtXOM361nAhmLEyRAA+W+MppV2eewGksCQBHMtIFNf2fWvpXe7eOsLw== +"@angular/compiler@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.12.tgz#d2a2f3b180daf697316b4bfcd8a838e36b6760da" + integrity sha512-mX9VavzWr1b4URP/M287I73ibgL+T+eU7xZg56FEvUYa7km9W6jmM2xomvaumPlwGtZfw2HKPCgSimOIA6eP8Q== + +"@angular/core@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.12.tgz#c0eb402910ff4c6f50eeb8e9a539c0c90aff36b8" + integrity sha512-MRPk98VHIJqpHoeHBtYtXGoGs+T1DpRAUpSzl7mprdKgfBKoFhtgsrNNj3JSD1XYLPamSH7vrKYBsP+E0xu88Q== + +"@angular/elements@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.12.tgz#038574b3b748a153c86af6f95ca8bf0b483948d1" + integrity sha512-BVVRiVfB86AP3w30mHqwIGNHryiNLMMlaQVFQfTYvh2203283tPU6Gao6/k9J3XEV4lC7oQFNJW+HC5HG2nhjw== + +"@angular/forms@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.12.tgz#004b4597970784e19bcde8433f23a999a75127c2" + integrity sha512-n4ch/2NJf4MS+oybQ77tQFMS6/3Gjx8PqzFxRf0rXuNEKbs/5Nd+KxKuPV5jbKJTFDA+PLXdmq0Kb+l2h/LAMA== + +"@angular/platform-browser-dynamic@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.12.tgz#44e6ec249daa3f97ff366f3110996c598d2a6fe4" + integrity sha512-dI9fjeXQUvY/MQpMvsbx0nyGL0VPPtad0xUH/VqN4qzuYTGs7U6wtCxcjfAM4lNDdZ2rZ4hpm6db6tJJ7mo42w== + +"@angular/platform-browser@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.12.tgz#dae2ba271da9e77398d0ff503a1397219b678268" + integrity sha512-Un+p/8tDp4GlfRhc+uUlsT4pfDRWJk3ndQ+MmpTWV0FFQUnomtRiips/rVkFUbghDzKLHnStmfHG+qyrSjknCw== + +"@angular/platform-server@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.12.tgz#1387f89761d10d8f947dd8bfa87abeb00c13e53f" + integrity sha512-pfwFwxDWFMfFLEoNiHuWA92E7stqpZZ+rvKDmdy2H3Y6TRW2Zs+bfcxPvCWM/LVpS6q4yVtFYZXFK4f1WdssMw== dependencies: domino "^2.1.2" xhr2 "^0.1.4" -"@angular/router@^9.0.0-rc.11": - version "9.0.0-rc.11" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.11.tgz#286793eccafba16f2fe295d7c9d0a2fccfcf961c" - integrity sha512-9WgVKUQ9IVOOYMD/DVOlq2ReeJpJcWb5n2M3wlxAj5kh9Z6wIwkKJjR7FqCyTwI6N4M5UZlFxl3X3AG2NmdAHw== +"@angular/router@^9.0.0-rc.12": + version "9.0.0-rc.12" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.12.tgz#62b09436ca331a9171f9df34fec34e2f8a055330" + integrity sha512-8rJm/NKiU6Rpj+KtY9NedJNFJgN85r107y5LtClCJ3QMzOuoG5y6UYaba7jZfKFzOMiK11yQmKj63LMNz4wEjQ== "@babel/code-frame@^7.0.0": version "7.0.0" @@ -1024,13 +1024,13 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= -"@schematics/angular@^9.0.0-rc.10": - version "9.0.0-rc.10" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.10.tgz#816b1dbbc353f4d4cc3688e82787a650d8ae1bdd" - integrity sha512-dr8smXOgQY4xx8c29I3bKPdlH1YhTy3DgmRmO40HQBLBZZlHK0uKQ2XzV5EF+BjbJ+sJoB/sLSMgggJ6Mnv2hQ== +"@schematics/angular@^9.0.0-rc.11": + version "9.0.0-rc.11" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.11.tgz#d544c0d4e7b3dd59ed56be5183e038ebe06a165e" + integrity sha512-9InC+F71KiPXE0jl7Ow4iPFJ2AZZDbfTM6yWZoYLk3hzTCohAZZciBl00Tfyu2uerGshx8akbJMLySjXtf+q0g== dependencies: - "@angular-devkit/core" "9.0.0-rc.10" - "@angular-devkit/schematics" "9.0.0-rc.10" + "@angular-devkit/core" "9.0.0-rc.11" + "@angular-devkit/schematics" "9.0.0-rc.11" "@types/archy@^0.0.31": version "0.0.31" @@ -2776,25 +2776,6 @@ chokidar@^2.0.4, chokidar@^2.1.2: optionalDependencies: fsevents "^1.2.7" -chokidar@^2.1.1: - version "2.1.5" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d" - integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - chokidar@^3.0.0: version "3.3.0" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"