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

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.3 - 2019.05.27 > - Fixed `core-js/features/reflect/delete-metadata` entry point > - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](https://github-redirect.dependabot.com/zloirock/core-js/issues/556)) or adding support of `ADBLOCK` env variable > - Refactoring and some minor fixes > > ##### 2.6.9 [LEGACY] - 2019.05.27 > - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](https://github-redirect.dependabot.com/zloirock/core-js/issues/556)) or adding support of `ADBLOCK` env variable > > ##### 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)) > ... (truncated)
Commits - [`16dc3b2`](https://github.com/zloirock/core-js/commit/16dc3b2adac4e6419d7d69bf6e5020808ec94864) 3.1.3 - [`c663d52`](https://github.com/zloirock/core-js/commit/c663d5211f1af9ecb0de77467e08f96c100c56e8) update the changelog - [`8a108bd`](https://github.com/zloirock/core-js/commit/8a108bd8cb33847aed8f100df7ab34d0a5177a83) update the postinstall message - [`22e02b0`](https://github.com/zloirock/core-js/commit/22e02b026ce6cb528069f77a303b3f77ef432ef1) update `eslint-plugin-import` - [`6e31068`](https://github.com/zloirock/core-js/commit/6e3106817aa46919273b80d6f961e75a65967d22) move `require` to heads of files, enable some related `eslint` rules - [`a04f34d`](https://github.com/zloirock/core-js/commit/a04f34d648b1f73683782df34d4be615fd9ec209) don't replace available `Map.{ groupBy, keyBy }` in the pure version - [`55f7e94`](https://github.com/zloirock/core-js/commit/55f7e941c7e34457e95aed81b36ddcb0a571a10e) get rid of some duplications between /stable/ and /features/ - [`bb6e9f8`](https://github.com/zloirock/core-js/commit/bb6e9f8ca32d24527431844ac41ca103d121e5ad) fix `core-js/features/reflect/delete-metadata` entry point - [`b843714`](https://github.com/zloirock/core-js/commit/b843714cf3f772c798632e118b0c45167d6ba5d1) use internal `reduce` method in `%TypedArrayPrototype%` methods for prevent p... - [`4e4bb8f`](https://github.com/zloirock/core-js/commit/4e4bb8f5314c789ed6ff049786430dbd118337f2) use `echo` instead of `true` in `postinstall` - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.5.7...v3.1.3)


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 has been acquired by GitHub  🎉

dependabot-preview[bot] commented 5 years ago

Superseded by #55.