-
-
Notifications
You must be signed in to change notification settings - Fork 120
fix(deps): update all go dependencies #1198
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: main
Are you sure you want to change the base?
Conversation
|
3e93116 to
f290359
Compare
f290359 to
a4a08f1
Compare
edb4514 to
cae79ad
Compare
cc561bc to
927888b
Compare
63f2e8a to
9b7d166
Compare
0af6473 to
33f46ff
Compare
b1fac06 to
eb812b8
Compare
eb812b8 to
3456bb6
Compare
3456bb6 to
1735cec
Compare

This PR contains the following updates:
v4.7.1→v4.9.29b4947d→716be56v0.30.0→v0.40.0Release Notes
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)
v4.9.2: Fixed Handling of Paths With Meta Chars Using AltsCompare Source
@toga4 submitted a PR 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
New Contributors
Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2
v4.9.1: Small Performance ChangeCompare Source
This release contains a small change that gives a slight performance increase. Thanks to @jbedard for the PR!
What's Changed
New Contributors
Full Changelog: bmatcuk/doublestar@v4.9.0...v4.9.1
v4.9.0: Added WithCaseInsensitive optionCompare Source
Added a
WithCaseInsensitiveoption to ignore alphabetic case when globbing. Thanks @braydonk for the PR!What's Changed
WithCaseInsensitiveGlobOptionby @braydonk in #106New Contributors
Full Changelog: bmatcuk/doublestar@v4.8.1...v4.9.0
v4.8.1: Small Performance Improvement for MatchUnvalidatedCompare Source
Skip some additional validation checks in
MatchUnvalidated. Thanks to @lukemassa for the PR!Additional documentation improvements from @timo-reymann. Thanks!
What's Changed
New Contributors
Full Changelog: bmatcuk/doublestar@v4.8.0...v4.8.1
v4.8.0: Fixed Escaped Meta in the "Base" of the PatternCompare Source
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 for finding and fixing this bug!
Breaking-ish Change
I've updated
SplitPatternto 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
New Contributors
Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.