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

go: bump github.com/gookit/slog from 0.5.5 to 0.5.6 #425

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps github.com/gookit/slog from 0.5.5 to 0.5.6.

Release notes

Sourced from github.com/gookit/slog's releases.

v0.5.6

Change Log

Fixed

Update

Other

Commits
  • 980aa06 ✅ test: add a test case for issues #137
  • ff670f2 ✅ test: add a test case for issues #121
  • 1b25cfd 👔 up: handler - syslog handler write log by log level. fix #142
  • 70031a7 👔 up: add new handler option: TimeClock, fix some test error
  • 86e029f 🐛 fix: fix the rotating file name is error on use rotatefile.EveryDay. se...
  • e492570 👔 up: rotatefile - 20% probability trigger clean on write log
  • ec256be ✅ test: add a mock clock and test case for issues #138
  • be892f7 👔 up: add TextFormatterWith for quickly make a textFormatter
  • b683bb6 build(deps): bump softprops/action-gh-release from 1 to 2 (#140)
  • 6e2c5d4 🐛 fix: fix nil panic on use &slog.TextFormatter{} create formatter .see i...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gookit/slog](https://github.com/gookit/slog) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/gookit/slog/releases)
- [Commits](gookit/slog@v0.5.5...v0.5.6)

---
updated-dependencies:
- dependency-name: github.com/gookit/slog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file golang Golang Issue labels May 2, 2024
@yermulnik
Copy link
Collaborator

@warrensbox @MatrixCrawler This looks good to me, though there was an update to slog that I'm not sure whether would not affect us at any extent. Could you please double check? Thank.
Release announce: https://github.com/gookit/slog/releases/tag/v0.5.6
The change to log severity handling: gookit/slog@1b25cfd (via gookit/slog#142)

@warrensbox
Copy link
Owner

Lets wait on this until after 1.2.0

@MatrixCrawler
Copy link
Collaborator

We are not using syslog so i don't see any issues with that. LGTM

Copy link
Collaborator

@MatrixCrawler MatrixCrawler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MatrixCrawler MatrixCrawler self-requested a review May 29, 2024 07:01
@yermulnik
Copy link
Collaborator

We are not using syslog so i don't see any issues with that. LGTM

It's not syslog, it's slog that we use as logger. Apologies if I got your point incorrectly.

@warrensbox
Copy link
Owner

We are not using syslog so i don't see any issues with that. LGTM

In that case, let's release it with 1.2

@warrensbox warrensbox added this to the Release 1.2.0 milestone Jun 1, 2024
@warrensbox warrensbox merged commit 740d8a1 into master Jun 1, 2024
3 checks passed
@warrensbox warrensbox deleted the dependabot/go_modules/github.com/gookit/slog-0.5.6 branch June 1, 2024 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file golang Golang Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants