Update all non-major dependencies - #699
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
|
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:
1.20→1.26v3.2.0→v3.5.0v1.14.1→v1.19.0v1.5.2→v1.6.1v0.3.13→v0.3.16v0.1.13→v0.1.15v1.3.1→v1.4.0v1.6.1→v1.10.2v1.0.5→v1.0.10v1.8.2→v1.11.1v2.15.4→v2.17.1v0.26.2→v0.36.3v0.26.2→v0.36.3v0.26.2→v0.36.3v2.90.1→v2.140.0v0.14.5→v0.24.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
v3.4.0Compare Source
There are a few changes in this release to highlight:
Constraintsnow has a propertyIncludePrerelease. When set to true theCheckandValidatemethods will include prereleases.>1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example,>1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against>3.NewVersioncoercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersiontofalse.What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.3.1...v3.4.0
v3.3.1Compare Source
What's Changed
Full Changelog: Masterminds/semver@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.2.1...v3.3.0
v3.2.1Compare Source
Changed
Fixed
Full Changelog: Masterminds/semver@v3.2.0...v3.2.1
fatih/color (github.com/fatih/color)
v1.19.0Compare Source
What's Changed
Fprint,Fprintfby @qualidafial in #282New Contributors
Full Changelog: fatih/color@v1.18.0...v1.19.0
v1.18.0Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: fatih/color@v1.15.0...v1.16.0
v1.15.0Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.14.1...v1.15.0
gookit/color (github.com/gookit/color)
v1.6.1Compare Source
Change Log
Fixed
e58a8992bb27a51245572Other
2e18426ed1b9ccde1e243d232e11v1.6.0Compare Source
Change Log
Fixed
d4a4cd9bdf44896de7584Feature
d95f213Update
e5329354ac4e07c5db0d0173325af46f52eOther
62dd3d2b79b464ecb557091529f03df6d418fa89549c0ef294af2bdd44243ab72fbeaf0c83bae1bc67c423187d9d7e962bf6fd20f18d84cb7e68fa7532f1f3c76538d7eaf97afedc17407ab70b4bcc6db992eecf90a1068860732e5a49561db128cf5eae38c370e227c34c15ef14a7b8cc45966fa478910b1dc4cNew Contributors
Full Changelog: gookit/color@v1.5.4...v1.6.0
v1.5.4Compare Source
Change Log
Fixed
74bb513Feature
fe2b2519027b9dOther
a43d13713c3e97264b64fdd23b120354c4a7da3fe3v1.5.3Compare Source
Change Log
Feature
6037df8Other
3cee7ac64f6508b564cabc0a8b52imdario/mergo (github.com/imdario/mergo)
v0.3.16: Announcement: v1.0.0 will be released on June 18thCompare Source
This release doesn't contain code changes.
After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.
This version will be released under a vanity URL: dario.cat/mergo
PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.
PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.
v0.3.15: Issues #131, #170, #220, and #202 fixedCompare Source
v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #231Compare Source
mattn/go-colorable (github.com/mattn/go-colorable)
v0.1.15Compare Source
v0.1.14Compare Source
sergi/go-diff (github.com/sergi/go-diff)
v1.4.0Compare Source
spf13/cobra (github.com/spf13/cobra)
v1.10.2Compare Source
🔧 Dependencies
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by @dims in #2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
🔥✍🏼 Docs
🍂 Refactors
🤗 New Contributors
Full Changelog: spf13/cobra@v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
v1.10.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
v1.9.1Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflagdependencies for v1.9.0 by @jpmcb in #2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.