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 terser from 4.4.2 to 4.4.3 #154

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps terser from 4.4.2 to 4.4.3.

Changelog *Sourced from [terser's changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md).* > ## v4.4.3 > > - Number and BigInt parsing has been fixed > - `/*#__INLINE__*/` annotation fixed for arrow functions with non-block bodies. > - Functional tests have been added, using [this repository](https://github.com/terser/terser-functional-tests). > - A memory leak, where the entire AST lives on after compression, has been plugged.
Commits - [`046a417`](https://github.com/terser/terser/commit/046a417626997120b58bcdeeb82744811b585a4b) 4.4.3 - [`93fad36`](https://github.com/terser/terser/commit/93fad367b1717fb387570cf0e3c82f75ce2e575e) update changelog - [`4bba5eb`](https://github.com/terser/terser/commit/4bba5ebc26f4e7ad36da2adc550cc277e0d43afa) plug memory leak - [`3597a31`](https://github.com/terser/terser/commit/3597a317b92c2256ebfad1809095ee6080feba13) avoid terser-functional-tests cache changing and its reprecussions - [`880f43f`](https://github.com/terser/terser/commit/880f43f9698fa825b7d40677397c283483990c8a) don't test node 8 - [`f40dbb1`](https://github.com/terser/terser/commit/f40dbb1230f034c3c1ad51651db0dc15c2420b1c) make the functional test another job not a separate stage - [`b6260c8`](https://github.com/terser/terser/commit/b6260c8c9a86793b5bc77414410d8ba24311f156) fix functional tests in the face of cache - [`5792726`](https://github.com/terser/terser/commit/5792726bf8d070dac9fe1712260cedb05fd2b7e3) fix functional tests and speed up older tests - [`47cfe3b`](https://github.com/terser/terser/commit/47cfe3b3b05dbf86efb79cd521517f81cbd97133) add functional test job to travis - [`743319f`](https://github.com/terser/terser/commit/743319fbc24deacb20c89fb0611599dd681bf61d) close [#531](https://github-redirect.dependabot.com/terser/terser/issues/531): enable inline annotation for arrow functions with bare exp bodies - Additional commits viewable in [compare view](https://github.com/terser/terser/compare/v4.4.2...v4.4.3)


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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  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 14693ee...534facb. Read the comment docs.