Skip to content

fix(deps): update rust crate fancy-regex to 0.18.0 (develop)#637

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-fancy-regex-0.x
Open

fix(deps): update rust crate fancy-regex to 0.18.0 (develop)#637
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-fancy-regex-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 25, 2026

This PR contains the following updates:

Package Type Update Change
fancy-regex dependencies minor 0.17.00.18.0

Release Notes

fancy-regex/fancy-regex (fancy-regex)

v0.18.0

Compare Source

Added
  • Add support for \N to mean any character except newline, for Oniguruma compatibility (#​206)
  • Add support for (*FAIL) backtracking control verb (#​210)
  • Add support for more \p{...} and \P{...} aliases, for Oniguruma compatibility (#​207)
  • Add support for word boundaries and zero-length fancy patterns inside variable lookbehinds (at top level) (#​216)
  • Add support for \R to mean general newline, matching all common line break characters, treating \r\n atomically (#​220)
  • Add support for the regex crate's (?R) CRLF mode flag (#​238)
  • Add support for subroutine calls (including recursion up to 20 levels deep, matching Oniguruma behavior) \g<1> (#​230)
  • Add support for Oniguruma's absent repeater (?~abc) (#​233)
  • Add support for ignoring empty matches (#​240)
  • Add support for treating unnamed capture groups as non-capturing when named groups exist (#​241)
Changed
  • RegexBuilder can now build multiple patterns with the same options (#​213)
  • Parsing of capture group names is now more lenient (#​241)
Fixed
  • Fixed bug with parsing nested character classes containing unescaped ] (#​211)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants