dependabot[bot] opened a new pull request, #206: URL: https://github.com/apache/incubator-seatunnel-website/pull/206
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.16.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.16.3</h2> <ul> <li>Ensure function definitions, don't assume the values of variables defined after them.</li> </ul> <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> ("let" 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> <h2>v5.16.1</h2> <ul> <li>Properly handle references in destructurings (<code>const { [reference]: val } = ...</code>)</li> <li>Allow parsing of <code>.#privatefield</code> in nested classes</li> <li>Do not evaluate operations that return large strings if that would make the output code larger</li> <li>Make <code>collapse_vars</code> handle block scope correctly</li> <li>Internal improvements: Typos (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1311">#1311</a>), more tests, small-scale refactoring</li> </ul> <h2>v5.16.0</h2> <ul> <li>Disallow private fields in object bodies (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1011">#1011</a>)</li> <li>Parse <code>#privatefield in object</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1279">#1279</a>)</li> <li>Compress <code>#privatefield in object</code></li> </ul> <h2>v5.15.1</h2> <ul> <li>Fixed missing parentheses around optional chains</li> <li>Avoid bare <code>let</code> or <code>const</code> as the bodies of <code>if</code> statements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1253">#1253</a>)</li> <li>Small internal fixes (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1271">#1271</a>)</li> <li>Avoid inlining a class twice and creating two equivalent but <code>!==</code> classes.</li> </ul> <h2>v5.15.0</h2> <ul> <li>Basic support for ES2022 class static initializer blocks.</li> <li>Add <code>AudioWorkletNode</code> constructor options to domprops list (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1230">#1230</a>)</li> <li>Make identity function inliner not inline <code>id(...expandedArgs)</code></li> </ul> <h2>v5.14.2</h2> <ul> <li>Security fix for RegExps that should not be evaluated (regexp DDOS)</li> <li>Source maps improvements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1211">#1211</a>)</li> <li>Performance improvements in long property access evaluation (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1213">#1213</a>)</li> </ul> <h2>v5.14.1</h2> <ul> <li>keep_numbers option added to TypeScript defs (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1208">#1208</a>)</li> <li>Fixed parsing of nested template strings (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1204">#1204</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/86c9e8e5e140bf37010a17769371f1ae8720cf9d"><code>86c9e8e</code></a> 5.16.3</li> <li><a href="https://github.com/terser/terser/commit/1fe29c4f6e73cd9efcd7cc48715d422e6b6f90b2"><code>1fe29c4</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/4020eb30cbd9eb27246ee5fc148342eb9a2effe4"><code>4020eb3</code></a> refactor: do not check reduce_vars option exists when running inline_into_sym...</li> <li><a href="https://github.com/terser/terser/commit/7f6187a461340451c2f6bfd2cfd6544de24844a8"><code>7f6187a</code></a> Make sure hoisted function definitions can't use not-yet-defined variables. C...</li> <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>Additional commits viewable in <a href="https://github.com/terser/terser/compare/v5.10.0...v5.16.3">compare view</a></li> </ul> </details> <br /> [](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-seatunnel-website/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
