fix(deps): update all non-major dependencies#191
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
==========================================
- Coverage 33.27% 27.30% -5.97%
==========================================
Files 11 11
Lines 1109 835 -274
==========================================
- Hits 369 228 -141
+ Misses 721 588 -133
Partials 19 19 🚀 New features to boost your workflow:
|
68bb1f1 to
c679e51
Compare
9c1fec4 to
a5961bb
Compare
ddc7f3f to
2b9a26d
Compare
e199901 to
a1c6238
Compare
a15b806 to
df9bc26
Compare
22223c3 to
6d7a18f
Compare
6d7a18f to
360736d
Compare
8014379 to
42f2cbd
Compare
a61d65a to
d79a6be
Compare
d79a6be to
3c3fe68
Compare
487ccf8 to
80de231
Compare
80de231 to
ae17494
Compare
03b9af2 to
8bd0cdd
Compare
48d59b8 to
a09d235
Compare
ddb60d9 to
aee694d
Compare
aee694d to
8b53d50
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7271e9b to
0675c6e
Compare
620e2f1 to
df86381
Compare
1d633cc to
15ff5a7
Compare
e5e0039 to
da4c007
Compare
da4c007 to
9753505
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.2.2→v4.3.1v5.5.0→v5.6.03.22.1→3.23.33.22.1→3.23.3v5.3.1→v5.5.2eb53b3e→4feac4dv3.3.1→v3.4.0v1.10.0→v1.11.0v0.26.4→v0.27.5v0.7.7→v0.7.8v1.50.0→v1.55.0v1.9.3→v1.9.4v3.3.8→v3.6.2v3.28.10→v3.32.4v3.29.4→v3.32.4Release Notes
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
actions/setup-go (actions/setup-go)
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-go@v5...v5.6.0
codecov/codecov-action (codecov/codecov-action)
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1Compare Source
What's Changed
codecov-cliversion reference example by @webknjaz in #1774Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0Compare Source
What's Changed
use_pypibypasses integrity checks too by @webknjaz in #1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
Masterminds/semver (github.com/Masterminds/semver/v3)
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
gin-gonic/gin (github.com/gin-gonic/gin)
v1.11.0Compare Source
Features
Enhancements
Bug Fixes
Build process updates / CI
Dependency updates
Documentation updates
v1.10.1Compare Source
Features
Enhancements
Build process updates
go-vela/server (github.com/go-vela/server)
v0.27.5Compare Source
No changes. API spec and JSONSchema were not attached as release assets to the previous release (immutable release). The latter of which powers validation in IDEs and such. This release should address that issue.
Full Changelog: go-vela/server@v0.27.4...v0.27.5
v0.27.4Compare Source
What's Changed
Full Changelog: go-vela/server@v0.27.3...v0.27.4
v0.27.3Compare Source
What's Changed
Full Changelog: go-vela/server@v0.27.2...v0.27.3
v0.27.2Compare Source
What's Changed
Full Changelog: go-vela/server@v0.27.1...v0.27.2
v0.27.1Compare Source
What's Changed
Full Changelog: go-vela/server@v0.27.0...v0.27.1
v0.27.0Compare Source
What's Changed
d457b45by @renovate[bot] in #1327Full Changelog: go-vela/server@v0.26.4...v0.27.0
v0.26.5Compare Source
What's Changed
Full Changelog: go-vela/server@v0.26.4...v0.26.5
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8Compare Source
jfrog/jfrog-client-go (github.com/jfrog/jfrog-client-go)
v1.55.0Compare Source
What's Changed
Exciting New Features 🎉
Improvements 🌱
Other Changes 📚
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.54.7...v1.55.0
v1.54.7Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 📚
Full Changelog: jfrog/jfrog-client-go@v1.54.6...v1.54.7
v1.54.6Compare Source
What's Changed
Other Changes 📚
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.54.5...v1.54.6
v1.54.5Compare Source
What's Changed
Bug Fixes 🛠
Full Changelog: jfrog/jfrog-client-go@v1.54.4...v1.54.5
v1.54.4Compare Source
What's Changed
Other Changes 📚
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.54.3...v1.54.4
v1.54.3Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 📚
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.54.2...v1.54.3
v1.54.2Compare Source
What's Changed
Exciting New Features 🎉
Improvements 🌱
Other Changes 📚
New Contributors
Full Changelog: jfrog/jfrog-client-go@v1.54.1...v1.54.2
v1.54.1Compare Source
What's Changed
Improvements 🌱
Full Changelog: jfrog/jfrog-client-go@v1.54.0...v1.54.1
v1.54.0Compare Source
What's Changed
Exciting New Features 🎉
Improvements 🌱
ProviderTypeto OIDC exchange by @EyalDelarea in #1131Bug Fixes 🛠
Full Changelog: jfrog/jfrog-client-go@v1.53.1...v1.54.0
v1.53.1Compare Source
What's Changed
Improvements 🌱
Other Changes 📚
build-info-goby @EyalDelarea in #1121Full Changelog: jfrog/jfrog-client-go@v1.53.0...v1.53.1
v1.53.0Compare Source
What's Ch
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 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.