Bump terser from 5.8.0 to 5.9.0 #360

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.9.0 into develop 2021-09-22 06:10:58 +02:00
dependabot[bot] commented 2021-09-22 06:08:06 +02:00 (Migrated from github.com)

Bumps terser from 5.8.0 to 5.9.0.

Changelog

Sourced from terser's changelog.

v5.9.0

  • Collapsing switch cases with the same bodies (even if they're not next to each other) (#1070).
  • Fix evaluation of optional chain expressions (#1062)
  • Fix mangling collision in ESM exports (#1063)
  • Fix issue with mutating function objects after a second pass (#1047)
  • Fix for inlining object spread { ...obj } (#1071)
  • Typescript typings fix (#1069)
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.8.0 to 5.9.0. <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.9.0</h2> <ul> <li>Collapsing switch cases with the same bodies (even if they're not next to each other) (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1070">#1070</a>).</li> <li>Fix evaluation of optional chain expressions (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1062">#1062</a>)</li> <li>Fix mangling collision in ESM exports (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1063">#1063</a>)</li> <li>Fix issue with mutating function objects after a second pass (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1047">#1047</a>)</li> <li>Fix for inlining object spread <code>{ ...obj }</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1071">#1071</a>)</li> <li>Typescript typings fix (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1069">#1069</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/320241024c236d05fbacab85b55dc9c50413697c"><code>3202410</code></a> 5.9.0</li> <li><a href="https://github.com/terser/terser/commit/dbeb3580050623365a0cf8e76554a696af2151b6"><code>dbeb358</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/8430c66f239333a5758bfff0d83fecf982411a14"><code>8430c66</code></a> collapsing switch cases with same bodies, when not lined in a row (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1070">#1070</a>)</li> <li><a href="https://github.com/terser/terser/commit/8dea52989cac954b3db39dce1ab71a9bb23aacbc"><code>8dea529</code></a> Fix compress/eval of optional chains (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1062">#1062</a>)</li> <li><a href="https://github.com/terser/terser/commit/38bef40040b37c0f37b1b5f72212f796a7bd10b2"><code>38bef40</code></a> Fix collisions between original property and mangled property (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1063">#1063</a>)</li> <li><a href="https://github.com/terser/terser/commit/047992118085a00aa1a86d43b3b64c0be26ddd7a"><code>0479921</code></a> fix: functions may be compressed mistakenly if passes=2 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1047">#1047</a>)</li> <li><a href="https://github.com/terser/terser/commit/c8fa225cb4241d68c51a43f311720d73af0eb390"><code>c8fa225</code></a> Fix inlining object spread properties (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1071">#1071</a>)</li> <li><a href="https://github.com/terser/terser/commit/c4fcdcc917e1395f9f17f919f21f9056b1140f85"><code>c4fcdcc</code></a> Fix missing nth_identifier default in minify() (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1069">#1069</a>)</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.8.0...v5.9.0">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.8.0&new-version=5.9.0)](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 2021-09-22 06:08:26 +02: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#360
No description provided.