wKoza / ngx-upload

Ngx-upload is an upload module for Angular Ivy ready
30 stars 15 forks source link

chore(deps): update dependency core-js to v2.6.9 - autoclosed #36

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
core-js devDependencies minor 2.4.1 -> 2.6.9
core-js dependencies minor 2.4.1 -> 2.6.9

Release Notes

zloirock/core-js ### [`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#​261---20181218) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.0...v2.6.1) - Fixed an issue with minified version, [#​463](https://togithub.com/zloirock/core-js/issues/463), [#​465](https://togithub.com/zloirock/core-js/issues/465) ### [`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 ### [`v2.5.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​250---20170805) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.4.1...v2.5.0) - Added `Promise#finally` [stage 3 proposal](https://togithub.com/tc39/proposal-promise-finally), [#​225](https://togithub.com/zloirock/core-js/issues/225) - Added `Promise.try` [stage 1 proposal](https://togithub.com/tc39/proposal-promise-try) - Added `Array#flatten` and `Array#flatMap` [stage 1 proposal](https://tc39.github.io/proposal-flatMap) - Added `.of` and `.from` methods on collection constructors [stage 1 proposal](https://togithub.com/tc39/proposal-setmap-offrom): - `Map.of` - `Set.of` - `WeakSet.of` - `WeakMap.of` - `Map.from` - `Set.from` - `WeakSet.from` - `WeakMap.from` - Added `Math` extensions [stage 1 proposal](https://togithub.com/rwaldron/proposal-math-extensions), [#​226](https://togithub.com/zloirock/core-js/issues/226): - `Math.clamp` - `Math.DEG_PER_RAD` - `Math.degrees` - `Math.fscale` - `Math.RAD_PER_DEG` - `Math.radians` - `Math.scale` - Added `Math.signbit` [stage 1 proposal](http://jfbastien.github.io/papers/Math.signbit.html) - Updated `global` [stage 3 proposal](https://togithub.com/tc39/proposal-global) - added `global` global object, `System.global` deprecated - Updated `Object.getOwnPropertyDescriptors` to the [final version](https://tc39.github.io/ecma262/2017/#sec-object.getownpropertydescriptors) - it should not create properties if descriptors are `undefined` - Updated the list of iterable DOM collections, [#​249](https://togithub.com/zloirock/core-js/issues/249), added: - `CSSStyleDeclaration#@​@​iterator` - `CSSValueList#@​@​iterator` - `ClientRectList#@​@​iterator` - `DOMRectList#@​@​iterator` - `DOMStringList#@​@​iterator` - `DataTransferItemList#@​@​iterator` - `FileList#@​@​iterator` - `HTMLAllCollection#@​@​iterator` - `HTMLCollection#@​@​iterator` - `HTMLFormElement#@​@​iterator` - `HTMLSelectElement#@​@​iterator` - `MimeTypeArray#@​@​iterator` - `NamedNodeMap#@​@​iterator` - `PaintRequestList#@​@​iterator` - `Plugin#@​@​iterator` - `PluginArray#@​@​iterator` - `SVGLengthList#@​@​iterator` - `SVGNumberList#@​@​iterator` - `SVGPathSegList#@​@​iterator` - `SVGPointList#@​@​iterator` - `SVGStringList#@​@​iterator` - `SVGTransformList#@​@​iterator` - `SourceBufferList#@​@​iterator` - `TextTrackCueList#@​@​iterator` - `TextTrackList#@​@​iterator` - `TouchList#@​@​iterator` - Updated stages of proposals: - [`Object.getOwnPropertyDescriptors`](https://togithub.com/tc39/proposal-object-getownpropertydescriptors) to [stage 4 (ES2017)](https://tc39.github.io/ecma262/2017/#sec-object.getownpropertydescriptors) - [String padding](https://togithub.com/tc39/proposal-string-pad-start-end) to [stage 4 (ES2017)](https://tc39.github.io/ecma262/2017/#sec-string.prototype.padend) - [`global`](https://togithub.com/tc39/proposal-global) to [stage 3](https://togithub.com/rwaldron/tc39-notes/blob/master/es7/2016-09/sept-28.md#revisit-systemglobal--global) - [String trimming](https://togithub.com/tc39/proposal-string-left-right-trim) to [stage 2](https://togithub.com/rwaldron/tc39-notes/blob/master/es7/2016-07/jul-27.md#​10iic-trimstarttrimend) - Updated typed arrays to the modern (ES2016+) arguments validation, [#​293](https://togithub.com/zloirock/core-js/pull/293) - Fixed `%TypedArray%.from` Safari bug, [#​285](https://togithub.com/zloirock/core-js/issues/285) - Fixed compatibility with old version of Prototype.js, [#​278](https://togithub.com/zloirock/core-js/issues/278), [#​289](https://togithub.com/zloirock/core-js/issues/289) - `Function#name` no longer cache the result for correct behaviour with inherited constructors, [#​296](https://togithub.com/zloirock/core-js/issues/296) - Added errors on incorrect context of collection methods, [#​272](https://togithub.com/zloirock/core-js/issues/272) - Fixed conversion typed array constructors to string, fix [#​300](https://togithub.com/zloirock/core-js/issues/300) - Fixed `Set#size` with debugger ReactNative for Android, [#​297](https://togithub.com/zloirock/core-js/issues/297) - Fixed an issue with Electron-based debugger, [#​230](https://togithub.com/zloirock/core-js/issues/230) - Fixed compatibility with incomplete third-party `WeakMap` polyfills, [#​252](https://togithub.com/zloirock/core-js/pull/252) - Added a fallback for `Date#toJSON` in engines without native `Date#toISOString`, [#​220](https://togithub.com/zloirock/core-js/issues/220) - Added support for Sphere Dispatch API, [#​286](https://togithub.com/zloirock/core-js/pull/286) - Seriously changed the coding style and the [ESLint config](https://togithub.com/zloirock/core-js/blob/master/.eslintrc.js) - Updated many dev dependencies (`webpack`, `uglify`, etc) - Some other minor fixes and optimizations

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 if you modify the PR title to begin with "rebase!".

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



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

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files           7        7           
  Lines         351      351           
  Branches       41       41           
=======================================
  Hits          234      234           
  Misses         91       91           
  Partials       26       26

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 eaf9529...3a1fee9. Read the comment docs.