Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2025

This PR contains the following updates:

Package Type Update Change
fancy-regex workspace.dependencies minor 0.16.2 -> 0.17.0

Release Notes

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

v0.17.0

Compare Source

Added
  • Add support for "easy" variable-length lookbehinds (enabled via new feature flag) (#​194, #​196)
  • Add support for more word boundaries: \b{start}, \b{end}, \b{start-half}, \b{end-half} (#​193)
  • Allow {...} repetition syntax after assertions (except in Oniguruma mode) (#​193)
  • Add Oniguruma mode flag to playground (#​199)
Changed
  • Rewrite Theory section of Readme in a more formal style (#​187)
  • Box CompileError in Error enum to reduce size (#​204)
  • Bail out early when \G fails to match for increased performance (#​198)
  • Handle ignore_whitespace case in parsing escape sequences (#​193)
  • Add tests to ensure that Regex is Send and Sync (#​195)
Fixed
  • Fix clippy lint warnings (#​204)

Configuration

📅 Schedule: 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.

@renovate renovate bot requested a review from clechasseur as a code owner December 13, 2025 04:33
@renovate renovate bot force-pushed the renovate/fancy-regex-0.x branch from 4cf0bf2 to 6fc6268 Compare December 13, 2025 06:27
@clechasseur clechasseur merged commit bd7bf5b into main Dec 13, 2025
6 checks passed
@clechasseur clechasseur deleted the renovate/fancy-regex-0.x branch December 13, 2025 06:30
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.

2 participants