Skip to content

Bump nucleo-matcher from 0.2.0 to 0.3.1#109

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/nucleo-matcher-0.3.1
Open

Bump nucleo-matcher from 0.2.0 to 0.3.1#109
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/nucleo-matcher-0.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps nucleo-matcher from 0.2.0 to 0.3.1.

Release notes

Sourced from nucleo-matcher's releases.

Nucleo 0.3.0

Breaking Changes

  • Pattern API method now requires a Unicode Normalization strategy in addition to a CaseMatching strategy.

Bugfixes

  • avoid incorrect matches when searching for ASCII needles in a Unicode haystack
  • correctly handle Unicode normalization when there are normalizable characters in the pattern, for example characters with umlauts
  • when the needle is composed of a single char, return the score and index of the best position instead of always returning the first matched character in the haystack

nulceo v0.2.1

Bugfixes

  • Ensure matcher runs on the first call to tick.
Changelog

Sourced from nucleo-matcher's changelog.

Changelog

[0.5.0] - 2024-4-2

Breaking Changes

  • Injector::push now passes a reference to the push value to the closure generating the columns

[0.4.1] - 2024-3-11

Bugfixes

  • crash when restarting picker with fast active stream

[0.4.0] - 2024-2-20

Added

  • active_injectors() to retrieve the number of injectors that can potentially add new items to the matcher in the future.

Bugfixes

  • fix Unicode substring matcher expecting an exact match (rejecting trailing characters)
  • fix crashes and false positives in unicode substring matcher

[0.3.0] - 2023-12-22

Breaking Changes

  • Pattern API method now requires a Unicode Normalization strategy in addition to a CaseMatching strategy.

Bugfixes

  • avoid incorrect matches when searching for ASCII needles in a Unicode haystack
  • correctly handle Unicode normalization when there are normalizable characters in the pattern, for example characters with umlauts
  • when the needle is composed of a single char, return the score and index of the best position instead of always returning the first matched character in the haystack

[0.2.1] - 2023-09-02

Bugfixes

  • ensure matcher runs on first call to tick
Commits

Dependabot compatibility score

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 commands and options

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

Bumps [nucleo-matcher](https://github.com/helix-editor/nucleo) from 0.2.0 to 0.3.1.
- [Release notes](https://github.com/helix-editor/nucleo/releases)
- [Changelog](https://github.com/helix-editor/nucleo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/helix-editor/nucleo/commits)

---
updated-dependencies:
- dependency-name: nucleo-matcher
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants