colbywhite / why82

http://why82.com/
Other
1 stars 0 forks source link

Bump core-js from 2.5.7 to 3.4.4 #145

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps core-js from 2.5.7 to 3.4.4.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 3.4.4 - 2019.11.27 > - Added feature detection for Safari [non-generic `Promise#finally` bug](https://bugs.webkit.org/show_bug.cgi?id=200829) **(critical for `core-js-pure`)** > - Fixed missed `esnext.string.code-points` in `core-js/features/string` entry point > - Updated `Iterator` proposal feature detection for the case of non-standard `Iterator` in FF44- > > ##### 3.4.3 - 2019.11.26 > - Fixed missed `es.json.stringify` and some modules from iteration helpers proposal in some entry points **(includes the root entry point)** > - Added a workaround of `String#{ endsWith, startsWith }` MDN polyfills bugs, [#702](https://github-redirect.dependabot.com/zloirock/core-js/issues/702) > - Fixed `.size` property descriptor of `Map` / `Set` in the pure version > - Refactoring, some internal improvements > > ##### 3.4.2 - 2019.11.22 > - Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases > - `String#replaceAll` is available only in nightly FF builds > - Improved `Promise` feature detection for the case of V8 6.6 with multiple `core-js` copies > - Some internals optimizations > - Added Node 13.2 -> V8 7.9 compat data mapping > - Returned usage of `node -e` in `postinstall` scripts > > ##### 3.4.1 - 2019.11.12 > - Throw when `(Async)Iterator#flatMap` mapper returns a non-iterable, per [tc39/proposal-iterator-helpers/55](https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/issues/55) and [tc39/proposal-iterator-helpers/59](https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/59) > - Removed own `AggregateError#toString`, per [tc39/proposal-promise-any/49](https://github-redirect.dependabot.com/tc39/proposal-promise-any/pull/49) > - Global `core-js` `Promise` polyfill passes feature detection in the pure versions > - Fixed indexes in `String#replaceAll` callbacks > - `String#replaceAll` marked as supported by FF72 > > ##### 3.4.0 - 2019.11.07 > - Added [well-formed `JSON.stringify`](https://github.com/tc39/proposal-well-formed-stringify), ES2019 feature, thanks [@​ExE-Boss](https://github.com/ExE-Boss) and [@​WebReflection](https://github.com/WebReflection) for the idea > - Fixed `Math.signbit`, [#687](https://github-redirect.dependabot.com/zloirock/core-js/issues/687), thanks [@​chicoxyzzy](https://github.com/chicoxyzzy) > > ##### 3.3.6 - 2019.11.01 > - Don't detect Chakra-based Edge as Chrome in the `userAgent` parsing > - Fixed inheritance in typed array constructors wrappers, [#683](https://github-redirect.dependabot.com/zloirock/core-js/issues/683) > - Added one more workaround for correct work of early `fetch` implementations with polyfilled `URLSearchParams`, [#680](https://github-redirect.dependabot.com/zloirock/core-js/issues/680) > > ##### 3.3.5 - 2019.10.29 > - Added a workaround of V8 deoptimization which causes serious performance degradation (~4x in my tests) of `Array#concat`, [#679](https://github-redirect.dependabot.com/zloirock/core-js/issues/679) > - Added a workaround of V8 deoptimization which causes slightly performance degradation of `Promise`, [#679](https://github-redirect.dependabot.com/zloirock/core-js/issues/679) > - Added `(Async)Iterator.prototype.constructor -> (Async)Iterator` per [this issue](https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/issues/60) > - Added compat data for Chromium-based Edge > > ##### 3.3.4 - 2019.10.25 > - Added a workaround of V8 deoptimization which causes serious performance degradation (~20x in my tests) of some `RegExp`-related methods like `String#split`, [#306](https://github-redirect.dependabot.com/zloirock/core-js/issues/306) > - Added a workaround of V8 deoptimization which causes serious performance degradation (up to 100x in my tests) of `Array#splice` and slightly `Array#{ filter, map }`, [#677](https://github-redirect.dependabot.com/zloirock/core-js/issues/677) > - Fixed work of `fetch` with polyfilled `URLSearchParams`, [#674](https://github-redirect.dependabot.com/zloirock/core-js/issues/674) > - Fixed an edge case of `String#replaceAll` with an empty search value > - Added compat data for Chrome 80 > - `package-lock.json` no longer generated in libraries > > ##### 3.3.3 - 2019.10.22 > ... (truncated)
Commits - [`3a57ab5`](https://github.com/zloirock/core-js/commit/3a57ab5b3a9fe4f038e0b713717ce6986354b1b2) 3.4.4 - [`5922c60`](https://github.com/zloirock/core-js/commit/5922c60c55ec40c2cdd7bc12a770f895bb89f3b4) some fixes - [`bfe7bd0`](https://github.com/zloirock/core-js/commit/bfe7bd0ea95e9559fc2cd1e4ecf17d72d0ce42c3) update feature detection for Safari non-generic `Promise#finally` bug - [`1f60feb`](https://github.com/zloirock/core-js/commit/1f60febf41a411d7be4f1023fe04a13515eb6022) ignore early generators implementations which not inherited from `%IteratorPr... - [`d1de650`](https://github.com/zloirock/core-js/commit/d1de650dd37737364f0b0e4e8749367db5dadd91) update `Iterator` proposal feature detection for the case of non-standard `It... - [`1dad1c5`](https://github.com/zloirock/core-js/commit/1dad1c5b2e6d935d3c3f9a52b47812faa4849150) fix typo - [`a3a79b9`](https://github.com/zloirock/core-js/commit/a3a79b9ba5374443d3fde231475dfa388fd7a1d8) improve entry points content tests - [`a48d739`](https://github.com/zloirock/core-js/commit/a48d7393e555f869a154d0c3958de86e2cd64295) improve entry points content tests - [`9fafd20`](https://github.com/zloirock/core-js/commit/9fafd20faa5abf2c1c6aaa527f8b2219b916a274) fix missed `esnext.string.code-points` in `core-js/features/string` entry point - [`b1ba8b4`](https://github.com/zloirock/core-js/commit/b1ba8b47297fbdbc9699698fd9f12418c560628f) `assert.deepEqual` deprecated in favour of `assert.deepStrictEqual` - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.5.7...v3.4.4)


Dependabot compatibility score

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #146.