dependabot[bot] opened a new pull request, #37511: URL: https://github.com/apache/superset/pull/37511
Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) from 1.14.0 to 1.15.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/core</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.15.11] - 2026-01-27</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/codegen)</strong> Emit leading comments for JSX elements, fragments, and empty expressions (<a href="https://redirect.github.com/swc-project/swc/issues/11488">#11488</a>) (<a href="https://github.com/swc-project/swc/commit/1520633549965eb6838c80d4389431074613bd0e">1520633</a>)</p> </li> <li> <p><strong>(es/decorators)</strong> Invoke addInitializer callbacks for decorated fields (<a href="https://redirect.github.com/swc-project/swc/issues/11495">#11495</a>) (<a href="https://github.com/swc-project/swc/commit/11cfe4deaea8c66cd1f78e8894b4df11ebdbe0f7">11cfe4d</a>)</p> </li> <li> <p><strong>(es/es3)</strong> Visit export decl body even if name is not reserved (<a href="https://redirect.github.com/swc-project/swc/issues/11473">#11473</a>) (<a href="https://github.com/swc-project/swc/commit/9113fffc8cae6d379c5ce7bfd9f5373f6ee9a3aa">9113fff</a>)</p> </li> <li> <p><strong>(es/es3)</strong> Remove duplicate code (<a href="https://redirect.github.com/swc-project/swc/issues/11499">#11499</a>) (<a href="https://github.com/swc-project/swc/commit/fbee7752443e491ce24b590e00d78677b7e4c8f4">fbee775</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Treat new expression with empty class as side-effect free (<a href="https://redirect.github.com/swc-project/swc/issues/11455">#11455</a>) (<a href="https://github.com/swc-project/swc/commit/a33a45e3bd4e6227d143174198d36f7cbc4b9f2b">a33a45e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Escape control characters when converting strings to template literals (<a href="https://redirect.github.com/swc-project/swc/issues/11464">#11464</a>) (<a href="https://github.com/swc-project/swc/commit/028551f4f0d00c3880df8af324d3b5eb2637cfb9">028551f</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Handle unused parameters with default values (<a href="https://redirect.github.com/swc-project/swc/issues/11494">#11494</a>) (<a href="https://github.com/swc-project/swc/commit/6ed1ee9ca1e816aedfe0387d240479c1dbfcffef">6ed1ee9</a>)</p> </li> <li> <p><strong>(es/module)</strong> Preserve ./ prefix for hidden directory imports (<a href="https://redirect.github.com/swc-project/swc/issues/11489">#11489</a>) (<a href="https://github.com/swc-project/swc/commit/a0053916e786711be01f73c767e3c2283c9fb4f6">a005391</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Validate dynamic import argument count (<a href="https://redirect.github.com/swc-project/swc/issues/11462">#11462</a>) (<a href="https://github.com/swc-project/swc/commit/2f67591e2c9bb41a711d739e6bc81d20a673bfd6">2f67591</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Allow compilation with --no-default-features (<a href="https://redirect.github.com/swc-project/swc/issues/11460">#11460</a>) (<a href="https://github.com/swc-project/swc/commit/b70c5f8ade85c3e4a17e0fed61ce850ab6b1f53c">b70c5f8</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Skip emitting TS1102 in TypeScript mode (<a href="https://redirect.github.com/swc-project/swc/issues/11463">#11463</a>) (<a href="https://github.com/swc-project/swc/commit/e6f5b06561c1d87d0235aea5cfce9c253afdcc74">e6f5b06</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reject ambiguous generic arrow functions in TSX mode (<a href="https://redirect.github.com/swc-project/swc/issues/11491">#11491</a>) (<a href="https://github.com/swc-project/swc/commit/ac00915ba027bbb2c805ad0abd8d945d7dcf4055">ac00915</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Disallow NumericLiteralSeparator with BigInts (<a href="https://redirect.github.com/swc-project/swc/issues/11510">#11510</a>) (<a href="https://github.com/swc-project/swc/commit/6b3644b9ca58530a5e0bb92586bdf8210b89124f">6b3644b</a>)</p> </li> <li> <p><strong>(es/react)</strong> Preserve HTML entity-encoded whitespace in JSX (<a href="https://redirect.github.com/swc-project/swc/issues/11474">#11474</a>) (<a href="https://github.com/swc-project/swc/commit/7d433a95ccc372535b4f5b9dc691cbd313c2f388">7d433a9</a>)</p> </li> <li> <p><strong>(es/renamer)</strong> Prevent duplicate parameter names with destructuring patterns (<a href="https://redirect.github.com/swc-project/swc/issues/11456">#11456</a>) (<a href="https://github.com/swc-project/swc/commit/e25a2c82db0e33c098a8ecd19bb933115e74ac1a">e25a2c8</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/6f77bea197b7c701b120ca58851a122a999a3ae6"><code>6f77bea</code></a> chore: Publish <code>1.15.11</code> with <code>swc_core</code> <code>v56.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/c7575489c34541031b89d255afecb2783e0e8805"><code>c757548</code></a> chore: Publish <code>1.15.11-nightly-20260127.1</code> with <code>swc_core</code> <code>v56.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/c0bfe6119ff5f152edbe6415d0096ba50df21d7b"><code>c0bfe61</code></a> chore: Add missing <code>repository.directory</code> property to <code>package.json</code> (<a href="https://github.com/swc-project/swc/tree/HEAD/packages/core/issues/11486">#11486</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/073b0bb61a7f73b522258203595d46325a7db957"><code>073b0bb</code></a> chore: Publish <code>1.15.10</code> with <code>swc_core</code> <code>v55.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/dadfc1e7be7f1f832c45d71db50fb39e56bcadf3"><code>dadfc1e</code></a> chore: Publish <code>1.15.10-nightly-20260119.1</code> with <code>swc_core</code> <code>v55.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/fae258f530d2f54fa148f90225e9a7740de57d96"><code>fae258f</code></a> test: Use rstest as the test framework (<a href="https://github.com/swc-project/swc/tree/HEAD/packages/core/issues/11417">#11417</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f2432fe916bab3dc068768e96295d8e30e6de53a"><code>f2432fe</code></a> chore: Publish <code>1.15.8</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/a836b39f006355314a1de67715d1214c8ea3e931"><code>a836b39</code></a> chore: Publish <code>1.15.8-nightly-20251230.1</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/9ff212439f0b01d328668c578d934e23260f2599"><code>9ff2124</code></a> chore: Publish <code>1.15.7</code> with <code>swc_core</code> <code>v52.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/12ca6414a9e2e616140f66d5d7f7328c4a333ffd"><code>12ca641</code></a> chore: Publish <code>1.15.7-nightly-20251218.1</code> with <code>swc_core</code> <code>v52.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/commits/v1.15.11/packages/core">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 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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
