FoseFx / ECL-Report-Addon

An addon that makes reporting players in the ECL (ecl.gg) easier
https://fosefx.github.io/ECL-Report-Addon
Apache License 2.0
0 stars 0 forks source link

Bump core-js from 3.4.3 to 3.4.5 in /form #129

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps core-js from 3.4.3 to 3.4.5.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 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-
Commits - [`94ddabe`](https://github.com/zloirock/core-js/commit/94ddabe6d75a13f3605880b2968b154b68075715) 3.4.5 - [`66f1385`](https://github.com/zloirock/core-js/commit/66f13854cf552bdcf01e16daaa033eb2ecc7e234) detect incorrect MS Edge 17-18 `Reflect.set` which allows setting the propert... - [`11a801a`](https://github.com/zloirock/core-js/commit/11a801a40bf6a84afcec1c8ece027c7b50a92708) fix `inspectSource` helper with multiple `core-js` copies and some related fe... - [`57603b9`](https://github.com/zloirock/core-js/commit/57603b9b4a3069c7fa59291660f860165a15af90) detect incorrect order of operations in `Object.assign`, MS Edge bug - [`fb2b7e6`](https://github.com/zloirock/core-js/commit/fb2b7e67622657fe1026fc4450651d92387c4a47) update `core-js-compat` example - [`4c2e5e2`](https://github.com/zloirock/core-js/commit/4c2e5e294648566b0ccfbbb972ac1a96a96ac54f) detect usage of `ToLength` in `Array#{ filter, map }`, FF48-49 and Edge 14- i... - [`3a57ab5`](https://github.com/zloirock/core-js/commit/3a57ab5b3a9fe4f038e0b713717ce6986354b1b2) 3.4.4 - [`5922c60`](https://github.com/zloirock/core-js/commit/5922c60c55ec40c2cdd7bc12a770f895bb89f3b4) some fixes - [`bfe7bd0`](https://github.com/zloirock/core-js/commit/bfe7bd0ea95e9559fc2cd1e4ecf17d72d0ce42c3) update feature detection for Safari non-generic `Promise#finally` bug - [`1f60feb`](https://github.com/zloirock/core-js/commit/1f60febf41a411d7be4f1023fe04a13515eb6022) ignore early generators implementations which not inherited from `%IteratorPr... - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v3.4.3...v3.4.5)


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.


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)
codecov-io commented 4 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          13       13           
  Lines         437      437           
  Branches       42       42           
=======================================
  Hits          434      434           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 567d74f...f1319a6. Read the comment docs.