brunobesson / c2c-stats

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

Update core-js requirement from ^2.4.1 to ^3.1.4 #69

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.4 - 2019.06.15 > - Refactoring. Many minor internal improvements and fixes like: > - Improved `Symbol.keyFor` complexity to `O(1)` > - Fixed the order of arguments validation in `String.prototype.{ endsWith, includes, startsWith }` > - Internal implementation of `RegExp#flags` helper now respect `dotAll` flag (mainly ralated to the `pure` version) > - Performace optimizations related old V8 > - Etc. > > ##### 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) > ... (truncated)
Commits - [`b8e3502`](https://github.com/zloirock/core-js/commit/b8e3502aec1fbb06adf21ceeb9723d0fe582c451) 3.1.4 - [`1b57b6c`](https://github.com/zloirock/core-js/commit/1b57b6cb301aa44492ea14c3094c634bd0b320b9) update dependencies - [`8f52a83`](https://github.com/zloirock/core-js/commit/8f52a836d3317282435fc1ec1ed64ab12c475050) add Tidelift - [`bc7e3be`](https://github.com/zloirock/core-js/commit/bc7e3be5bb08e250649e49e16c84b46b799ab350) improve some cases of work with iterables - [`8714aec`](https://github.com/zloirock/core-js/commit/8714aecf822eb1b361c7a76a69a77e8862fe5993) update dependencies - [`eef118e`](https://github.com/zloirock/core-js/commit/eef118ebbec64cc7b89832658f6dedb2cab0b72f) some stylistic changes - [`93fa08f`](https://github.com/zloirock/core-js/commit/93fa08f31d77b5a599fed72fca316a0a53a45655) improve `Symbol.keyFor` to O(1) complexity - [`ac4deb1`](https://github.com/zloirock/core-js/commit/ac4deb1a4be44e88b7ee60225df855f16e0f4ebe) extend `import/no-cycle` rule to commonjs - [`e6dcb0e`](https://github.com/zloirock/core-js/commit/e6dcb0e7cbb004da359e55cdfb01fc1ce0de2488) some stylistic changes - [`d7afec0`](https://github.com/zloirock/core-js/commit/d7afec0f3c586ba36b34155e476572873698cc4f) fix the order of arguments validation in `String.prototype.{ endsWith, includ... - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.4.1...3.1.4)


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