Bump terser from 5.7.0 to 5.7.1 #310

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.7.1 into develop 2021-06-29 06:10:37 +02:00
dependabot[bot] commented 2021-06-29 06:08:13 +02:00 (Migrated from github.com)

Bumps terser from 5.7.0 to 5.7.1.

Changelog

Sourced from terser's changelog.

v5.7.1

  • Avoided collapsing assignments together if it would place a chain assignment on the left hand side, which is invalid syntax (a?.b = c)
  • Removed undefined from object expansions ({ ...void 0 } -> {})
  • Fix crash when checking if something is nullish or undefined (#1009)
  • Fixed comparison of private class properties (#1015)
  • Minor performance improvements (#993)
  • Fixed scope of function defs in strict mode (they are block scoped)
Commits
  • d3d924f 5.7.1
  • f45230a skip test
  • a4154e9 update changelog
  • 6d08df9 do not collapse vars/assigns which have a chain on their right hand side. Clo...
  • e9d32ee pass compressor to is_undefined
  • 6f04338 remove expansions from objects when we know the value being expanded is nulli...
  • bfc332c fix broken names output. Closes #994
  • 2835581 fix missing compressor argument in is_nullish and is_undefined
  • 215db3c fix: missing compressor arg in optimize AST_VarDef (#1009)
  • 60a74bb fix: private class element access equality (#1015)
  • Additional commits viewable 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.7.0 to 5.7.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.7.1</h2> <ul> <li>Avoided collapsing assignments together if it would place a chain assignment on the left hand side, which is invalid syntax (<code>a?.b = c</code>)</li> <li>Removed undefined from object expansions (<code>{ ...void 0 }</code> -&gt; <code>{}</code>)</li> <li>Fix crash when checking if something is nullish or undefined (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1009">#1009</a>)</li> <li>Fixed comparison of private class properties (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1015">#1015</a>)</li> <li>Minor performance improvements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/993">#993</a>)</li> <li>Fixed scope of function defs in strict mode (they are block scoped)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/d3d924fa9e4c57bbe286b811c6068bcc7026e902"><code>d3d924f</code></a> 5.7.1</li> <li><a href="https://github.com/terser/terser/commit/f45230a0d9229e30065d3551f7d1f6112dcfd1df"><code>f45230a</code></a> skip test</li> <li><a href="https://github.com/terser/terser/commit/a4154e9529e4ee674cfd191369b46898b517316f"><code>a4154e9</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/6d08df9044f7868ccb54ca9b635a5b3e8ad72580"><code>6d08df9</code></a> do not collapse vars/assigns which have a chain on their right hand side. Clo...</li> <li><a href="https://github.com/terser/terser/commit/e9d32ee4c1c6f330431c1987de38d8fccd56dec2"><code>e9d32ee</code></a> pass compressor to is_undefined</li> <li><a href="https://github.com/terser/terser/commit/6f0433879ca1b5358c1140903ac6b5e071c962a4"><code>6f04338</code></a> remove expansions from objects when we know the value being expanded is nulli...</li> <li><a href="https://github.com/terser/terser/commit/bfc332c2666585e9f354bc6ea7e41f50d664b37b"><code>bfc332c</code></a> fix broken names output. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/994">#994</a></li> <li><a href="https://github.com/terser/terser/commit/283558161e67e4a21db9cb2c694b903e6b601521"><code>2835581</code></a> fix missing compressor argument in is_nullish and is_undefined</li> <li><a href="https://github.com/terser/terser/commit/215db3c9d7dbff0d9ea1f6c82ff55ec2ffed4e08"><code>215db3c</code></a> fix: missing compressor arg in optimize AST_VarDef (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1009">#1009</a>)</li> <li><a href="https://github.com/terser/terser/commit/60a74bb1679107e03a0f498b45644991dec2b19a"><code>60a74bb</code></a> fix: private class element access equality (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1015">#1015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/terser/terser/compare/v5.7.0...v5.7.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.7.0&new-version=5.7.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 2021-06-29 06:09:03 +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#310
No description provided.