Skip to content

Commit

Permalink
Bump terser from 5.16.6 to 5.16.8 (#1302)
Browse files Browse the repository at this point in the history
Bumps [terser](https://github.com/terser/terser) from 5.16.6 to 5.16.8.
<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.8</h2>
<ul>
<li>Become even less conservative around function definitions for
<code>reduce_vars</code></li>
<li>Fix parsing context of <code>import.meta</code> expressions such
that method calls are allowed</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/terser/terser/commit/b79e49ae13e71e2293eb2b842e0c7a4d1aa12473"><code>b79e49a</code></a>
5.16.8</li>
<li><a
href="https://github.com/terser/terser/commit/350d534e9300e60ad07c68b69c7716d139aa6e71"><code>350d534</code></a>
lint</li>
<li><a
href="https://github.com/terser/terser/commit/7c5b980206f7e5280ce7cc21ab9d9f4dab84f536"><code>7c5b980</code></a>
update changelog</li>
<li><a
href="https://github.com/terser/terser/commit/e1d7b807284f4f26c4f7fb50c3c98f9aa5e3eb45"><code>e1d7b80</code></a>
allow chaining methods into import.meta. Closes <a
href="https://redirect.github.com/terser/terser/issues/1358">#1358</a></li>
<li><a
href="https://github.com/terser/terser/commit/21600d91cf6dd071b45e76922b15975f5dcf879f"><code>21600d9</code></a>
close <a
href="https://redirect.github.com/terser/terser/issues/1338">#1338</a>
where possible (<a
href="https://redirect.github.com/terser/terser/issues/1360">#1360</a>)</li>
<li>See full diff in <a
href="https://github.com/terser/terser/compare/v5.16.6...v5.16.8">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.6&new-version=5.16.8)](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-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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent 56994e4 commit ef986f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12398,9 +12398,9 @@ terser-webpack-plugin@^5.1.3:
terser "^5.14.1"

terser@^5.10.0, terser@^5.14.1, terser@^5.14.2, terser@^5.16.5:
version "5.16.6"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.6.tgz#f6c7a14a378ee0630fbe3ac8d1f41b4681109533"
integrity sha512-IBZ+ZQIA9sMaXmRZCUMDjNH0D5AQQfdn4WUjHL0+1lF4TP1IHRJbrhb6fNaXWikrYQTSkb7SLxkeXAiy1p7mbg==
version "5.16.8"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.8.tgz#ccde583dabe71df3f4ed02b65eb6532e0fae15d5"
integrity sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==
dependencies:
"@jridgewell/source-map" "^0.3.2"
acorn "^8.5.0"
Expand Down

0 comments on commit ef986f8

Please sign in to comment.