Bump terser from 5.7.1 to 5.7.2 #341

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.7.2 into develop 2021-08-25 06:10:17 +02:00
dependabot[bot] commented 2021-08-25 06:07:31 +02:00 (Migrated from github.com)

Bumps terser from 5.7.1 to 5.7.2.

Changelog

Sourced from terser's changelog.

v5.7.2

  • Fixed issues with compressing functions defined in global_defs option (#1036)
  • New recipe for using Terser in gulp was added to RECIPES.md (#1035)
  • Fixed issues with ?? and ?. (#1045)
  • Future reserved words such as package no longer require you to disable strict mode to be used as names.
  • Refactored huge compressor file into multiple more focused files.
  • Avoided unparenthesized in operator in some for loops (it breaks parsing because of for..in loops)
  • Improved documentation (#1021, #1025)
  • More type definitions (#1021)
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.7.1 to 5.7.2. <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.2</h2> <ul> <li>Fixed issues with compressing functions defined in <code>global_defs</code> option (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1036">#1036</a>)</li> <li>New recipe for using Terser in gulp was added to RECIPES.md (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1035">#1035</a>)</li> <li>Fixed issues with <code>??</code> and <code>?.</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1045">#1045</a>)</li> <li>Future reserved words such as <code>package</code> no longer require you to disable strict mode to be used as names.</li> <li>Refactored huge compressor file into multiple more focused files.</li> <li>Avoided unparenthesized <code>in</code> operator in some for loops (it breaks parsing because of for..in loops)</li> <li>Improved documentation (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1021">#1021</a>, <a href="https://github-redirect.dependabot.com/terser/terser/issues/1025">#1025</a>)</li> <li>More type definitions (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1021">#1021</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/3838289ca9ff43a2076e0417306a9fa18c97368c"><code>3838289</code></a> 5.7.2</li> <li><a href="https://github.com/terser/terser/commit/2ae3b93e5caf2a50c23d8cb0b8e3b6e60fb33bb1"><code>2ae3b93</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/23e421119737f6501e8f5c37ac610eb52fbd6cf0"><code>23e4211</code></a> fix: functions in global_defs may be compressed mistakenly (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1036">#1036</a>)</li> <li><a href="https://github.com/terser/terser/commit/c7cd53d9acbfffe76d9921c6dbcff04d6d68278b"><code>c7cd53d</code></a> Terser for Gulp (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1035">#1035</a>)</li> <li><a href="https://github.com/terser/terser/commit/622654c210558f365bf6e6557b63f4b0cdeedb90"><code>622654c</code></a> Fix nullish coalescing negation inference (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1045">#1045</a>)</li> <li><a href="https://github.com/terser/terser/commit/9101e63817573e38b122daab7d9eab5f711242f4"><code>9101e63</code></a> be less strict about future reserved words. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1041">#1041</a></li> <li><a href="https://github.com/terser/terser/commit/d225b75e82770d0d7eedf011e4769d18a43de9c0"><code>d225b75</code></a> factor out compressor/index into more files</li> <li><a href="https://github.com/terser/terser/commit/aa4742a611fb59d12e241b3e844c75babed2ef0f"><code>aa4742a</code></a> avoid unparenthesized 'in' inside the heads of for loops. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1019">#1019</a></li> <li><a href="https://github.com/terser/terser/commit/3f91b6cd40f134cf56c57c0d6b68d6facca3fe78"><code>3f91b6c</code></a> fix typos in README (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1025">#1025</a>)</li> <li><a href="https://github.com/terser/terser/commit/6b62c003c49d71c284b19870f68907d6b3036728"><code>6b62c00</code></a> Documentation and type definition: MinifyOptions.enclose (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1021">#1021</a>)</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.7.1...v5.7.2">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.1&new-version=5.7.2)](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-08-25 06:07:50 +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#341
No description provided.