starkovsky / laravel-vue-cli

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

Bump core-js from 2.6.9 to 3.4.7 in /resources/frontend/app #41

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps core-js from 2.6.9 to 3.4.7.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 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 > - Fixed indexes in `String#replaceAll` callbacks > - `String#replaceAll` marked as supported by FF72 > > ##### 3.4.0 - 2019.11.07 > - Added [well-formed `JSON.stringify`](https://github.com/tc39/proposal-well-formed-stringify), ES2019 feature, thanks [@​ExE-Boss](https://github.com/ExE-Boss) and [@​WebReflection](https://github.com/WebReflection) for the idea > - Fixed `Math.signbit`, [#687](https://github-redirect.dependabot.com/zloirock/core-js/issues/687), thanks [@​chicoxyzzy](https://github.com/chicoxyzzy) > > ##### 3.3.6 - 2019.11.01 > - Don't detect Chakra-based Edge as Chrome in the `userAgent` parsing > - Fixed inheritance in typed array constructors wrappers, [#683](https://github-redirect.dependabot.com/zloirock/core-js/issues/683) > - Added one more workaround for correct work of early `fetch` implementations with polyfilled `URLSearchParams`, [#680](https://github-redirect.dependabot.com/zloirock/core-js/issues/680) > ... (truncated)
Commits - [`7e22bc1`](https://github.com/zloirock/core-js/commit/7e22bc1afcae7a2f7c33e2a61b08ab751e414277) 3.4.7 - [`0b15d9a`](https://github.com/zloirock/core-js/commit/0b15d9a3a9f20ef1dfb64320674b80f66b1fa6e9) fix [#710](https://github-redirect.dependabot.com/zloirock/core-js/issues/710) - [`060d392`](https://github.com/zloirock/core-js/commit/060d39294c07afcf90629bfbd5026b3814648983) 3.4.6 - [`751549e`](https://github.com/zloirock/core-js/commit/751549ed22ca6affeb7f3e25a9f9ff4504c589bc) improve CI detection in the `postinstall` script, close [#707](https://github-redirect.dependabot.com/zloirock/core-js/issues/707) - [`5ad5f62`](https://github.com/zloirock/core-js/commit/5ad5f626e89bec52c94d0c95d84da8fca33e856e) update `electron-to-chromium` - [`ec33d92`](https://github.com/zloirock/core-js/commit/ec33d92fd293f8598d774424be49f46d4d1ff0d3) simplify work with semver - [`3b9dd46`](https://github.com/zloirock/core-js/commit/3b9dd460ee0f5a8f184e643ccb945b94dea651c0) add missed in `core-js-compat` helpers `ie_mob` normalization - [`027c147`](https://github.com/zloirock/core-js/commit/027c147d4e49fa5f0658c96ce44fc208ec65c759) fix `edge` overwriting - [`ff4e5ce`](https://github.com/zloirock/core-js/commit/ff4e5cec6ec3d5d1cc450fad3562e11d2cd288ee) extract `normalizeModulesList` internal helper, normalize the result of `getM... - [`fc30a12`](https://github.com/zloirock/core-js/commit/fc30a1266f56f27f4d16acd4bdf293dc326fed55) simplify `build-data` script - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.6.9...v3.4.7)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)