react-component / tween-one

Animate One React Element
https://tween-one.vercel.app/
MIT License
380 stars 30 forks source link

Update core-js requirement from ^2.5.7 to ^3.0.0 #49

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on core-js to permit the latest version.

Release notes *Sourced from [core-js's releases](https://github.com/zloirock/core-js/releases).* > ## 3.0.0 - 2019.03.19 > See more info in [this article](https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md) and [the changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md#300---20190319).
Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 3.0.0 - 2019.03.19 > - Features > - Add new features: > - `Object.fromEntries` ([ECMAScript 2019](https://github.com/tc39/proposal-object-from-entries)) > - `Symbol#description` ([ECMAScript 2019](https://tc39.github.io/ecma262/#sec-symbol.prototype.description)) > - New `Set` methods ([stage 2 proposal](https://github.com/tc39/proposal-set-methods)) > - `Set#difference` > - `Set#intersection` > - `Set#isDisjointFrom` > - `Set#isSubsetOf` > - `Set#isSupersetOf` > - `Set#symmetricDifference` > - `Set#union` > - `Promise.allSettled` ([stage 2 proposal](https://github.com/tc39/proposal-promise-allSettled)) > - Getting last item from `Array` ([stage 1 proposal](https://github.com/keithamus/proposal-array-last)) > - `Array#lastItem` > - `Array#lastIndex` > - `String#replaceAll` ([stage 1 proposal](https://github.com/tc39/proposal-string-replace-all)) > - `String#codePoints` ([stage 1 proposal](https://github.com/tc39/proposal-string-prototype-codepoints)) > - New collections methods ([stage 1 proposal](https://github.com/tc39/collection-methods)) > - `Map.groupBy` > - `Map.keyBy` > - `Map#deleteAll` > - `Map#every` > - `Map#filter` > - `Map#find` > - `Map#findKey` > - `Map#includes` > - `Map#keyOf` > - `Map#mapKeys` > - `Map#mapValues` > - `Map#merge` > - `Map#reduce` > - `Map#some` > - `Map#update` > - `Set#addAll` > - `Set#deleteAll` > - `Set#every` > - `Set#filter` > - `Set#find` > - `Set#join` > - `Set#map` > - `Set#reduce` > - `Set#some` > - `WeakMap#deleteAll` > - `WeakSet#addAll` > - `WeakSet#deleteAll` > - `compositeKey` and `compositeSymbol` methods ([stage 1 proposal](https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey)) > - `Number.fromString` ([stage 1 proposal](https://github.com/tc39/proposal-number-fromstring)) > - `Math.seededPRNG` ([stage 1 proposal](https://github.com/tc39/proposal-seeded-random)) > ... (truncated)
Commits - [`dafddde`](https://github.com/zloirock/core-js/commit/dafddde246a104695357f3f6cbd960fe12259a0d) 3.0.0 - [`05818d9`](https://github.com/zloirock/core-js/commit/05818d9bed9456d2a20a65cdb15f213adaa2f83e) Merge pull request [#488](https://github-redirect.dependabot.com/zloirock/core-js/issues/488) from zloirock/readme-per-babel-7646 - [`cb09e2c`](https://github.com/zloirock/core-js/commit/cb09e2c6f6df76cb838d259d31efd28a34d9ef9c) add some more links - [`975f8cb`](https://github.com/zloirock/core-js/commit/975f8cb4a7e4cc692983cc06ddbfbbcae4acef8b) add 'core-js@3, babel and a look into the future' post - [`cc27ca8`](https://github.com/zloirock/core-js/commit/cc27ca8b7c6e5613fdb1ea37ccab78abfe66dbbf) some fixes - [`3ca67b4`](https://github.com/zloirock/core-js/commit/3ca67b4cc4674a016b99ad16425a993019af1caf) remove IE6 related notes since I no longer test `core-js` in this engine (how... - [`98667ce`](https://github.com/zloirock/core-js/commit/98667ce70987f84fd0ec08064908789f55e617bf) update links to v3.0.0 tag - [`790dc3b`](https://github.com/zloirock/core-js/commit/790dc3be040f45407986dc329a816b140d9aab70) update a link - [`48e9c22`](https://github.com/zloirock/core-js/commit/48e9c22678b799b226dd0ffc34ffa6e564dd0d74) improve documentation - [`3ced039`](https://github.com/zloirock/core-js/commit/3ced039b6adeb10e198942f674e6f1e59e0ef814) add links to open collective and patreon to packages readmes - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.5.7...v3.0.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 yourself) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 5 years ago

Superseded by #51.