maxwroc / HideSeek-Mod

Extended version of original HideSeek plugin
http://maxwroc.github.io/HideSeek-Mod
Apache License 2.0
3 stars 0 forks source link

Bump uglify-js from 3.12.0 to 3.13.4 #43

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps uglify-js from 3.12.0 to 3.13.4.

Release notes

Sourced from uglify-js's releases.

v3.13.4

Features

  • improve compression on class definition (aed758ed5cc4ac180c92551ba80f4997f81d1dc4)
  • mangle class field and method (10fbf8e295d6062fbaefe1b716878b95051dce2a)

Bug Fixes

  • class literal (1947a21824f3cbbb7a3c8267a15fa9c80b91fc59)
  • for loop (a37ca558dd8d7f5243e061e216287793b9108911)
  • immediately invoked function expression (0df028187d20b83e52d1829e14783284c5d09ad5)
  • import.meta (cf38b52afaa0bd69d4b9e5f43c4d2ee87b65297b)
  • lexical declaration (8a828226547bcb898b95b69a3f55f6a0dc74d592)
  • new operator (e755d01a0b023339a3a4efc4d7b0e5500cb4c109)
  • object method (cea1fb5c58a336fad3e34478ab563b66f0d26988)
  • octal number syntax (b179a2459fbe170358089c70b4031f16f58c6eb2)
  • spread syntax (ebe4e1ad28009bdf5b2e936ed8d01d7d20704cc4)
  • try statement (ca49f6f41a4b515b60a4b5784ae650b1b6cf0322)

v3.13.3

Features

  • support logical assignment operator (f9055df44d86c8537afc34f00bd255792f80422f, e7be38b42ab8e18d003589f793c8388e072ba429, 40ef074cb30e0b0114466406f6b9d8592faad14e, daa8319b8a66641e2d78dc0e68446a2e774495e4)
  • improve compress efficiency on block scope (d5599604e80ab8771af422ca2f43302949b2eb15)

Bug Fixes

  • default parameter (78e3936cd489b6a764027f35c27e8438c1bee132)
  • function literal (39df3a16802a9cabd5642f85f3aeff76f8b4201d)
  • static class field (03c5ecb2e3d17e5919c1ca997f76900f1fa5b4dc)

v3.13.2

Features

  • support exponentiation assignment operator (01aa078e9cae82e16aa1faad092dbd4fbce895e2)
  • flexible handling of __PURE__ through new annotations option (3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee)
  • retain class names via keep_fnames (997d09bb33f95cf414235b8fc3d3b0539d33d2a2)
  • better formatting of comments under beautify (7d595e2eac14022a66ad501707f3e820b87a617d)
  • import/export { foo as foo }; :arrow_right: import/export { foo }; (241113200e8ad3550efc051b2b7f4d7c9a4573e9)
  • var f = async function*() { ... }; :arrow_right: async function* f() { ... } (b244b4ec21fdb65870068879f02e5471ab371d1d)

Bug Fixes

  • arguments object (9faee3b66abe7bdfbf8152cec606432cc9ddf703)
  • arrow function (e124ef57e34190205534aa3ab856a7fcb6caaab5)
  • async function (c36c3cb47053fc83b984d3a37eb3036d6df26cbe)
  • BigInt literal (3016a78d85025e435c55565e645835986db8c98f)
  • comma operator (24619daf684f4ed136616fad616bfb01238d1d30)

... (truncated)

Commits


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)