dependabot[bot] opened a new pull request, #36470: URL: https://github.com/apache/superset/pull/36470
## **User description** Bumps [match-sorter](https://github.com/kentcdodds/match-sorter) from 6.3.4 to 8.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kentcdodds/match-sorter/releases">match-sorter's releases</a>.</em></p> <blockquote> <h2>v8.2.0</h2> <h1><a href="https://github.com/kentcdodds/match-sorter/compare/v8.1.0...v8.2.0">8.2.0</a> (2025-11-24)</h1> <h3>Features</h3> <ul> <li>Add getItemValues to exported members (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/168">#168</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/6be7acb844473421ff297ce12d6f8e61aa83bc8f">6be7acb</a>)</li> </ul> <h2>v8.1.0</h2> <h1><a href="https://github.com/kentcdodds/match-sorter/compare/v8.0.3...v8.1.0">8.1.0</a> (2025-07-24)</h1> <h3>Features</h3> <ul> <li><strong>perf:</strong> improve getAcronym (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/161">#161</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/947cfa41c36ec1eb631d3dca6c926167764b031e">947cfa4</a>)</li> </ul> <h2>v8.0.3</h2> <h2><a href="https://github.com/kentcdodds/match-sorter/compare/v8.0.2...v8.0.3">8.0.3</a> (2025-06-14)</h2> <h3>Bug Fixes</h3> <ul> <li>Make sure that later matches at the start of words rank higher than earlier substring matches (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/160">#160</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/c2405007317424c7f78a372b6d451e0033840a4c">c240500</a>)</li> </ul> <h2>v8.0.2</h2> <h2><a href="https://github.com/kentcdodds/match-sorter/compare/v8.0.1...v8.0.2">8.0.2</a> (2025-05-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>perf:</strong> Improve performance of getMatchRankings by replacing 4 string comparisons with a single indexOf (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/158">#158</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/025e4cf6044b22f147449297c9a916c09a62d2f0">025e4cf</a>)</li> </ul> <h2>v8.0.1</h2> <h2><a href="https://github.com/kentcdodds/match-sorter/compare/v8.0.0...v8.0.1">8.0.1</a> (2025-05-02)</h2> <h3>Bug Fixes</h3> <ul> <li>update github actions badge (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/156">#156</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/8df17916c1dcf47a4f819029ee8066812d8ba1ed">8df1791</a>)</li> </ul> <h2>v8.0.0</h2> <h1><a href="https://github.com/kentcdodds/match-sorter/compare/v7.0.0...v8.0.0">8.0.0</a> (2024-11-04)</h1> <h3>Features</h3> <ul> <li><strong>revert:</strong> support finding data with typos (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/153">#153</a>) (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/155">#155</a>) (<a href="https://github.com/kentcdodds/match-sorter/commit/ec8e0078389b2267323924f264f5255629694a9f">ec8e007</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kentcdodds/match-sorter/commit/6be7acb844473421ff297ce12d6f8e61aa83bc8f"><code>6be7acb</code></a> feat: Add getItemValues to exported members (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/168">#168</a>)</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/65e774a4326dd3dcaec5a9cee959976ea175eddf"><code>65e774a</code></a> chore: Update GitHub Actions workflows for npm trusted publishers and 2025 se...</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/9a409761194797f98b77e939b405049433b289b3"><code>9a40976</code></a> test: remove ts expect error for type assertion (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/162">#162</a>)</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/947cfa41c36ec1eb631d3dca6c926167764b031e"><code>947cfa4</code></a> feat(perf): improve getAcronym (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/161">#161</a>)</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/c2405007317424c7f78a372b6d451e0033840a4c"><code>c240500</code></a> fix: Make sure that later matches at the start of words rank higher than earl...</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/025e4cf6044b22f147449297c9a916c09a62d2f0"><code>025e4cf</code></a> fix(perf): Improve performance of getMatchRankings by replacing 4 string comp...</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/e58f8ff3d17292288441a7c4dd248ab29ab7b326"><code>e58f8ff</code></a> chore: remove changelog file</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/8df17916c1dcf47a4f819029ee8066812d8ba1ed"><code>8df1791</code></a> fix: update github actions badge (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/156">#156</a>)</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/ec8e0078389b2267323924f264f5255629694a9f"><code>ec8e007</code></a> feat(revert): support finding data with typos (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/153">#153</a>) (<a href="https://redirect.github.com/kentcdodds/match-sorter/issues/155">#155</a>)</li> <li><a href="https://github.com/kentcdodds/match-sorter/commit/d9b7dab7d10f65db0dbc7df5788ee6e81eb26377"><code>d9b7dab</code></a> fix(release): manually release a major version</li> <li>Additional commits viewable in <a href="https://github.com/kentcdodds/match-sorter/compare/v6.3.4...v8.2.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for match-sorter since your current version.</p> </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> ___ ## **CodeAnt-AI Description** Upgrade match-sorter to v8.2.0 to improve search ranking and typeahead behavior ### What Changed - Replaced match-sorter v6.3.4 with v8.2.0, so UI components that use match-sorter (search, filters, and typeahead lists) will use the newer matching logic and ranking - New matching fixes and performance improvements affect how results are ordered (better start-of-word and acronym handling), yielding more relevant top results for user queries - The package lock and dependency metadata were updated to reflect the new version ### Impact `✅ More accurate search results` `✅ Faster typeahead responses` `✅ Consistent filter ranking across lists` <details> <summary><strong>💡 Usage Guide</strong></summary> ### Checking Your Pull Request Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later. ### Talking to CodeAnt AI Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask: <pre> <code>@codeant-ai ask: Your question here</code> </pre> This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code. #### Example <pre> <code>@codeant-ai ask: Can you suggest a safer alternative to storing this secret?</code> </pre> ### Preserve Org Learnings with CodeAnt You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input: <pre> <code>@codeant-ai: Your feedback here</code> </pre> This helps CodeAnt AI learn and adapt to your team's coding style and standards. #### Example <pre> <code>@codeant-ai: Do not flag unused imports.</code> </pre> ### Retrigger review Ask CodeAnt AI to review the PR again, by typing: <pre> <code>@codeant-ai: review</code> </pre> ### Check Your Repository Health To analyze the health of your code repository, visit our dashboard at [https://app.codeant.ai](https://app.codeant.ai). This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health. </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]
