starkovsky / laravel-vue-cli

Laravel 7 + Vue CLI 4 SPA (Vuex, Router, Test) Admin + Public builds
167 stars 58 forks source link

Update core-js requirement from ^3.4.7 to ^3.4.8 in /resources/frontend/app #55

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on core-js to permit the latest version.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 3.4.8 - 2019.12.09 > - Added one more workaround for broken in previous versions `inspectSource` helper, [#719](https://github-redirect.dependabot.com/zloirock/core-js/issues/719) > - Added Opera Mobile compat data > - Updated Samsung Internet, iOS, old Node and Android compat data mapping > - `es.string.match-all` marked as completely supported in FF73 > - Generate `core-js-compat/modules` since often we need just the list of `core-js` modules > > ##### 2.6.11 [LEGACY] - 2019.12.09 > - Returned usage of `node -e` in the `postinstall` scripts for better cross-platform compatibility, [#582](https://github-redirect.dependabot.com/zloirock/core-js/issues/582) > - Improved CI detection in the `postinstall` script, [#707](https://github-redirect.dependabot.com/zloirock/core-js/issues/707) > > ##### 3.4.7 - 2019.12.03 > - Fixed an NPM publishing issue > > ##### 3.4.6 - 2019.12.03 > - Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases > - Added Safari 13.1 compat data > - Added missed in `core-js-compat` helpers `ie_mob` normalization > - Normalize the result of `getModulesListForTargetVersion` `core-js-compat` helper > - Improved CI detection in the `postinstall` script, [#707](https://github-redirect.dependabot.com/zloirock/core-js/issues/707) > > ##### 3.4.5 - 2019.11.28 > - Detect incorrect order of operations in `Object.assign`, MS Edge bug > - Detect usage of `ToLength` in `Array#{ filter, map }`, FF48-49 and MS Edge 14- issues > - Detect incorrect MS Edge 17-18 `Reflect.set` which allows setting the property to object with non-writable property on the prototype > - Fixed `inspectSource` helper with multiple `core-js` copies and some related features like some edge cases of `Promise` feature detection > > ##### 3.4.4 - 2019.11.27 > - Added feature detection for Safari [non-generic `Promise#finally` bug](https://bugs.webkit.org/show_bug.cgi?id=200829) **(critical for `core-js-pure`)** > - Fixed missed `esnext.string.code-points` in `core-js/features/string` entry point > - Updated `Iterator` proposal feature detection for the case of non-standard `Iterator` in FF44- > > ##### 3.4.3 - 2019.11.26 > - Fixed missed `es.json.stringify` and some modules from iteration helpers proposal in some entry points **(includes the root entry point)** > - Added a workaround of `String#{ endsWith, startsWith }` MDN polyfills bugs, [#702](https://github-redirect.dependabot.com/zloirock/core-js/issues/702) > - Fixed `.size` property descriptor of `Map` / `Set` in the pure version > - Refactoring, some internal improvements > > ##### 3.4.2 - 2019.11.22 > - Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases > - `String#replaceAll` is available only in nightly FF builds > - Improved `Promise` feature detection for the case of V8 6.6 with multiple `core-js` copies > - Some internals optimizations > - Added Node 13.2 -> V8 7.9 compat data mapping > - Returned usage of `node -e` in `postinstall` scripts > > ##### 3.4.1 - 2019.11.12 > - Throw when `(Async)Iterator#flatMap` mapper returns a non-iterable, per [tc39/proposal-iterator-helpers/55](https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/issues/55) and [tc39/proposal-iterator-helpers/59](https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/59) > - Removed own `AggregateError#toString`, per [tc39/proposal-promise-any/49](https://github-redirect.dependabot.com/tc39/proposal-promise-any/pull/49) > - Global `core-js` `Promise` polyfill passes feature detection in the pure versions > ... (truncated)
Commits - [`10ccf67`](https://github.com/zloirock/core-js/commit/10ccf67bbf4194c94f5951e4360ecaa3af11d83a) 3.4.8 - [`e937015`](https://github.com/zloirock/core-js/commit/e937015d2017ab76b28b6c343e68b46e40952d7d) update the changelog - [`6a33d1e`](https://github.com/zloirock/core-js/commit/6a33d1e179ec1d0efe5e951b3220dc7cd1c5e011) mark `es.string.match-all` as supported in FF73 - [`9b1c768`](https://github.com/zloirock/core-js/commit/9b1c768500430d751ff51ccfbdc6b874cddf341d) improve ancient Node compat data - [`2ddbf97`](https://github.com/zloirock/core-js/commit/2ddbf9748c336ddc43672ccf88962d3b64629fe6) update dependencies - [`67ab55b`](https://github.com/zloirock/core-js/commit/67ab55be7dde34184e440b4412e447419ac1af5c) add io.js as Node versions - [`9611749`](https://github.com/zloirock/core-js/commit/961174902f3eaed9907f70707389072d0b9b59b2) update Node compat data mapping - [`a22e656`](https://github.com/zloirock/core-js/commit/a22e65680819eb9431532a193cda21340a86e44a) map some old Android Browser versions to Chrome with the same WebKit versions - [`b799c43`](https://github.com/zloirock/core-js/commit/b799c43889f2789d2e41f4fb8dab7a71a03e4753) add one more missed Samsung mapping - [`a95116f`](https://github.com/zloirock/core-js/commit/a95116f6349c6000a29b9ccb8cc7889059979d09) update dependencies, fix a wrong link - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v3.4.7...v3.4.8)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)