Bump terser from 5.19.0 to 5.19.1 #740

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.19.1 into develop 2023-07-18 07:00:51 +02:00
dependabot[bot] commented 2023-07-18 06:56:46 +02:00 (Migrated from github.com)

Bumps terser from 5.19.0 to 5.19.1.

Changelog

Sourced from terser's changelog.

v5.19.1

  • Better avoid outputting </script> and HTML comments.
  • Fix unused variables in class static blocks not being dropped correctly.
  • Fix sourcemap names of methods that are async or static
Commits
  • 798135e 5.19.1
  • 65aeccf update changelog
  • 5cb3679 update package with vuln
  • 2da58b2 fix source mapping of concise async/static method names. Fixes #1411
  • b6a25ae traverse class definitions while dropping unused variables. Fixes #1412
  • fb48cb1 avoid more cases that result in ouputtting </script> and HTML comments. Close...
  • 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.19.0 to 5.19.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.19.1</h2> <ul> <li>Better avoid outputting <code>&lt;/script&gt;</code> and HTML comments.</li> <li>Fix unused variables in class static blocks not being dropped correctly.</li> <li>Fix sourcemap names of methods that are <code>async</code> or <code>static</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/798135e04baddd94fea403cfaab4ba8b22b1b524"><code>798135e</code></a> 5.19.1</li> <li><a href="https://github.com/terser/terser/commit/65aeccfbc0d3ea7d17fccd16c888a006c9b6537a"><code>65aeccf</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/5cb3679b6fef4c00e23ae67a793652a0c7939a5b"><code>5cb3679</code></a> update package with vuln</li> <li><a href="https://github.com/terser/terser/commit/2da58b2e1babeb32b469c9af4490d3eb5d780c3e"><code>2da58b2</code></a> fix source mapping of concise async/static method names. Fixes <a href="https://redirect.github.com/terser/terser/issues/1411">#1411</a></li> <li><a href="https://github.com/terser/terser/commit/b6a25ae5f4a627f545c052081b77660c382702e2"><code>b6a25ae</code></a> traverse class definitions while dropping unused variables. Fixes <a href="https://redirect.github.com/terser/terser/issues/1412">#1412</a></li> <li><a href="https://github.com/terser/terser/commit/fb48cb11adc366f9cd8c2cda6be3fe27b44158a5"><code>fb48cb1</code></a> avoid more cases that result in ouputtting &lt;/script&gt; and HTML comments. Close...</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.19.0...v5.19.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.19.0&new-version=5.19.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 2023-07-18 06:57:02 +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#740
No description provided.