Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/bmatcuk/doublestar/v4 to v4.8.0 (#37203)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/bmatcuk/doublestar/v4](https://redirect.github.com/bmatcuk/doublestar) | `v4.7.1` -> `v4.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.7.1/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.7.1/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)</summary> ### [`v4.8.0`](https://redirect.github.com/bmatcuk/doublestar/releases/tag/v4.8.0): Fixed Escaped Meta in the "Base" of the Pattern [Compare Source](https://redirect.github.com/bmatcuk/doublestar/compare/v4.7.1...v4.8.0) If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files. Thanks to [@​tdurieux](https://redirect.github.com/tdurieux) for finding and fixing this bug! #### Breaking-ish Change I've updated `SplitPattern` to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them. #### What's Changed - fix([#​96](https://redirect.github.com/bmatcuk/doublestar/issues/96)) unescapeMeta the pattern base by [@​tdurieux](https://redirect.github.com/tdurieux) in [https://github.com/bmatcuk/doublestar/pull/97](https://redirect.github.com/bmatcuk/doublestar/pull/97) #### New Contributors - [@​tdurieux](https://redirect.github.com/tdurieux) made their first contribution in [https://github.com/bmatcuk/doublestar/pull/97](https://redirect.github.com/bmatcuk/doublestar/pull/97) **Full Changelog**: bmatcuk/doublestar@v4.7.1...v4.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
- Loading branch information