Bump terser from 5.16.1 to 5.16.2 #634

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/terser-5.16.2 into develop 2023-01-31 05:05:35 +01:00
dependabot[bot] commented 2023-01-31 05:01:26 +01:00 (Migrated from github.com)

Bumps terser from 5.16.1 to 5.16.2.

Changelog

Sourced from terser's changelog.

v5.16.2

  • Fix sourcemaps with non-ascii characters (#1318)
  • Support string module name and export * as (#1336)
  • Do not move let out of for initializers, as it can change scoping
  • Fix a corner case that would generate the invalid syntax if (something) let x ("let" in braceless if body)
  • Knowledge of more native object properties (#1330)
  • Got rid of Travis (#1323)
  • Added semi-secret asObject sourcemap option to typescript defs (#1321)
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.16.1 to 5.16.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.16.2</h2> <ul> <li>Fix sourcemaps with non-ascii characters (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1318">#1318</a>)</li> <li>Support string module name and export * as (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1336">#1336</a>)</li> <li>Do not move <code>let</code> out of <code>for</code> initializers, as it can change scoping</li> <li>Fix a corner case that would generate the invalid syntax <code>if (something) let x</code> (&quot;let&quot; in braceless if body)</li> <li>Knowledge of more native object properties (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1330">#1330</a>)</li> <li>Got rid of Travis (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1323">#1323</a>)</li> <li>Added semi-secret <code>asObject</code> sourcemap option to typescript defs (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1321">#1321</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/6c2c056210ed8d87b16009d559dd9aca083be61e"><code>6c2c056</code></a> 5.16.2</li> <li><a href="https://github.com/terser/terser/commit/e8cfaddeadf90ec0c5e69996e5e658b56c3d59ab"><code>e8cfadd</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/6c726e90ddc048f2e4639d0681d3e6fbae90cf60"><code>6c726e9</code></a> Appropriately encode source maps to base64. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1018">#1018</a>. Based on <a href="https://github-redirect.dependabot.com/terser/terser/issues/1318">#1318</a></li> <li><a href="https://github.com/terser/terser/commit/c53b5bc5bf7069632f3165d9f13b4b3ecdde47a0"><code>c53b5bc</code></a> Support string module name and export * as (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1336">#1336</a>)</li> <li><a href="https://github.com/terser/terser/commit/79d76135344c8eb0b5bda8e311878888ec3047ab"><code>79d7613</code></a> Do not move <code>let</code> and <code>const</code> out of <code>for</code> initializers. Closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/997">#997</a></li> <li><a href="https://github.com/terser/terser/commit/c14d5120ebd3dc96ce2d2c95eafce08c9deed3d2"><code>c14d512</code></a> ensure let, const, class, have braces in <code>if</code>, <code>for</code>, <code>while</code> statements. clo...</li> <li><a href="https://github.com/terser/terser/commit/8b966d687395ab493d2c6286cc9dd38650324c11"><code>8b966d6</code></a> Add new native object properties and functions (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1330">#1330</a>)</li> <li><a href="https://github.com/terser/terser/commit/78e60a22ce01335d6c23c562ca70752a9deb31db"><code>78e60a2</code></a> Remove extraneous <code>)</code> in CONTRIBUTING.md (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1324">#1324</a>)</li> <li><a href="https://github.com/terser/terser/commit/9b018e8a9211324898f9d611ace6e7cb1c4e9637"><code>9b018e8</code></a> Clean up Travis CI (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1323">#1323</a>)</li> <li><a href="https://github.com/terser/terser/commit/7bf656f28eed35a6de0cacd0bd1336471062399c"><code>7bf656f</code></a> Update terser.d.ts (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1321">#1321</a>)</li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.16.1...v5.16.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.16.1&new-version=5.16.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 2023-01-31 05:01:47 +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#634
No description provided.