Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump terser from 5.29.2 to 5.30.3 (jaegertracing#2249)
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