Skip to content
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

🌱 Update Update Golang Dependencies group (minor) #1028

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

syself-bot[bot]
Copy link
Contributor

@syself-bot syself-bot bot commented Oct 26, 2023

This PR contains the following updates:

Package Type Update Change
github.com/go-logr/logr require minor v1.2.4 -> v1.3.0
github.com/onsi/gomega require minor v1.28.1 -> v1.29.0

Release Notes

go-logr/logr (github.com/go-logr/logr)

v1.3.0

Compare Source

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who 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

onsi/gomega (github.com/onsi/gomega)

v1.29.0

Compare Source

1.29.0

Features
  • MatchError can now take an optional func(error) bool + description [2b39142]

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.


  • If you want to rebase/retry this PR, check this box

@syself-bot syself-bot bot added type/minor update/go size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Oct 26, 2023
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| go         | github.com/go-logr/logr | v1.2.4  | v1.3.0  |
| go         | github.com/onsi/gomega  | v1.28.1 | v1.29.0 |
@syself-bot syself-bot bot changed the title 🌱 Update Golang Dependencies group to v1.29.0 🌱 Update Update Golang Dependencies group (minor) Oct 27, 2023
@syself-bot syself-bot bot added size/L Denotes a PR that changes 200-800 lines, ignoring generated files. and removed size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Oct 27, 2023
@janiskemper janiskemper merged commit 948a9e1 into main Oct 30, 2023
11 checks passed
@janiskemper janiskemper deleted the renovate/golang-deps branch October 30, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 200-800 lines, ignoring generated files. type/minor update/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant