-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all minor, patch, or digest dependencies on go #82
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch-or-digest-dependencies-on-go
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update all minor, patch, or digest dependencies on go #82
renovate
wants to merge
1
commit into
main
from
renovate/all-minor-patch-or-digest-dependencies-on-go
Conversation
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
9eabc67 to
839082a
Compare
4224489 to
459926d
Compare
55cd699 to
02bb41e
Compare
eb87547 to
b58958c
Compare
b58958c to
003d906
Compare
8b78761 to
fdf3811
Compare
f813f3b to
624983f
Compare
624983f to
a9cda09
Compare
a9cda09 to
f8837be
Compare
2b0a5f7 to
7ebc558
Compare
894cda6 to
25deac6
Compare
cb16829 to
7cf3a1b
Compare
c07f0e9 to
065c4c7
Compare
065c4c7 to
cb07329
Compare
b0055a6 to
915066b
Compare
9434f01 to
9cfda80
Compare
efcf7f7 to
25fb1e5
Compare
25fb1e5 to
26bf73e
Compare
73343ee to
2b18090
Compare
3440942 to
170411b
Compare
59ab89a to
0e397ed
Compare
0e397ed to
da67dea
Compare
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:
v0.12.0->v0.12.1v1.7.0->v1.8.0v1.2.4->v1.4.3v1.2.3->v1.3.0v10.13.0->v10.26.0v1.5.3->v1.5.4v0.5.9->v0.7.0v4.10.2->v4.13.4v1.15.1->v1.22.0v9.0.4->v9.9.0v0.12.2->v0.17.0v1.7.0->v1.9.1v1.24.0->v1.27.0v0.2.0->v0.14.004be3eb->7835f81v1.3.0->v1.4.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
andreykaipov/goobs (github.com/andreykaipov/goobs)
v0.12.1: for obs websocket v5.1.0Compare Source
Release v0.12.1 contains several CI improvements but also PR #54 that fixes concurrent writes to the OBS websocket server. 🎉
What's Changed
New Contributors
Full Changelog: andreykaipov/goobs@v0.12.0...v0.12.1
creasty/defaults (github.com/creasty/defaults)
v1.8.0Compare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.3Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
v1.4.1Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0Compare Source
This release dramatically improves interoperability with Go's
log/slogpackage. In particular,logr.NewContextandlogr.NewContextWithSlogLoggeruse the same context key, which allowslogr.FromContextandlogr.FromContextAsSlogLoggerto returnlogr.Loggeror*slog.Loggerrespectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLograndlogr/slogr.ToSlogHandlerhave been superceded bylogr.FromSlogHandlerandlogr.ToSlogHandlerrespectively, and typelogr/slogr.SlogSinkhas been superceded bylogr.SlogSink. All of the old names inlogr/slogrremain, for compatibility.Package
logr/funcrnow supportslogr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncrhandles the timestamp itself).Users who have a
logr.Loggerand need a*slog.Loggercan callslog.New(logr.ToSlogHandler(...))and all output will go through the same stack.Users who have a
*slog.Loggerorslog.Handlercan calllogr.FromSlogHandler(...)and all output will go through the same stack.What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.3.0...v1.4.0
v1.3.0Compare Source
This release adds support for slog in a new, self-contained
logr/slogrpackage. Implementers of alogr.LogSinkare encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslogAPI call.Breaking change: the call depth for
LogSink.Enabledwhen called viaLogger.Enabledwas fixed to be the same as for other call paths. Implementers of aLogSinkwho have worked around this bug will need to remove their workarounds.Security best practices were improved. Only Go versions >= 1.18 are supported by this release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.2.4...v1.3.0
go-logr/zapr (github.com/go-logr/zapr)
v1.3.0Compare Source
This release adds support for slog. zapr implements
slogr.SlogSinkand therefore can be used throughslogr.NewSlogHandleras backend for slog.What's Changed
New Contributors
Full Changelog: go-logr/zapr@v1.2.4...v1.3.0
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: go-logr/zapr@v1.2.3...v1.2.4
go-playground/validator (github.com/go-playground/validator/v10)
v10.26.0Compare Source
What's Changed
Base64RawURLusage by @196Ikuchil in https://github.com/go-playground/validator/pull/1336New Contributors
Full Changelog: go-playground/validator@v10.25.0...v10.26.0
v10.25.0: Release 10.25.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.24.0...v10.25.0
v10.24.0: Release 10.24.0Compare Source
What's Changed
The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling
netpackage.Full Changelog: go-playground/validator@v10.23.0...v10.24.0
v10.23.0: Release 10.23.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.1...v10.23.0
v10.22.1: Release 10.22.1Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.0...v10.22.1
v10.22.0: Release 10.22.0Compare Source
v10.21.0: Release 10.21.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.20.0...v10.21.0
v10.20.0: Release 10.20.0Compare Source
What's Changed
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.
👻 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.