Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump terser from 5.30.3 to 5.31.0 (#9330)
Bumps [terser](https://github.com/terser/terser) from 5.30.3 to 5.31.0. <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.31.0</h2> <ul> <li>Sync up property mangler exceptions with current contents of Firefox and Chrome environments</li> <li>Add more webcomponent properties to property mangler exceptions (<a href="https://redirect.github.com/terser/terser/issues/1525">#1525</a>)</li> <li>Drop non-nullish constants in <code>...spreads</code> in objects (<a href="https://redirect.github.com/terser/terser/issues/1141">#1141</a>)</li> </ul> <h2>v5.30.4</h2> <ul> <li>Fix parsing <code>#private in ...</code> when next to other operators</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/78d95b8101f88dc71cdd365f89166e4f25095fbb"><code>78d95b8</code></a> 5.31.0</li> <li><a href="https://github.com/terser/terser/commit/98dbfbb9b0951a2673fd59548dbd132618ece68c"><code>98dbfbb</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/14062bcf54882ec07819d827835fe16a28473cd3"><code>14062bc</code></a> sync domprops with Firefox 125 and Chrome 124</li> <li><a href="https://github.com/terser/terser/commit/4cd17bf4d80694d0381742222806dc5706201c90"><code>4cd17bf</code></a> fix more webcomponent mangling bugs (<a href="https://redirect.github.com/terser/terser/issues/1525">#1525</a>)</li> <li><a href="https://github.com/terser/terser/commit/d7e10df32de17bf1a8f7148b444bc50a93341795"><code>d7e10df</code></a> fix WebComponents mangling bug (<a href="https://redirect.github.com/terser/terser/issues/1524">#1524</a>)</li> <li><a href="https://github.com/terser/terser/commit/db932f07d3c9f2b147a79fe75a62a5c515eaec40"><code>db932f0</code></a> object spread: also drop non-nullish constants (e.g. <code>{ ...true }</code>) (<a href="https://redirect.github.com/terser/terser/issues/1141">#1141</a>)</li> <li><a href="https://github.com/terser/terser/commit/096cac081fe7582d7e68f28903a295d1007f8750"><code>096cac0</code></a> 5.30.4</li> <li><a href="https://github.com/terser/terser/commit/570f909a2c3bc7cf0c1bf58e588ffe474add2037"><code>570f909</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/f03893681a38f449a689df73b4b04c1310e33677"><code>f038936</code></a> parse <code>#private in</code> syntax when adjacent to other operators. Closes <a href="https://redirect.github.com/terser/terser/issues/1519">#1519</a></li> <li>See full diff in <a href="https://github.com/terser/terser/compare/v5.30.3...v5.31.0">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.30.3&new-version=5.31.0)](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 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