Skip to content

build(deps): bump fancy-regex from 0.19.1 to 0.19.2 - #979

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/cargo/fancy-regex-0.19.2
Sep 16, 2026
Merged

github-actions[bot] merged 1 commit into
masterfrom
dependabot/cargo/fancy-regex-0.19.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps fancy-regex from 0.19.1 to 0.19.2.

Release notes

Sourced from fancy-regex's releases.

0.19.2

Added

  • Add a leftmost_longest feature (off by default) that adds a method to the RegexBuilder/RegexOptionsBuilder for building a VM which would operate in leftmost-longest match mode instead of the regular leftmost-first mode. Useful for POSIX compliance. (#281)

Changed

Fixed

Changelog

Sourced from fancy-regex's changelog.

[0.19.2] - 2026-09-13

Added

  • Add a leftmost_longest feature (off by default) that adds a method to the RegexBuilder/RegexOptionsBuilder for building a VM which would operate in leftmost-longest match mode instead of the regular leftmost-first mode. Useful for POSIX compliance. (#281)

Changed

Fixed

Commits
  • e268485 Version 0.19.2
  • ee2e3a0 Merge pull request #281 from fancy-regex/leftmost_longest
  • c9fa74e add another leftmost longest test assertion
  • 797768f add leftmost_longest check to agents.md
  • c323111 small refactor to avoid duplicating code
  • c063e72 fix bug whereby leftmost longest match wasn't being returned when later, long...
  • 04d8796 Update changelog
  • 515397a add missing feature flag to documentation
  • ba0416f small addition to contributing guide
  • 4be8648 feat: gate leftmost_longest behind optional feature flag
  • Additional commits viewable in compare view

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 [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/fancy-regex/fancy-regex/releases)
- [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md)
- [Commits](fancy-regex/fancy-regex@0.19.1...0.19.2)

---
updated-dependencies:
- dependency-name: fancy-regex
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 16, 2026
@github-actions
github-actions Bot enabled auto-merge September 16, 2026 20:02
@github-actions
github-actions Bot merged commit b1b7277 into master Sep 16, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/fancy-regex-0.19.2 branch September 16, 2026 20:05
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