Our QuickStart goal is to build and run a super-simple Angular 2 application in TypeScript, and establish a development environment for the remaining documentation samples that also can be the foundation for real world applications.
0
stars
0
forks
source link
Update dependency core-js to v2.6.10 - autoclosed #16
zloirock/core-js
### [`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#2610-LEGACY---20191013)
[Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.0...v2.6.1)
- Show similar `postinstall` messages only once per `npm i`, [#597](https://togithub.com/zloirock/core-js/issues/597)
### [`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)
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 this update again.
[ ] If you want to rebase/retry this PR, check this box
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.
This PR contains the following updates:
2.5.4
->2.6.10
Release Notes
zloirock/core-js
### [`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#2610-LEGACY---20191013) [Compare Source](https://togithub.com/zloirock/core-js/compare/v2.6.0...v2.6.1) - Show similar `postinstall` messages only once per `npm i`, [#597](https://togithub.com/zloirock/core-js/issues/597) ### [`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)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 this update again.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.