dependabot[bot] opened a new pull request, #35380:
URL: https://github.com/apache/superset/pull/35380

   Bumps [match-sorter](https://github.com/kentcdodds/match-sorter) from 6.3.4 
to 8.1.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.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>
   <ul>
   <li><strong>revert:</strong> We've reverted the last release which added 
support for typos because it was too generous</li>
   </ul>
   <h2>v7.0.0</h2>
   <h1><a 
href="https://github.com/kentcdodds/match-sorter/compare/v6.4.0...v7.0.0";>7.0.0</a>
 (2024-10-17)</h1>
   <p>This has the same contents as v6.4.0:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/kentcdodds/match-sorter/commit/8fc0645af4b2dfdbb53dd9c1c088ab52cd997f5f";><code>8fc0645</code></a>
 feat: support finding data with typos (<a 
href="https://redirect.github.com/kentcdodds/match-sorter/issues/153";>#153</a>)</li>
   <li>See full diff in <a 
href="https://github.com/kentcdodds/match-sorter/compare/v6.3.4...v8.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=match-sorter&package-manager=npm_and_yarn&previous-version=6.3.4&new-version=8.1.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>


-- 
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]

Reply via email to