Bump terser from 5.15.1 to 5.16.0 #611

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.16.0 into develop 2022-11-25 05:04:22 +01:00
dependabot[bot] commented 2022-11-25 05:01:45 +01:00 (Migrated from github.com)

Bumps terser from 5.15.1 to 5.16.0.

Changelog

Sourced from terser's changelog.

Changelog

v5.16.1

  • Disallow private fields in object bodies (#1011)
  • Parse #privatefield in object (#1279)
  • Compress #privatefield in object
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.1 to 5.16.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> <h1>Changelog</h1> <h2>v5.16.1</h2> <ul> <li>Disallow private fields in object bodies (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1011">#1011</a>)</li> <li>Parse <code>#privatefield in object</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1279">#1279</a>)</li> <li>Compress <code>#privatefield in object</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/169cbbe16b954a438df416f7cf1ec07768c13e71"><code>169cbbe</code></a> 5.16.0</li> <li><a href="https://github.com/terser/terser/commit/b4d753f1a793b8d85d1e7f19d3012bb0474fd9db"><code>b4d753f</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/e9ac04f3aae8ea239f5cbb71b09d8245ab2aa0c0"><code>e9ac04f</code></a> Update PATRONS.md</li> <li><a href="https://github.com/terser/terser/commit/632ea3f312845034b2d9fde70c1f025d9d8bacc4"><code>632ea3f</code></a> Update README.md</li> <li><a href="https://github.com/terser/terser/commit/cedbffb3c0348b347d0db224b3713db64ccae724"><code>cedbffb</code></a> Update dependency minimatch to 3.0.5 [SECURITY] (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1290">#1290</a>)</li> <li><a href="https://github.com/terser/terser/commit/660ebaec968d09d437b33cbb21a92b71c729c4ea"><code>660ebae</code></a> implement compression of #private in ...</li> <li><a href="https://github.com/terser/terser/commit/4c60b48d72689a9ce42b4040934b012f062ade60"><code>4c60b48</code></a> chore: remove dead code</li> <li><a href="https://github.com/terser/terser/commit/144609a86476bd2cfa0e3521832592513370e101"><code>144609a</code></a> Fix/issue 1124 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1279">#1279</a>)</li> <li><a href="https://github.com/terser/terser/commit/76fdb9264b1a2a7a49ea62fe578250198cebae73"><code>76fdb92</code></a> fix: throw error when using private field in an object (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1011">#1011</a>) (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1278">#1278</a>)</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.15.1...5.16.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.15.1&new-version=5.16.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 2022-11-25 05:02:02 +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#611
No description provided.