Skip to content

fix(deps): update rust crate fancy-regex to 0.15.0 #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nextest-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
fancy-regex dependencies minor 0.14.0 -> 0.15.0

Release Notes

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

v0.15.0

Compare Source

Added
  • Support \Z - anchor to the end of the text before any trailing newlines. (#​148)
  • Support \O - any character including newlines. (#​158)
  • The parser can now parse subroutine calls and relative backreferences (but execution is still unsupported). This is preparation for future work. Some new error variants have been added for features which can be parsed but are still otherwise unsupported.
  • Backreferences can now be case insensitive. (#​160)
  • RegexBuilder: Add options for multi_line, ignore_whitespace, dot_matches_new_line (#​165)
Fixed
  • Fix infinite loop when backtracking limit is hit (#​153)
  • Fix RegexBuilder.case_insensitive not always applying when it should. (#​163)
  • The toy example has had various bugfixes, and unit tests added. (#​152, #​159)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

Copy link

codecov bot commented Jul 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.59%. Comparing base (892eb0c) to head (ae5bc4d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #355   +/-   ##
=======================================
  Coverage   87.59%   87.59%           
=======================================
  Files           4        4           
  Lines         403      403           
=======================================
  Hits          353      353           
  Misses         50       50           

☔ 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.

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

Successfully merging this pull request may close these issues.

1 participant