dependabot[bot] opened a new pull request, #36660: URL: https://github.com/apache/superset/pull/36660
Updates the requirements on [classnames](https://github.com/JedWatson/classnames) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JedWatson/classnames/blob/main/HISTORY.md">classnames's changelog</a>.</em></p> <blockquote> <h2>v2.5.1 / 2023-12-29</h2> <ul> <li>Remove <code>workspaces</code> field from package (<a href="https://redirect.github.com/JedWatson/classnames/pull/350">#350</a>)</li> </ul> <h2>v2.5.0 / 2023-12-27</h2> <ul> <li>Restore ability to pass a TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/pull/341">#341</a>)</li> <li>Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/pull/342">#342</a>)</li> </ul> <h2>v2.4.0 / 2023-12-26</h2> <ul> <li>Use string concatenation to increase performance thanks <a href="https://github.com/jonkoops">Jon Koops</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/336">#336</a>)</li> </ul> <h2>v2.3.3 / 2023-12-21</h2> <ul> <li>Fix default export, thanks <a href="https://github.com/remcohaszing">Remco Haszing</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/301">#301</a>)</li> <li>Fix types for read-only arrays, thanks <a href="https://github.com/BenGearset">Ben Thompson</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/307">#307</a>)</li> <li>Replace README examples with functional-style components, thanks <a href="https://github.com/JoeDGit">JoeDGit</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/303">#303</a>)</li> </ul> <h2>v2.3.2 / 2022-09-13</h2> <ul> <li>Fix TypeScript types when using require, thanks <a href="https://github.com/markdalgleish">Mark Dalgleish</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/276">#276</a>)</li> <li>Fix toString as <code>[Object object]</code> in a vm, thanks <a href="https://github.com/remcohaszing">Remco Haszing</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/281">#281</a>)</li> </ul> <h2>v2.3.1 / 2021-04-03</h2> <ul> <li>Fix bind/dedupe TypeScript types exports</li> <li>Fix mapping Value types, thanks <a href="https://github.com/remcohaszing">Remco Haszing</a></li> <li>Removed non-existent named exports from types, thanks <a href="https://github.com/remcohaszing">Remco Haszing</a></li> </ul> <h2>v2.3.0 / 2021-04-01</h2> <ul> <li>Added TypeScript types</li> <li>Added consistent support for custom <code>.toString()</code> methods on arguments, thanks <a href="https://github.com/resetko">Stanislav Titenko</a></li> </ul> <h2>v2.2.6 / 2018-06-08</h2> <ul> <li>Fixed compatibility issue with usage in an es module environment</li> </ul> <h2>v2.2.5 / 2016-05-02</h2> <ul> <li>Improved performance of <code>dedupe</code> variant even further, thanks <a href="https://github.com/zertosh">Andres Suarez</a></li> </ul> <h2>v2.2.4 / 2016-04-25</h2> <ul> <li>Improved performance of <code>dedupe</code> variant by about 2x, thanks <a href="https://github.com/bgoscinski">Bartosz Gościński</a></li> </ul> <h2>v2.2.3 / 2016-01-05</h2> <ul> <li>Updated <code>bind</code> variant to use <code>[].join(' ')</code> as per the main script in 2.2.2</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JedWatson/classnames/commit/2e3683264bab067d13938b5eb03a96391a089cb4"><code>2e36832</code></a> Prepare for release of version 2.5.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/351">#351</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/93314019575be682fe5fbace1f8004c11acc416a"><code>9331401</code></a> Remove benchmarks from workspace (<a href="https://redirect.github.com/JedWatson/classnames/issues/350">#350</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ff6dd1e37a091a1463d1e1b4f158b1df1e34cd86"><code>ff6dd1e</code></a> Bump to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/347">#347</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/942db499b1d889cdb9da94f0c2e1d7de0cb629a7"><code>942db49</code></a> Add GitHub provenance for publishing (<a href="https://redirect.github.com/JedWatson/classnames/issues/345">#345</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/28ea73f9174bfa71675e954d01e6a1ac7baa6fe6"><code>28ea73f</code></a> Prepare for release of version 2.5.0 (<a href="https://redirect.github.com/JedWatson/classnames/issues/344">#344</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/dfeb7f3604afe20c27818d926a651e6c6fc8c664"><code>dfeb7f3</code></a> Fix URL for GIT repository in package (<a href="https://redirect.github.com/JedWatson/classnames/issues/343">#343</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/8a840eae0f829b2a5a8bf581e6d6337150be3f97"><code>8a840ea</code></a> Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/issues/342">#342</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ea8e8398a680acb0ab740d5d062794c71b43ea96"><code>ea8e839</code></a> Restore ability to pass TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/issues/341">#341</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/930c74809e8eff73cf3924d0d986ca97ae350134"><code>930c748</code></a> Bump <code>classnames</code> to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/340">#340</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/d2d10f565e43c4f67cc4389dd2f2dcb5d1482633"><code>d2d10f5</code></a> Bump tsd from 0.30.0 to 0.30.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/339">#339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JedWatson/classnames/compare/v2.2.5...v2.5.1">compare view</a></li> </ul> </details> <br /> 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]
