Skip to content

chore(deps): update rust crate fancy-regex to 0.18.0#386

Merged
cakebaker merged 1 commit intomainfrom
renovate/fancy-regex-0.x
Apr 24, 2026
Merged

chore(deps): update rust crate fancy-regex to 0.18.0#386
cakebaker merged 1 commit intomainfrom
renovate/fancy-regex-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 24, 2026

This PR contains the following updates:

Package Type Update Change
fancy-regex workspace.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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.25%. Comparing base (442c2ed) to head (be82100).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   82.25%   82.25%           
=======================================
  Files          13       13           
  Lines        5522     5522           
  Branches      310      310           
=======================================
  Hits         4542     4542           
  Misses        977      977           
  Partials        3        3           
Flag Coverage Δ
macos_latest 82.94% <ø> (ø)
ubuntu_latest 83.04% <ø> (ø)
windows_latest 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 24, 2026

Merging this PR will improve performance by 14.47%

⚡ 1 improved benchmark
✅ 10 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
number_fix 607.7 ms 530.9 ms +14.47%

Comparing renovate/fancy-regex-0.x (be82100) with main (442c2ed)

Open in CodSpeed

@cakebaker cakebaker merged commit b96e0e7 into main Apr 24, 2026
40 of 41 checks passed
@renovate renovate Bot deleted the renovate/fancy-regex-0.x branch April 24, 2026 05:35
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.

1 participant