Bump terser from 5.15.0 to 5.15.1 #591

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.15.1 into develop 2022-10-06 06:09:30 +02:00
dependabot[bot] commented 2022-10-06 06:05:07 +02:00 (Migrated from github.com)

Bumps terser from 5.15.0 to 5.15.1.

Changelog

Sourced from terser's changelog.

v5.15.1

  • Fixed missing parentheses around optional chains
  • Avoid bare let or const as the bodies of if statements (#1253)
  • Small internal fixes (#1271)
  • Avoid inlining a class twice and creating two equivalent but !== classes.
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.15.0 to 5.15.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.15.1</h2> <ul> <li>Fixed missing parentheses around optional chains</li> <li>Avoid bare <code>let</code> or <code>const</code> as the bodies of <code>if</code> statements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1253">#1253</a>)</li> <li>Small internal fixes (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1271">#1271</a>)</li> <li>Avoid inlining a class twice and creating two equivalent but <code>!==</code> classes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/4255fb3063ce1b41a5d5c9c48df443b5df0e797e"><code>4255fb3</code></a> 5.15.1</li> <li><a href="https://github.com/terser/terser/commit/d31c829a2d744f5be5bdefd4a31879e3251bd486"><code>d31c829</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/bb2e20fd36cf3f621f85c3e5754b301058b0f9e3"><code>bb2e20f</code></a> take optional chains into account when locating the left-most item in an expr...</li> <li><a href="https://github.com/terser/terser/commit/350f9650218f1f9a781b73e62a7b3989047b9f02"><code>350f965</code></a> some cleanups</li> <li><a href="https://github.com/terser/terser/commit/5fc39255207670853fa2bf56b9d74a67a3e49a33"><code>5fc3925</code></a> Update actions/setup-node action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1156">#1156</a>)</li> <li><a href="https://github.com/terser/terser/commit/be73559c715d65588b64e4ed92af0341bc7a357f"><code>be73559</code></a> Update actions/upload-artifact action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1161">#1161</a>)</li> <li><a href="https://github.com/terser/terser/commit/666f79ee9b1cec5d508ad281fb0e89925845432e"><code>666f79e</code></a> chore(deps): update actions/checkout action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1158">#1158</a>)</li> <li><a href="https://github.com/terser/terser/commit/3652dce5d75a4b8443b4287209bb4a88554fc3ee"><code>3652dce</code></a> fix: incorrect <code>to_simple_statement</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1253">#1253</a>)</li> <li><a href="https://github.com/terser/terser/commit/34e8262b2c26b738c692e5e789a30193ad109d92"><code>34e8262</code></a> chore: fixed a couple of typos (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1271">#1271</a>)</li> <li><a href="https://github.com/terser/terser/commit/089e32a72ac6a5b0e64272b9e6d64b82ac86d95e"><code>089e32a</code></a> avoid a class being inlined twice when identity can be compared. (close <a href="https://github-redirect.dependabot.com/terser/terser/issues/1267">#1267</a>)</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.15.0...v5.15.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.15.0&new-version=5.15.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-10-06 06:05:23 +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#591
No description provided.