Skip to content

Commit

Permalink
Bump terser from 5.29.2 to 5.30.3 (jaegertracing#2249)
Browse files Browse the repository at this point in the history
Bumps [terser](https://github.com/terser/terser) from 5.29.2 to 5.30.3.
<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.30.3</h2>
<ul>
<li>Fix precedence of <code>#private in ...</code> operator</li>
</ul>
<h2>v5.30.2</h2>
<ul>
<li>Avoid optimizations inside computed keys, because they can cause
js-engine-specific bugs.</li>
</ul>
<h2>v5.30.1</h2>
<ul>
<li>Removed useless <code>\</code> escapes for non-ascii characters</li>
<li>Make modern identifier characters quoted for older environments (<a
href="https://redirect.github.com/terser/terser/issues/1512">#1512</a>)</li>
</ul>
<h2>v5.30.0</h2>
<ul>
<li>Improve removal of classes referring to themselves</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/terser/terser/commit/36214433fb7790bfeb9a9a7c9472505815059e98"><code>3621443</code></a>
5.30.3</li>
<li><a
href="https://github.com/terser/terser/commit/9576c0d04f32b38545e91a5883a490ebadc8e43d"><code>9576c0d</code></a>
update changelog</li>
<li><a
href="https://github.com/terser/terser/commit/0e04a22cb36a34d0e2a76ca790c5a6138e2262e8"><code>0e04a22</code></a>
fix precedence of <code>#private in ...</code> operator</li>
<li><a
href="https://github.com/terser/terser/commit/694846c724f8347e581b23cdc7e06b25245c8881"><code>694846c</code></a>
5.30.2</li>
<li><a
href="https://github.com/terser/terser/commit/c03b0e28ecbec14372fac80eda1d3ae2987c9e64"><code>c03b0e2</code></a>
update changelog</li>
<li><a
href="https://github.com/terser/terser/commit/3f912af14dab4817867fbf5982efb183f34efdbf"><code>3f912af</code></a>
avoid optimizations inside computed keys. Closes <a
href="https://redirect.github.com/terser/terser/issues/1514">#1514</a>.
Closes <a
href="https://redirect.github.com/terser/terser/issues/272">#272</a></li>
<li><a
href="https://github.com/terser/terser/commit/1b5cbc2c0167d969913e78b822b21e9c895c505a"><code>1b5cbc2</code></a>
5.30.1</li>
<li><a
href="https://github.com/terser/terser/commit/97539db5b2bd5d4c88ab90cd54d9f311328646c8"><code>97539db</code></a>
update changelog</li>
<li><a
href="https://github.com/terser/terser/commit/a05702d5291f51ea9c1c50a4d390a1d398dad74e"><code>a05702d</code></a>
tighten is_identifier_string for typical environments</li>
<li><a
href="https://github.com/terser/terser/commit/1306a72755b04d6b1ef6e5e6b0291cf2fb6e206f"><code>1306a72</code></a>
remove useless slash-escapes of non-ascii characters. Closes <a
href="https://redirect.github.com/terser/terser/issues/1506">#1506</a></li>
<li>Additional commits viewable in <a
href="https://github.com/terser/terser/compare/v5.29.2...v5.30.3">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.29.2&new-version=5.30.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent f32a3e6 commit c2f4085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-test-renderer": "^18.2.0",
"rollup-plugin-visualizer": "^5.11.0",
"sinon": "^17.0.0",
"terser": "^5.29.2",
"terser": "^5.30.3",
"vite": "^5.2.6",
"vite-plugin-imp": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10193,10 +10193,10 @@ terser-webpack-plugin@^5.3.10:
serialize-javascript "^6.0.1"
terser "^5.26.0"

terser@^5.10.0, terser@^5.15.1, terser@^5.26.0, terser@^5.29.2:
version "5.29.2"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.2.tgz#c17d573ce1da1b30f21a877bffd5655dd86fdb35"
integrity sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==
terser@^5.10.0, terser@^5.15.1, terser@^5.26.0, terser@^5.30.3:
version "5.30.3"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.3.tgz#f1bb68ded42408c316b548e3ec2526d7dd03f4d2"
integrity sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
Expand Down

0 comments on commit c2f4085

Please sign in to comment.