VictorWinberg / webbuilder

Webbuilder™
1 stars 0 forks source link

Update dependency core-js to v3.6.5 #137

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
core-js dependencies patch 3.6.1 -> 3.6.5

Release Notes

zloirock/core-js ### [`v3.6.5`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​365---20200409) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.6.4...v3.6.5) - Updated Browserlist [#​755](https://togithub.com/zloirock/core-js/issues/755) - Fixed `setImmediate` in Safari [#​770](https://togithub.com/zloirock/core-js/issues/770), thanks [@​dtinth](https://togithub.com/dtinth) - Fixed some regexp, thanks [@​scottarc](https://togithub.com/scottarc) - Added OPEN_SOURCE_CONTRIBUTOR detection in `postinstall`, thanks [@​scottarc](https://togithub.com/scottarc) - Added Drone CI in `postinstall` CI detection [#​781](https://togithub.com/zloirock/core-js/issues/781) ### [`v3.6.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​364---20200114) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.6.3...v3.6.4) - Prevented a possible almost infinite loop in non-standard implementations of some backward iteration array methods ### [`v3.6.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​363---20200111) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.6.2...v3.6.3) - Fixed replacement of substitutes of undefined capture groups in `.replace` in Safari 13.0-, [#​471](https://togithub.com/zloirock/core-js/issues/471), [#​745](https://togithub.com/zloirock/core-js/issues/745), thanks [@​mattclough1](https://togithub.com/mattclough1) - Improved compat data for old engines ### [`v3.6.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​362---20200107) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.6.1...v3.6.2) - Fixed early implementations of `Array#{ every, forEach, includes, indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice }` for the usage of `ToLength` - Added `RegExp#exec` dependency to methods which depends on the correctness of logic of this method (`3.6.0-3.6.1` issue), [#​741](https://togithub.com/zloirock/core-js/issues/741) - Refactored some internals

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #137 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   29.79%   29.79%           
=======================================
  Files          28       28           
  Lines         349      349           
  Branches       18       18           
=======================================
  Hits          104      104           
  Misses        245      245           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ae9508...c5bdbca. Read the comment docs.