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.1 to 3.4.2 in /form #118

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps core-js from 3.4.1 to 3.4.2.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 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
Commits - [`d5913fd`](https://github.com/zloirock/core-js/commit/d5913fd546f06963e0def0d34ebeb4b12ac74d99) 3.4.2 - [`b057b1d`](https://github.com/zloirock/core-js/commit/b057b1d5b1741940fb046b6d7f3a05c7368e86a6) update `electron-to-chromium` - [`0f7f758`](https://github.com/zloirock/core-js/commit/0f7f758700f7d7cd198ffeaaa3399c7b19b1500a) update the changelog - [`b05e17a`](https://github.com/zloirock/core-js/commit/b05e17ab6e92f4de646c3357315216b1ca16cd14) optimize `classof` usage - [`4aaa06c`](https://github.com/zloirock/core-js/commit/4aaa06c913aab8a7f780e35d2def7c31c523931e) add Node 13.2 -> V8 79 compat data mapping - [`0a9ac3e`](https://github.com/zloirock/core-js/commit/0a9ac3e00d1b1d5623d3939fc76302afd3785632) update dependencies - [`19c4703`](https://github.com/zloirock/core-js/commit/19c4703afcd811ccdd9556f22cd4a02e025418fc) update dependencies - [`5fc2183`](https://github.com/zloirock/core-js/commit/5fc218360355685d5b55d1db0284146ad1687e2d) remove some unnecessary operations - [`ceb39ee`](https://github.com/zloirock/core-js/commit/ceb39eeab003dbce3cf01baad15d7c1fca6296b2) extract ieee754 module - [`03d5cbe`](https://github.com/zloirock/core-js/commit/03d5cbec5848864d0e0f420047371896012bb569) fix a typo in a comment - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v3.4.1...v3.4.2)


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 #118 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #118   +/-   ##
=======================================
  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 934cb21...5eef580. Read the comment docs.