mab / dotfiles

Manage my dotfiles with chezmoi
MIT License
2 stars 0 forks source link

Update dependency BurntSushi/ripgrep to v14.1.1 #269

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
BurntSushi/ripgrep patch 14.1.0 -> 14.1.1

Release Notes

BurntSushi/ripgrep (BurntSushi/ripgrep) ### [`v14.1.1`](https://redirect.github.com/BurntSushi/ripgrep/blob/HEAD/CHANGELOG.md#1411-2024-09-08) [Compare Source](https://redirect.github.com/BurntSushi/ripgrep/compare/14.1.0...14.1.1) \=================== This is a minor release with a bug fix for a matching bug. In particular, a bug was found that could cause ripgrep to ignore lines that should match. That is, false negatives. It is difficult to characterize the specific set of regexes in which this occurs as it requires multiple different optimization strategies to collide and produce an incorrect result. But as one reported example, in ripgrep, the regex `(?i:e.x|ex)` does not match `e-x` when it should. (This bug is a result of an inner literal optimization performed in the `grep-regex` crate and not in the `regex` crate.) Bug fixes: - [BUG #​2884](https://redirect.github.com/BurntSushi/ripgrep/issues/2884): Fix bug where ripgrep could miss some matches that it should report. Miscellaneous: - [MISC #​2748](https://redirect.github.com/BurntSushi/ripgrep/issues/2748): Remove ripgrep's `simd-accel` feature because it was frequently broken.

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.



This PR was generated by Mend Renovate. View the repository job log.