psykolm22 / angular-google-place

Angular google place library
MIT License
15 stars 14 forks source link

Update dependency core-js to v2.6.12 - autoclosed #78

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

zloirock/core-js ### [`v2.6.12`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​2612-LEGACY---20201126-httpsgithubcomzloirockcore-jsreleasestagv2612) [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/HEAD/CHANGELOG.md#​2611-LEGACY---20191209-httpsgithubcomzloirockcore-jsreleasestagv2611) [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/HEAD/CHANGELOG.md#​2610-LEGACY---20191013-httpsgithubcomzloirockcore-jsreleasestagv2610) [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/HEAD/CHANGELOG.md#​269-LEGACY---20190527-httpsgithubcomzloirockcore-jsreleasestagv269) [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/HEAD/CHANGELOG.md#​268-LEGACY---20190522-httpsgithubcomzloirockcore-jsreleasestagv268) [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/HEAD/CHANGELOG.md#​267-LEGACY---20190521-httpsgithubcomzloirockcore-jsreleasestagv267) [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/HEAD/CHANGELOG.md#​266-LEGACY---20190520-httpsgithubcomzloirockcore-jsreleasestagv266) [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/HEAD/CHANGELOG.md#​265---20190215-httpsgithubcomzloirockcore-jsreleasestagv265) [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/HEAD/CHANGELOG.md#​264---20190207-httpsgithubcomzloirockcore-jsreleasestagv264) [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/HEAD/CHANGELOG.md#​263---20190122-httpsgithubcomzloirockcore-jsreleasestagv263) [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/HEAD/CHANGELOG.md#​262---20190110-httpsgithubcomzloirockcore-jsreleasestagv262) [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/HEAD/CHANGELOG.md#​2612-LEGACY---20201126-httpsgithubcomzloirockcore-jsreleasestagv2612) [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/HEAD/CHANGELOG.md#​260---20181205-httpsgithubcomzloirockcore-jsreleasestagv260) [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/HEAD/CHANGELOG.md#​257---20180526-httpsgithubcomzloirockcore-jsreleasestagv257) [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/HEAD/CHANGELOG.md#​256---20180507-httpsgithubcomzloirockcore-jsreleasestagv256) [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/HEAD/CHANGELOG.md#​255---20180408-httpsgithubcomzloirockcore-jsreleasestagv255) [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/HEAD/CHANGELOG.md#​254---20180327-httpsgithubcomzloirockcore-jsreleasestagv254) [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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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



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