fix(deps): update golang-packages #4725
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.7.1
->v4.8.0
v27.4.1+incompatible
->v27.5.0+incompatible
v27.4.1+incompatible
->v27.5.0+incompatible
v27.4.1+incompatible
->v27.5.0+incompatible
v1.69.2
->v1.69.4
Release Notes
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)
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
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
docker/cli (github.com/docker/cli)
v27.5.0+incompatible
Compare Source
docker/docker (github.com/docker/docker)
v27.5.0+incompatible
Compare Source
moby/moby (github.com/moby/moby)
v27.5.0+incompatible
Compare Source
grpc/grpc-go (google.golang.org/grpc)
v1.69.4
: Release 1.69.4Compare Source
Bug Fixes
Documentation
Configuration
📅 Schedule: Branch creation - "* 0-3 * * " (UTC), Automerge - " 0-3 * * *" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.