Go: Update module github.com/bmatcuk/doublestar/v4 to v4.10.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/bmatcuk/doublestar/v4 | require | minor |
v4.9.1 -> v4.10.0
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)
v4.10.0: Added WithNoHidden option
Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.
Thanks to @lukasngl for the initial MR and idea!
What's Changed
- feat: add WithNoHidden option to skip hidden files by @lukasngl in https://github.com/bmatcuk/doublestar/pull/109
New Contributors
- @lukasngl made their first contribution in https://github.com/bmatcuk/doublestar/pull/109
Full Changelog: https://github.com/bmatcuk/doublestar/compare/v4.9.2...v4.10.0
v4.9.2: Fixed Handling of Paths With Meta Chars Using Alts
@toga4 submitted a MR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @toga4 !
What's Changed
- fix: escape meta characters in paths during brace expansion by @toga4 in https://github.com/bmatcuk/doublestar/pull/108
New Contributors
- @toga4 made their first contribution in https://github.com/bmatcuk/doublestar/pull/108
Full Changelog: https://github.com/bmatcuk/doublestar/compare/v4.9.1...v4.9.2
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.