Bump terser from 5.16.0 to 5.16.1 #615

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.16.1 into develop 2022-12-05 05:06:10 +01:00
dependabot[bot] commented 2022-12-05 05:02:24 +01:00 (Migrated from github.com)

Bumps terser from 5.16.0 to 5.16.1.

Changelog

Sourced from terser's changelog.

v5.16.1

  • Properly handle references in destructurings (const { [reference]: val } = ...)
  • Allow parsing of .#privatefield in nested classes
  • Do not evaluate operations that return large strings if that would make the output code larger
  • Make collapse_vars handle block scope correctly
  • Internal improvements: Typos (#1311), more tests, small-scale refactoring
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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [terser](https://github.com/terser/terser) from 5.16.0 to 5.16.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/terser/terser/blob/master/CHANGELOG.md">terser's changelog</a>.</em></p> <blockquote> <h2>v5.16.1</h2> <ul> <li>Properly handle references in destructurings (<code>const { [reference]: val } = ...</code>)</li> <li>Allow parsing of <code>.#privatefield</code> in nested classes</li> <li>Do not evaluate operations that return large strings if that would make the output code larger</li> <li>Make <code>collapse_vars</code> handle block scope correctly</li> <li>Internal improvements: Typos (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1311">#1311</a>), more tests, small-scale refactoring</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/b90215a1936d2e689e37cdfc3863bc7ab2e4dabd"><code>b90215a</code></a> 5.16.1</li> <li><a href="https://github.com/terser/terser/commit/319fe313a60997977f5f6955404a8152a15f1c97"><code>319fe31</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/d941a11ce24cd758adec54e9980bac8d81a58a04"><code>d941a11</code></a> mark computed properties in for..of initializers as used. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1238">#1238</a></li> <li><a href="https://github.com/terser/terser/commit/635400e55db17023af29b8ca8e73726a18124c2f"><code>635400e</code></a> move AST_Scope#drop_unused into its own file</li> <li><a href="https://github.com/terser/terser/commit/a192fac0055fa29aea2799f02fcb78775f332825"><code>a192fac</code></a> some cleanups</li> <li><a href="https://github.com/terser/terser/commit/dcc3030ab7d93bf3cd1f9b421e782ea812350327"><code>dcc3030</code></a> add shadowed variable test</li> <li><a href="https://github.com/terser/terser/commit/4d37f397fdfc2031832680a1d49949c5ac7355b9"><code>4d37f39</code></a> traverse exported code while hoisting object properties. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1307">#1307</a></li> <li><a href="https://github.com/terser/terser/commit/1e99e5d66c8e5b6aa31b9ca6547dfc7fc9516d6f"><code>1e99e5d</code></a> update test</li> <li><a href="https://github.com/terser/terser/commit/68461d444fd5304154ddfb4dd9de3773756b2cd0"><code>68461d4</code></a> properly detect nested classes. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1313">#1313</a></li> <li><a href="https://github.com/terser/terser/commit/b91e0ce189545fe6ac0cc7efb1637f56298a746d"><code>b91e0ce</code></a> docs: fix simple typo, concatentation -&gt; concatenation (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1311">#1311</a>)</li> <li>Additional commits viewable in <a href="https://github.com/terser/terser/compare/5.16.0...v5.16.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser&package-manager=npm_and_yarn&previous-version=5.16.0&new-version=5.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Serraniel (Migrated from github.com) approved these changes 2022-12-05 05:02:44 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#615
No description provided.