chore: Update minor and patch Golang dependencies#74
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore: Update minor and patch Golang dependencies#74renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
69d7f47 to
20985c2
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
555c80a to
fbeba28
Compare
ad241c4 to
bc686d5
Compare
84065c7 to
8978b73
Compare
b1a157e to
5797773
Compare
d02c7ec to
77ba0bf
Compare
8a73143 to
87d1252
Compare
87d1252 to
11d6d0a
Compare
11d6d0a to
f1f7219
Compare
f1f7219 to
3d1b8ae
Compare
3d1b8ae to
ee9c722
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4ccc442 to
9e699b1
Compare
9e699b1 to
00083e2
Compare
00083e2 to
ceadb8f
Compare
4e76821 to
cbe44f9
Compare
cbe44f9 to
98f18c3
Compare
3b179da to
ac15e23
Compare
ac15e23 to
b39a33f
Compare
b39a33f to
f0a6f40
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.1→v4.10.0v0.111.0→v0.125.0v1.10.0→v1.11.1v3.3.8→v3.7.0Release Notes
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)
v4.10.0: Added WithNoHidden optionCompare Source
Added support for a
WithNoHiddenoption to ignore hidden files in patterns that might unintentionally match them. For example, a.configdirectory would not be matched by*or recursed into by**, but would be matched by.*or recursed by.config/**.Thanks to @lukasngl for the initial PR and idea!
What's Changed
New Contributors
Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0
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
nobl9/nobl9-go (github.com/nobl9/nobl9-go)
v0.125.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.124.1Compare Source
What's Changed
🧰 Maintenance
v0.124.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.123.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
4 changes
v0.122.2Compare Source
What's Changed
🚀 Features
v0.122.1Compare Source
What's Changed
🧰 Maintenance
v0.122.0Compare Source
What's Changed
🚀 Features
🐞 Bug Fixes
🧰 Maintenance
7 changes
v0.121.0Compare Source
What's Changed
🚀 Features
v0.120.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
13 changes
v0.119.0Compare Source
What's Changed
🚀 Features
🐞 Bug Fixes
🧰 Maintenance
13 changes
v0.118.0Compare Source
What's Changed
🚀 Features
🐞 Bug Fixes
🧰 Maintenance
5 changes
v0.117.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
4 changes
v0.116.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.115.2Compare Source
What's Changed
🧰 Maintenance
v0.115.1Compare Source
What's Changed
🧰 Maintenance
v0.115.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.114.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
v0.113.0Compare Source
What's Changed
🚀 Features
🧰 Maintenance
6 changes
Full Changelog: nobl9/nobl9-go@v0.112.1...v0.113.0
v0.112.1Compare Source
What's Changed
🧰 Maintenance
4 changes
v0.112.0Compare Source
What's Changed
🚀 Features
🐞 Bug Fixes
🧰 Maintenance
16 changes
make generatein Renovate (#768) @nieomylniejastretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
urfave/cli (github.com/urfave/cli/v3)
v3.7.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.2...v3.7.0
v3.6.2Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.