Skip to content

Update fancy-regex to 0.17#558

Open
musicinmybrain wants to merge 1 commit intoActivityWatch:masterfrom
musicinmybrain:fancy-regex-0.17
Open

Update fancy-regex to 0.17#558
musicinmybrain wants to merge 1 commit intoActivityWatch:masterfrom
musicinmybrain:fancy-regex-0.17

Conversation

@musicinmybrain
Copy link
Contributor

@musicinmybrain musicinmybrain commented Feb 3, 2026

https://github.com/fancy-regex/fancy-regex/blob/0.17.0/CHANGELOG.md


Important

Update fancy-regex to 0.17.0 and adjust related dependencies in Cargo.toml and Cargo.lock.

  • Dependencies:
    • Update fancy-regex from 0.12.0 to 0.17.0 in aw-query/Cargo.toml and aw-transform/Cargo.toml.
    • Update Cargo.lock to reflect fancy-regex 0.17.0 and its dependencies: bit-set 0.8.0, regex-automata 0.4.9, regex-syntax 0.8.5.
    • Update windows-sys from 0.52.0 to 0.59.0 in Cargo.lock.

This description was created by Ellipsis for 4d7e9db. You can customize this summary. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 4d7e9db in 15 seconds. Click for details.
  • Reviewed 106 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_cEAOJZVGAjJNBXhz

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@greptile-apps
Copy link

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

This PR updates the fancy-regex dependency from version 0.12.0 to 0.17.0 across the codebase.

Changes:

  • Updates fancy-regex to 0.17.0 in aw-query/Cargo.toml and aw-transform/Cargo.toml
  • Updates transitive dependencies in Cargo.lock: bit-set 0.8.0, bit-vec 0.8.0, regex-automata 0.4.9, regex-syntax 0.8.5
  • Also updates windows-sys from 0.52.0 to 0.59.0

API Compatibility:
The codebase uses fancy-regex through standard APIs (Regex::new, RegexBuilder::new().build(), regex.is_match()), which remain stable across these versions. No breaking changes impact the existing code.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Straightforward dependency update with no API-breaking changes; all existing usage patterns remain compatible
  • No files require special attention

Important Files Changed

Filename Overview
aw-query/Cargo.toml Updates fancy-regex from 0.12.0 to 0.17.0
aw-transform/Cargo.toml Updates fancy-regex from 0.12.0 to 0.17.0
Cargo.lock Updates dependency tree with fancy-regex 0.17.0, bit-set 0.8.0, bit-vec 0.8.0, regex-automata 0.4.9, regex-syntax 0.8.5, and windows-sys 0.59.0

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Cargo as Cargo.toml Files
    participant Lock as Cargo.lock
    participant FancyRegex as fancy-regex 0.17.0
    participant BitSet as bit-set 0.8.0
    participant RegexAuto as regex-automata 0.4.9

    Dev->>Cargo: Update fancy-regex: 0.12.0 → 0.17.0
    Note over Cargo: aw-query/Cargo.toml
    Note over Cargo: aw-transform/Cargo.toml
    
    Dev->>Lock: Run cargo update
    Lock->>FancyRegex: Resolve fancy-regex 0.17.0
    FancyRegex->>BitSet: Require bit-set 0.8.0
    FancyRegex->>RegexAuto: Require regex-automata 0.4.9
    Lock->>Lock: Update dependency tree
    
    Note over Lock: Updated dependencies:<br/>fancy-regex 0.17.0<br/>bit-set 0.8.0<br/>bit-vec 0.8.0<br/>regex-automata 0.4.9<br/>regex-syntax 0.8.5<br/>windows-sys 0.59.0
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.82%. Comparing base (656f3c9) to head (4d7e9db).
⚠️ Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #558      +/-   ##
==========================================
- Coverage   70.81%   67.82%   -3.00%     
==========================================
  Files          51       54       +3     
  Lines        2916     3139     +223     
==========================================
+ Hits         2065     2129      +64     
- Misses        851     1010     +159     

☔ 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant