brunobesson / c2c-stats

https://brunobesson.github.io/c2c-stats/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Update @angular/animations requirement from ^5.1.2 to ^8.2.0 #87

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on @angular/animations to permit the latest version.

Changelog *Sourced from [@angular/animations's changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md).* > # [8.2.0](https://github.com/angular/angular/compare/8.2.0-rc.0...8.2.0) (2019-07-31) > > > ### Features > > * **core:** TypeScript 3.5 support ([#31615](https://github-redirect.dependabot.com/angular/angular/issues/31615)) ([6ece7db] > * **core:** add automatic migration from Renderer to Renderer2 ([#30936](https://github-redirect.dependabot.com/angular/angular/issues/30936)) ([c095597](https://github.com/angular/angular/commit/c095597)) > * **bazel:** compile targets used for indexing by Kythe with Ivy ([#31786](https://github-redirect.dependabot.com/angular/angular/issues/31786)) ([82055b2](https://github.com/angular/angular/commit/82055b2)) > * **upgrade:** support $element in upgraded component template/templateUrl functions ([#31637](https://github-redirect.dependabot.com/angular/angular/issues/31637)) ([29e1c53](https://github.com/angular/angular/commit/29e1c53)) > * **bazel:** allow passing a custom bazel compiler host to ngc compile ([#31341](https://github-redirect.dependabot.com/angular/angular/issues/31341)) ([a29dc96](https://github.com/angular/angular/commit/a29dc96)) > * **bazel:** allow passing and rewriting an old bazel host ([#31381](https://github-redirect.dependabot.com/angular/angular/issues/31381)) ([11a208f](https://github.com/angular/angular/commit/11a208f)), closes [#31341](https://github-redirect.dependabot.com/angular/angular/issues/31341) > > > ### Performance Improvements > > * **compiler:** avoid copying from prototype while cloning an object ([#31638](https://github-redirect.dependabot.com/angular/angular/issues/31638)) ([24ca582](https://github.com/angular/angular/commit/24ca582)), closes [#31627](https://github-redirect.dependabot.com/angular/angular/issues/31627) > > ### Bug Fixes > > * **core:** DebugElement.listeners not cleared on destroy ([#31820](https://github-redirect.dependabot.com/angular/angular/issues/31820)) ([46b160e](https://github.com/angular/angular/commit/46b160e)) > * **bazel:** increase memory limit of ngc under bazel from 2 to 4 GB ([#31784](https://github-redirect.dependabot.com/angular/angular/issues/31784)) ([5a8eb92](https://github.com/angular/angular/commit/5a8eb92)) > * **core:** allow Z variations of CSS transforms in sanitizer ([#29264](https://github-redirect.dependabot.com/angular/angular/issues/29264)) ([78e7fdd](https://github.com/angular/angular/commit/78e7fdd)) > * **elements:** handle falsy initial value ([#31604](https://github-redirect.dependabot.com/angular/angular/issues/31604)) ([7151eae](https://github.com/angular/angular/commit/7151eae)), closes [angular/angular#30834](https://github-redirect.dependabot.com/angular/angular/issues/30834) > * **platform-browser:** debug element query predicates not compatible with strictFunctionTypes ([#30993](https://github-redirect.dependabot.com/angular/angular/issues/30993)) ([10a1e19](https://github.com/angular/angular/commit/10a1e19)) > * use the correct WTF array to iterate over ([#31208](https://github-redirect.dependabot.com/angular/angular/issues/31208)) ([9204de9](https://github.com/angular/angular/commit/9204de9)) > * **bazel:** pass custom bazel compiler host rather than rewriting one ([#31496](https://github-redirect.dependabot.com/angular/angular/issues/31496)) ([0c61a35](https://github.com/angular/angular/commit/0c61a35)) > * **compiler-cli:** Return original sourceFile instead of redirected sourceFile from getSourceFile ([#26036](https://github-redirect.dependabot.com/angular/angular/issues/26036)) ([3166cff](https://github.com/angular/angular/commit/3166cff)), closes [#22524](https://github-redirect.dependabot.com/angular/angular/issues/22524) > * **language-service:** Eagarly initialize data members ([#31577](https://github-redirect.dependabot.com/angular/angular/issues/31577)) ([0110de2](https://github.com/angular/angular/commit/0110de2)) > * **bazel:** revert location of xi18n outputs to bazel-genfiles ([#31410](https://github-redirect.dependabot.com/angular/angular/issues/31410)) ([1d3e227](https://github.com/angular/angular/commit/1d3e227)) > * **compiler:** give ASTWithSource its own visit method ([#31347](https://github-redirect.dependabot.com/angular/angular/issues/31347)) ([6aaca21](https://github.com/angular/angular/commit/6aaca21)) > * **core:** handle `undefined` meta in `injectArgs` ([#31333](https://github-redirect.dependabot.com/angular/angular/issues/31333)) ([80ccd6c](https://github.com/angular/angular/commit/80ccd6c)), closes [CLI [#14888](https://github-redirect.dependabot.com/angular/angular/issues/14888)](https://github-redirect.dependabot.com/angular/angular-cli/issues/14888) > * **service-worker:** cache opaque responses in data groups with `freshness` strategy ([#30977](https://github-redirect.dependabot.com/angular/angular/issues/30977)) ([d7be38f](https://github.com/angular/angular/commit/d7be38f)), closes [#30968](https://github-redirect.dependabot.com/angular/angular/issues/30968) > * **service-worker:** cache opaque responses when requests exceeds timeout threshold ([#30977](https://github-redirect.dependabot.com/angular/angular/issues/30977)) ([93abc35](https://github.com/angular/angular/commit/93abc35)) > > > > > ## [8.1.3](https://github.com/angular/angular/compare/8.1.2...8.1.3) (2019-07-26) > > > ### Bug Fixes > > * **elements:** handle falsy initial value ([#31604](https://github-redirect.dependabot.com/angular/angular/issues/31604)) ([434b796](https://github.com/angular/angular/commit/434b796)), closes [angular/angular#30834](https://github-redirect.dependabot.com/angular/angular/issues/30834) > > > ### Performance Improvements > > * **compiler:** avoid copying from prototype while cloning an object ([#31638](https://github-redirect.dependabot.com/angular/angular/issues/31638)) ([1f3daa0](https://github.com/angular/angular/commit/1f3daa0)), closes [#31627](https://github-redirect.dependabot.com/angular/angular/issues/31627) > > > ... (truncated)
Commits - [`b667bd2`](https://github.com/angular/angular/commit/b667bd2224064f4d53518fec96f9cc3b6ac49817) release: cut the v8.2.0 release - [`03e8a31`](https://github.com/angular/angular/commit/03e8a31bf5a22d827e03f632c9f83d037266b5be) Revert "fix(zone.js): don't wrap uncaught promise error. ([#31443](https://github-redirect.dependabot.com/angular/angular/issues/31443))" ([#31918](https://github-redirect.dependabot.com/angular/angular/issues/31918)) - [`800e90e`](https://github.com/angular/angular/commit/800e90e4ed506fbe6b48f7b7515ed713c86395fc) fix(zone.js): don't rely on global node typings outside of node/ directory (#... - [`7290053`](https://github.com/angular/angular/commit/7290053952794ad45220646dde5698a98ab72712) docs: fix typo in Animation guide ([#31888](https://github-redirect.dependabot.com/angular/angular/issues/31888)) - [`14890e9`](https://github.com/angular/angular/commit/14890e9117cdf7caead41deb8dd95377013b1579) docs: change Angular Material Design to Material Design in animations guide (... - [`06c49b4`](https://github.com/angular/angular/commit/06c49b4a6ba57f878f0a9fcbd3b71759e84e5736) build: secure yarn lock files ([#31640](https://github-redirect.dependabot.com/angular/angular/issues/31640)) - [`d269b11`](https://github.com/angular/angular/commit/d269b111dd772fb26f5fa9610d264a37b87cef7a) fix(zone.js): should expose some other internal intefaces ([#31866](https://github-redirect.dependabot.com/angular/angular/issues/31866)) - [`46b160e`](https://github.com/angular/angular/commit/46b160e9256302095d1f48ffdc65d1aed0d47edb) fix(core): DebugElement.listeners not cleared on destroy ([#31820](https://github-redirect.dependabot.com/angular/angular/issues/31820)) - [`dcbc28f`](https://github.com/angular/angular/commit/dcbc28f72906f241d83059f3630fb57aa18d638d) build: update to nodejs rules 0.34.0 and bazel 0.28.1 ([#31824](https://github-redirect.dependabot.com/angular/angular/issues/31824)) - [`9bdffb1`](https://github.com/angular/angular/commit/9bdffb1e5cf3c916d75fc2f3df3e909e2047decf) docs(core): clarify [@​ContentChild](https://github.com/ContentChild)(ren) behavior ([#31846](https://github-redirect.dependabot.com/angular/angular/issues/31846)) - Additional commits viewable in [compare view](https://github.com/angular/angular/compare/5.1.2...8.2.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #90.