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.1.2 #53

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.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 3.1.2 - 2019.05.22 > - Added a workaround of a strange `npx` bug on `postinstall`, [#551](https://github-redirect.dependabot.com/zloirock/core-js/issues/551) > > ##### 2.6.8 [LEGACY] - 2019.05.22 > - Added a workaround of a strange `npx` bug on `postinstall`, [#551](https://github-redirect.dependabot.com/zloirock/core-js/issues/551) > > ##### 3.1.1 - 2019.05.21 > - Added one more workaround of alternative not completely correct `Symbol` polyfills, [#550](https://github-redirect.dependabot.com/zloirock/core-js/issues/550), [#554](https://github-redirect.dependabot.com/zloirock/core-js/issues/554) > - Reverted `esnext.string.match-all` in some entry points for fix autogeneration of `core-js-compat/entries` and backward `@babel/preset-env` compatibility > > ##### 2.6.7 [LEGACY] - 2019.05.21 > - Added one more workaround of alternative not completely correct `Symbol` polyfills, [#550](https://github-redirect.dependabot.com/zloirock/core-js/issues/550), [#554](https://github-redirect.dependabot.com/zloirock/core-js/issues/554) > > ##### 3.1.0 - 2019.05.20 > - `String#matchAll` moved to stable ES, exposed `Symbol.matchAll`, [#516](https://github-redirect.dependabot.com/zloirock/core-js/issues/516) > - `Promise.allSettled` moved to stage 3, [#515](https://github-redirect.dependabot.com/zloirock/core-js/issues/515) > - `String#replaceAll` moved to stage 2, behavior updated by the spec draft, [#524](https://github-redirect.dependabot.com/zloirock/core-js/issues/524) > - `Promise.any` moved to stage 1, [#517](https://github-redirect.dependabot.com/zloirock/core-js/issues/517) > - Removed `es.regexp.flags` dependency from `es.regexp.to-string`, [#536](https://github-redirect.dependabot.com/zloirock/core-js/issues/536), [#537](https://github-redirect.dependabot.com/zloirock/core-js/issues/537) > - Fixed IE8- non-enumerable properties support in `Object.{ assign, entries, values }`, [#541](https://github-redirect.dependabot.com/zloirock/core-js/issues/541) > - Fixed support of primitives in `Object.getOwnPropertySymbols` in Chrome 38 / 39, [#539](https://github-redirect.dependabot.com/zloirock/core-js/issues/539) > - `window.postMessage`-based task implementation uses location origin over `'*'`, [#542](https://github-redirect.dependabot.com/zloirock/core-js/issues/542) > - Lookup `PromiseConstructor.resolve` only once in `Promise` combinators, [tc39/ecma262#1506](https://github-redirect.dependabot.com/tc39/ecma262/pull/1506) > - Temporarily removed `core-js` dependency from `core-js-compat` since it's required for missed at this moment feature > - Show a message on `postinstall` > - Added compat data for Chrome 76, FF 67, Node 12 > > ##### 2.6.6 [LEGACY] - 2019.05.20 > - Fixed IE8- non-enumerable properties support in `Object.{ assign, entries, values }`, [#541](https://github-redirect.dependabot.com/zloirock/core-js/issues/541) > - Fixed support of primitives in `Object.getOwnPropertySymbols` in Chrome 38 / 39, [#539](https://github-redirect.dependabot.com/zloirock/core-js/issues/539) > - Show a message on `postinstall` > > ##### 3.0.1 - 2019.04.06 > - Fixed some cases of work with malformed URI sequences in `URLSearchParams`, [#525](https://github-redirect.dependabot.com/zloirock/core-js/issues/525) > - Added a workaround for a rollup issue, [#513](https://github-redirect.dependabot.com/zloirock/core-js/issues/513) > > ##### 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)) > ... (truncated)
Commits - [`efee421`](https://github.com/zloirock/core-js/commit/efee4219dd89d49ad02f88f2516b23d2f2576a78) 3.1.2 - [`cfff91d`](https://github.com/zloirock/core-js/commit/cfff91dba309b39bbb28e0ecef8421bb96f7b999) add a workaround of a strange `npx` bug on `postinstall`, fix [#551](https://github-redirect.dependabot.com/zloirock/core-js/issues/551) - [`709db52`](https://github.com/zloirock/core-js/commit/709db526390f6b3f828ba143ecb5f11e7ea32b0c) use `babel-plugin-transform-es2015-modules-simple-commonjs` instead of `@babe... - [`5fb43f1`](https://github.com/zloirock/core-js/commit/5fb43f1c25f9a49a5805241b019b5db342f7ab68) 3.1.1 - [`6cbcfbc`](https://github.com/zloirock/core-js/commit/6cbcfbcf9f253952f69497c8f752b5535188e6d8) fix postinstall message - [`12bbcce`](https://github.com/zloirock/core-js/commit/12bbccebf21f70f2ca19ba5b77a16ac2092936dc) Merge pull request [#549](https://github-redirect.dependabot.com/zloirock/core-js/issues/549) from bugtype/fix/url - [`08d2f56`](https://github.com/zloirock/core-js/commit/08d2f566558f7fdc30f4fed0cc39abb19bbb8e9a) add an additional check of native `Symbol` - [`6c69c73`](https://github.com/zloirock/core-js/commit/6c69c734876bed787bd02d81f6d4999b86ec9764) fix links to `#raising-funds` section - [`2352725`](https://github.com/zloirock/core-js/commit/2352725bf335aae11049b52e1686d16b252b154f) revert `esnext.string.match-all` in some entry points for fix autogeneration ... - [`27ea2ee`](https://github.com/zloirock/core-js/commit/27ea2eeaa45005082b957e23ccc61a6ba5040106) move some `require` to heads of entry points - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.5.7...v3.1.2)


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 #54.