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.8 to ^3.5.0 in /resources/frontend/app #60

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.5.0 - 2019.12.12 > - Added [object iteratoration stage 1 proposal](https://github.com/tc39/proposal-object-iteration): > - `Object.iterateKeys` > - `Object.iterateValues` > - `Object.iterateEntries` > > ##### 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 > ... (truncated)
Commits - [`b3659ac`](https://github.com/zloirock/core-js/commit/b3659ace5df6e2f66a7ecd61e300e8b798129d4b) 3.5.0 - [`716ab7b`](https://github.com/zloirock/core-js/commit/716ab7b09bdebaebb753030163b99946b1abaa95) update dependencies - [`ada91d4`](https://github.com/zloirock/core-js/commit/ada91d4e4681d8cd8374dca3f8d9dd8d58cc26a0) Merge pull request [#724](https://github-redirect.dependabot.com/zloirock/core-js/issues/724) from zloirock/object-iteration - [`5a706f7`](https://github.com/zloirock/core-js/commit/5a706f785466b6db5881baa46eba7fd507e7aa4a) update the changelog - [`a0f4e84`](https://github.com/zloirock/core-js/commit/a0f4e84d097c853a81f6da8c94f501ef8714bc85) get rid of recursion - [`90192b9`](https://github.com/zloirock/core-js/commit/90192b9421757e43fa569e2c86d21ddbd22eae94) add object iteration proposal - See full diff in [compare view](https://github.com/zloirock/core-js/compare/v3.4.8...v3.5.0)


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)