Bump terser from 5.9.0 to 5.10.0 #390

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.10.0 into develop 2021-11-16 05:09:06 +01:00
dependabot[bot] commented 2021-11-16 05:05:52 +01:00 (Migrated from github.com)

Bumps terser from 5.9.0 to 5.10.0.

Changelog

Sourced from terser's changelog.

v5.10.0

  • Massive optimization to max_line_len (#1109)
  • Basic support for import assertions
  • Marked ES2022 Object.hasOwn as a pure function
  • Fix delete optional?.property
  • New CI/CD pipeline with github actions (#1057)
  • Fix reordering of switch branches (#1092), (#1084)
  • Fix error when creating a class property called get
  • Acorn dependency is now an optional peerDependency
  • Fix mangling collision with exported variables (#1072)
  • Fix an issue with return someVariable = (async () => { ... })() (#1073)
Commits
  • 338c996 5.10.0
  • 815f597 update changelog
  • a966e74 Optimize max_line_len (#1109)
  • 8539751 basic support for import assertions. Closes #1095
  • f10938e add ES2022 Object.hasOwn as a pure function
  • 8f30357 Fix delete on optional chain (#1103)
  • aadf03d Ensure default case folding only happens when default is last (#1084)
  • e61a299 Resolves: Add a CI/CD pipeline with GitHub Actions (#1057)
  • f251cd4 Ensure switch branches reordering happens only for constant branch expression...
  • 01f1841 allow 'get;' as a class property without value. Closes #1078
  • 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.9.0 to 5.10.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.10.0</h2> <ul> <li>Massive optimization to max_line_len (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1109">#1109</a>)</li> <li>Basic support for import assertions</li> <li>Marked ES2022 Object.hasOwn as a pure function</li> <li>Fix <code>delete optional?.property</code></li> <li>New CI/CD pipeline with github actions (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1057">#1057</a>)</li> <li>Fix reordering of switch branches (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1092">#1092</a>), (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1084">#1084</a>)</li> <li>Fix error when creating a class property called <code>get</code></li> <li>Acorn dependency is now an optional peerDependency</li> <li>Fix mangling collision with exported variables (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1072">#1072</a>)</li> <li>Fix an issue with <code>return someVariable = (async () =&gt; { ... })()</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1073">#1073</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/338c996a7ec0066b3c0aff469307fdda6663b3ac"><code>338c996</code></a> 5.10.0</li> <li><a href="https://github.com/terser/terser/commit/815f59769b6593797a8551d89f32059349543a60"><code>815f597</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/a966e74ed4f053a60c111669d1fb628c46907162"><code>a966e74</code></a> Optimize max_line_len (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1109">#1109</a>)</li> <li><a href="https://github.com/terser/terser/commit/8539751932f2068c7408c89fba1f29812c4da72c"><code>8539751</code></a> basic support for import assertions. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1095">#1095</a></li> <li><a href="https://github.com/terser/terser/commit/f10938ee0d93aed28218b2871b5f22448e46f174"><code>f10938e</code></a> add ES2022 Object.hasOwn as a pure function</li> <li><a href="https://github.com/terser/terser/commit/8f3035707c313368ade586bb43e0098fa9003505"><code>8f30357</code></a> Fix delete on optional chain (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1103">#1103</a>)</li> <li><a href="https://github.com/terser/terser/commit/aadf03db0050bf10bef25c66c46503acf4b713ee"><code>aadf03d</code></a> Ensure default case folding only happens when default is last (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1084">#1084</a>)</li> <li><a href="https://github.com/terser/terser/commit/e61a299e658f8bac1676152d455e8c1a116dbd5e"><code>e61a299</code></a> Resolves: Add a CI/CD pipeline with GitHub Actions (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1057">#1057</a>)</li> <li><a href="https://github.com/terser/terser/commit/f251cd49d56ebf26e1c2e936c2cddbd43e0f8124"><code>f251cd4</code></a> Ensure switch branches reordering happens only for constant branch expression...</li> <li><a href="https://github.com/terser/terser/commit/01f1841a23b317cc91a6336ce2e34ef0a080cad9"><code>01f1841</code></a> allow 'get;' as a class property without value. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1078">#1078</a></li> <li>Additional commits viewable in <a href="https://github.com/terser/terser/compare/v5.9.0...v5.10.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.9.0&new-version=5.10.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-11-16 05:06:11 +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#390
No description provided.