-
-
Notifications
You must be signed in to change notification settings - Fork 75
Update fancy-regex to 0.17 #558
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
base: master
Are you sure you want to change the base?
Update fancy-regex to 0.17 #558
Conversation
There was a problem hiding this 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
106lines of code in3files - Skipped
0files when reviewing. - Skipped posting
0draft 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 by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Greptile OverviewGreptile SummaryThis PR updates the Changes:
API Compatibility: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
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
|
There was a problem hiding this 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
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
https://github.com/fancy-regex/fancy-regex/blob/0.17.0/CHANGELOG.md
Important
Update
fancy-regexto 0.17.0 and adjust related dependencies inCargo.tomlandCargo.lock.fancy-regexfrom 0.12.0 to 0.17.0 inaw-query/Cargo.tomlandaw-transform/Cargo.toml.Cargo.lockto reflectfancy-regex0.17.0 and its dependencies:bit-set 0.8.0,regex-automata 0.4.9,regex-syntax 0.8.5.windows-sysfrom 0.52.0 to 0.59.0 inCargo.lock.This description was created by
for 4d7e9db. You can customize this summary. It will automatically update as commits are pushed.