Skip to content
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

fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.1 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bmatcuk/doublestar/v4 v4.6.0 -> v4.8.1 age adoption passing confidence

Release Notes

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.8.1: Small Performance Improvement for MatchUnvalidated

Compare 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 Pattern

Compare 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 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

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0

v4.7.1: Fixed FilepathGlob("")

Compare Source

To be consistent with filepath.Glob, FilepathGlob("") returns nil.

v4.7.0: Added MatchUnvalidated, PathMatchUnvalidated

Compare Source

These functions provide a small performance improvement in cases where you don't care about whether or not the pattern is valid (maybe because you already ran ValidatePattern).

v4.6.1: Fixed Match bug with patterns like `a/**/`

Compare Source

Thanks @​mmxmb for submitting the bug and opening a PR in #​89!


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed Aug 15, 2024
@renovate renovate bot closed this Aug 15, 2024
@renovate renovate bot deleted the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 15, 2024 12:56
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 Aug 15, 2024
@renovate renovate bot restored the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 15, 2024 16:56
@renovate renovate bot reopened this Aug 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 4694ebe to 6b7a5b7 Compare August 15, 2024 16:57
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed Aug 21, 2024
@renovate renovate bot closed this Aug 21, 2024
@renovate renovate bot deleted the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 21, 2024 09:13
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 Aug 21, 2024
@renovate renovate bot reopened this Aug 21, 2024
@renovate renovate bot restored the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 21, 2024 13:41
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 6b7a5b7 to fa88b41 Compare August 21, 2024 13:42
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed Aug 28, 2024
@renovate renovate bot closed this Aug 28, 2024
@renovate renovate bot deleted the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 28, 2024 07:29
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 Aug 28, 2024
@renovate renovate bot reopened this Aug 28, 2024
@renovate renovate bot restored the renovate/github.com-bmatcuk-doublestar-v4-4.x branch August 28, 2024 10:37
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from fa88b41 to be11181 Compare August 28, 2024 10:37
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.6.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from be11181 to 671ae24 Compare October 11, 2024 17:00
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/github.com-bmatcuk-doublestar-v4-4.x branch December 16, 2024 15:11
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 Dec 16, 2024
@renovate renovate bot reopened this Dec 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from ea159cf to 671ae24 Compare December 16, 2024 21:32
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 - autoclosed Jan 10, 2025
@renovate renovate bot closed this Jan 10, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 Jan 10, 2025
@renovate renovate bot reopened this Jan 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch 2 times, most recently from 671ae24 to 0823c4e Compare January 14, 2025 20:59
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 Jan 14, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 - autoclosed Jan 15, 2025
@renovate renovate bot closed this Jan 15, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 Jan 15, 2025
@renovate renovate bot reopened this Jan 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 3fbcbb6 to 0823c4e Compare January 15, 2025 13:14
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 - autoclosed Jan 20, 2025
@renovate renovate bot closed this Jan 20, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 - autoclosed fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 Jan 20, 2025
@renovate renovate bot reopened this Jan 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 0c00b89 to 0823c4e Compare January 20, 2025 16:52
@renovate renovate bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.0 fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.1 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 0823c4e to a3e5f5e Compare January 25, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants