react-component / scroll-anim

Animate Scroll React Component
http://react-component.github.io/scroll-anim/
MIT License
305 stars 43 forks source link

Update core-js requirement from ^2.5.1 to ^3.0.1 #44

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


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.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)) > - 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` > ... (truncated)
Commits - [`1990782`](https://github.com/zloirock/core-js/commit/19907822d054bc2b57d70cc5e6d510cac2fcdac5) 3.0.1 - [`3967915`](https://github.com/zloirock/core-js/commit/3967915e907b0ee343467452accaa9a3d06038ac) update dependencies - [`a1eafbd`](https://github.com/zloirock/core-js/commit/a1eafbda45753a1ef3654f629b3c729e58fa3dc3) fix some cases of work with malformed URI sequences in URLSearchParams, close... - [`f813c4e`](https://github.com/zloirock/core-js/commit/f813c4e3d436e56b6d3f28446e47219e8dcbdaae) add a workaround for rollup issue, fix [#513](https://github-redirect.dependabot.com/zloirock/core-js/issues/513) - [`c632f7b`](https://github.com/zloirock/core-js/commit/c632f7bc5b48773b77de814833404db386c391c2) update dependencies - [`7c4a18f`](https://github.com/zloirock/core-js/commit/7c4a18f0307d302eab9757c09813b7eee616842a) some stylistic changes - [`e3b99db`](https://github.com/zloirock/core-js/commit/e3b99db7668d26ad10bb3dce069a4f85673f2390) enable `eslint-plugin-unicorn` - [`f14006d`](https://github.com/zloirock/core-js/commit/f14006d62ef3ee5115bfabfcb78bc37094bac99e) update `eslint` - [`a80520a`](https://github.com/zloirock/core-js/commit/a80520a3ece6cc1ae94efecf6fc5f414ab62e5bf) Merge pull request [#519](https://github-redirect.dependabot.com/zloirock/core-js/issues/519) from Richienb/patch-1 - [`931bede`](https://github.com/zloirock/core-js/commit/931bede930f42562b10e3f3224dc164bd9baddcb) Fix grammar - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.5.1...v3.0.1)


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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.