yurikrupnik / node-playground

playing more
0 stars 0 forks source link

Update dependency core-js to v2.6.12 #20

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js 2.5.0 -> 2.6.12 age adoption passing confidence

Release Notes

zloirock/core-js ### [`v2.6.12`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​2612-LEGACY---20201126) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.11...v2.6.12) - Added code points / code units explicit feature detection in `String#at` for preventing breakage code which use obsolete `String#at` proposal polyfill - Added `OPEN_SOURCE_CONTRIBUTOR` detection in `postinstall` - Added Drone CI detection in `postinstall` ### [`v2.6.11`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​2611-LEGACY---20191209) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.10...v2.6.11) - Returned usage of `node -e` in the `postinstall` scripts for better cross-platform compatibility, [#​582](https://togithub.com/zloirock/core-js/issues/582) - Improved CI detection in the `postinstall` script, [#​707](https://togithub.com/zloirock/core-js/issues/707) ### [`v2.6.10`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​2610-LEGACY---20191013) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.9...v2.6.10) - Show similar `postinstall` messages only once per `npm i`, [#​597](https://togithub.com/zloirock/core-js/issues/597) ### [`v2.6.9`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​269-LEGACY---20190527) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.8...v2.6.9) - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#​556](https://togithub.com/zloirock/core-js/issues/556)) or adding support of `ADBLOCK` env variable ### [`v2.6.8`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​268-LEGACY---20190522) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.7...v2.6.8) - Added a workaround of a strange `npx` bug on `postinstall`, [#​551](https://togithub.com/zloirock/core-js/issues/551) ### [`v2.6.7`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​267-LEGACY---20190521) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.6...v2.6.7) - Added one more workaround of alternative not completely correct `Symbol` polyfills, [#​550](https://togithub.com/zloirock/core-js/issues/550), [#​554](https://togithub.com/zloirock/core-js/issues/554) ### [`v2.6.6`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​266-LEGACY---20190520) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.5...v2.6.6) - Fixed IE8- non-enumerable properties support in `Object.{ assign, entries, values }`, [#​541](https://togithub.com/zloirock/core-js/issues/541) - Fixed support of primitives in `Object.getOwnPropertySymbols` in Chrome 38 / 39, [#​539](https://togithub.com/zloirock/core-js/issues/539) - Show a message on `postinstall` ### [`v2.6.5`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​265---20190215) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.4...v2.6.5) - Fixed buggy `String#padStart` and `String#padEnd` mobile Safari implementations, [#​414](https://togithub.com/zloirock/core-js/issues/414). ### [`v2.6.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​264---20190207) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.3...v2.6.4) - Added a workaround against crushing an old IE11.0.9600.16384 build, [#​485](https://togithub.com/zloirock/core-js/issues/485). ### [`v2.6.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​263---20190122) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.2...v2.6.3) - Added a workaround for `babel-minify` bug, [#​479](https://togithub.com/zloirock/core-js/issues/479) ### [`v2.6.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​262---20190110) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.1...v2.6.2) - Fixed handling of `$` in `String#replace`, [#​471](https://togithub.com/zloirock/core-js/issues/471) ### [`v2.6.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​2612-LEGACY---20201126) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.0...v2.6.1) - Added code points / code units explicit feature detection in `String#at` for preventing breakage code which use obsolete `String#at` proposal polyfill - Added `OPEN_SOURCE_CONTRIBUTOR` detection in `postinstall` - Added Drone CI detection in `postinstall` ### [`v2.6.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​260---20181205) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.7...v2.6.0) - Add direct `.exec` calling to `RegExp#{@​@​replace, @​@​split, @​@​match, @​@​search}`. Also, added fixes for `RegExp#exec` method. [#​428](https://togithub.com/zloirock/core-js/issues/428), [#​435](https://togithub.com/zloirock/core-js/issues/435), [#​458](https://togithub.com/zloirock/core-js/issues/458), thanks [**@​nicolo-ribaudo**](https://togithub.com/nicolo-ribaudo). ### [`v2.5.7`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​257---20180526) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.6...v2.5.7) - Get rid of reserved variable name `final`, related [#​400](https://togithub.com/zloirock/core-js/issues/400) ### [`v2.5.6`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​256---20180507) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.5...v2.5.6) - Forced replace native `Promise` in V8 6.6 (Node 10 and Chrome 66) because of [a bug with resolving custom thenables](https://bugs.chromium.org/p/chromium/issues/detail?id=830565) - Added a workaround for usage buggy native LG WebOS 2 `Promise` in microtask implementation, [#​396](https://togithub.com/zloirock/core-js/issues/396) - Added modern version internal debugging information about used versions ### [`v2.5.5`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​255---20180408) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.4...v2.5.5) - Fix some edge cases of `Reflect.set`, [#​392](https://togithub.com/zloirock/core-js/issues/392) and [#​393](https://togithub.com/zloirock/core-js/issues/393) ### [`v2.5.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​254---20180327) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.3...v2.5.4) - Fixed one case of deoptimization built-in iterators in V8, related [#​377](https://togithub.com/zloirock/core-js/issues/377) - Fixed some cases of iterators feature detection, [#​368](https://togithub.com/zloirock/core-js/issues/368) - Fixed manually entered NodeJS domains issue in `Promise`, [#​367](https://togithub.com/zloirock/core-js/issues/367) - Fixed `Number.{parseInt, parseFloat}` entry points - Fixed `__(define|lookup)[GS]etter__` export in the `library` version ### [`v2.5.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​253---20171212) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.2...v2.5.3) - Fixed calling `onunhandledrejectionhandler` multiple times for one `Promise` chain, [#​318](https://togithub.com/zloirock/core-js/issues/318) - Forced replacement of `String#{padStart, padEnd}` in Safari 10 because of [a bug](https://bugs.webkit.org/show_bug.cgi?id=161944), [#​280](https://togithub.com/zloirock/core-js/issues/280) - Fixed `Array#@​@​iterator` in a very rare version of `WebKit`, [#​236](https://togithub.com/zloirock/core-js/issues/236) and [#​237](https://togithub.com/zloirock/core-js/issues/237) - One more [#​345](https://togithub.com/zloirock/core-js/issues/345)-related fix ### [`v2.5.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​252---20171209) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.1...v2.5.2) - `MutationObserver` no longer used for microtask implementation in iOS Safari because of bug with scrolling, [#​339](https://togithub.com/zloirock/core-js/issues/339) - Fixed `JSON.stringify(undefined, replacer)` case in the wrapper from the `Symbol` polyfill, [#​345](https://togithub.com/zloirock/core-js/issues/345) - `Array()` calls changed to `new Array()` for V8 optimisation ### [`v2.5.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​251---20170901) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.5.0...v2.5.1) - Updated `Promise#finally` per [tc39/proposal-promise-finally#​37](https://togithub.com/tc39/proposal-promise-finally/issues/37) - Optimized usage of some internal helpers for reducing size of `shim` version - Fixed some entry points for virtual methods

Renovate configuration

:date: Schedule: At any time (no schedule defined).

: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.