Bump terser from 5.16.3 to 5.16.4 #644

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.16.4 into develop 2023-02-20 06:02:43 +01:00
dependabot[bot] commented 2023-02-20 05:58:41 +01:00 (Migrated from github.com)

Bumps terser from 5.16.3 to 5.16.4.

Changelog

Sourced from terser's changelog.

v5.16.4

  • Keep (defaultArg = undefined) => ..., because default args don't count for function length
  • Prevent inlining variables into ?. optional chains
  • Avoid removing unused arguments while transforming
  • Optimize iterating AST node lists
  • Make sure catch and finally aren't children of try in the AST
  • Use modern unicode property escapes (\p{...}) to parse identifiers when available
Commits
  • e0acb3c 5.16.4
  • ff93dac update changelog
  • ca51c11 Do not remove default_arg = undefined, as it changes Function.length. Closes ...
  • 12b7709 Prevent inlining variables into optional chains. Closes #1198
  • 6268e5f Do not change function arity while transforming. Closes #1331
  • 8dc5fc2 optimize MAP (do_list). Speeds up compress by a couple %
  • 627a433 Make sure 'catch' and 'finally' are not children of 'try'. Fixes #1107
  • 45dcfea use unicode property escapes if available
  • See full diff in compare view

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.3 to 5.16.4. <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.4</h2> <ul> <li>Keep <code>(defaultArg = undefined) =&gt; ...</code>, because default args don't count for function length</li> <li>Prevent inlining variables into <code>?.</code> optional chains</li> <li>Avoid removing unused arguments while transforming</li> <li>Optimize iterating AST node lists</li> <li>Make sure <code>catch</code> and <code>finally</code> aren't children of <code>try</code> in the AST</li> <li>Use modern unicode property escapes (<code>\p{...}</code>) to parse identifiers when available</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/e0acb3c92ead98d6f5855e532137de1932ebc650"><code>e0acb3c</code></a> 5.16.4</li> <li><a href="https://github.com/terser/terser/commit/ff93dacfb00c8e0d328df90ef6b1da770aa90b34"><code>ff93dac</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/ca51c119cc67d6bd59ac12d55de69309e8b752d6"><code>ca51c11</code></a> Do not remove default_arg = undefined, as it changes Function.length. Closes ...</li> <li><a href="https://github.com/terser/terser/commit/12b770961c6564996958427fe83b406a62b2a50f"><code>12b7709</code></a> Prevent inlining variables into optional chains. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1198">#1198</a></li> <li><a href="https://github.com/terser/terser/commit/6268e5fcbd0bad36603d5cd13d9b0da106c1a8dc"><code>6268e5f</code></a> Do not change function arity while transforming. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1331">#1331</a></li> <li><a href="https://github.com/terser/terser/commit/8dc5fc298d057751acc56cdc84c5cd353be180ee"><code>8dc5fc2</code></a> optimize MAP (do_list). Speeds up compress by a couple %</li> <li><a href="https://github.com/terser/terser/commit/627a4337a22df528442f693b4b3216abb2b6afae"><code>627a433</code></a> Make sure 'catch' and 'finally' are not children of 'try'. Fixes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1107">#1107</a></li> <li><a href="https://github.com/terser/terser/commit/45dcfea8534ca28f3e6e125b9e10788c4af6c465"><code>45dcfea</code></a> use unicode property escapes if available</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.16.3...v5.16.4">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.3&new-version=5.16.4)](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 2023-02-20 05:58:59 +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#644
No description provided.