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

Bump github.com/charmbracelet/log from 0.4.0 to 0.4.1 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps github.com/charmbracelet/log from 0.4.0 to 0.4.1.

Release notes

Sourced from github.com/charmbracelet/log's releases.

v0.4.1

This release includes bug fixes for custom slog levels, data race with the default logger and deep copying fields, JSON handling improvements, and supporting slog attributes.

Changelog

New Features

  • d3e462e0699859de00fc1bd43c8c5251cfd60a29: feat(ci): update linter config and add sync job (@​aymanbagabas)
  • dd7bc9494cf4ad37c25220dba6703ac257f513c1: feat: preserve order when writing json (@​op)
  • fb820d21cee7714e0ed61bde7f6b1a46585fdb71: feat: support slog attributes (#127) (@​op)

Bug fixes

  • 81cf0ffa438bb6df5572114c93614743626cc0e0: fix: deep copy the fields to avoid data race (#128) (@​yuguorui)
  • deae1b097d5d40b0d3ce8b33045c40b2b91c5b8a: fix: fix data race in Default and SetDefault (@​op)
  • 62ddc709b70a62d09a46188403f625e2b8313bfe: fix: lint issues (@​aymanbagabas)
  • 2b8ec727b953dff3f1c08c79358c64b5f3b80bfd: fix: support custom slog levels (#117) (@​lvlcn-t)

Dependency updates

  • 82b5630d2e68c2cf4c972a926be90149fe0c60b9: feat(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 (#129) (@​dependabot[bot])
  • d1e7d8931ae41a10160f740b2a6b3bf6f57cfda6: feat(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#136) (@​dependabot[bot])
  • 624268e1b7ae6b5e412839f62ff6677a85e97baa: feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 (#140) (@​dependabot[bot])
  • dc6766fc119e829ced14339a753abe910725afee: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 0.13.1 (#146) (@​dependabot[bot])
  • cca527fa4e341edf51d3063a84a4cd781d8bfa8a: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#148) (@​dependabot[bot])
  • 1e6353e3ca793f1177148e09f990ef220e19b037: feat(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#153) (@​dependabot[bot])

Documentation updates

  • 958009cd3692374ed16588a2515d78ec7bdd03a8: docs: fixing broken links in the examples/README.md (#137) (@​taking)

Other work

  • f954dc8f8b7968e92d184db10a943e5d62e99105: change type of Level to int (#141) (@​imjasonh)
  • fb71c7e9ca6e6848a99e9ca1f88c7221597901ad: ci: sync dependabot config (#158) (@​charmcli)
  • c3793d71e24e28714aedcfbc48936d404ac1c06b: ci: sync dependabot config (@​charmcli)
  • cb97f106886070b1182f76294633b87ac001bfe5: ci: sync golangci-lint config (#161) (@​github-actions[bot])
  • 2660c82f5cf6f4e43389ef0a8064af31010f3897: ci: sync golangci-lint config (#162) (@​github-actions[bot])

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 62ddc70 fix: lint issues
  • 2660c82 ci: sync golangci-lint config (#162)
  • cb97f10 ci: sync golangci-lint config (#161)
  • 13d284d chore(deps): update termenv (#160)
  • fb71c7e ci: sync dependabot config (#158)
  • aa0e314 Merge pull request #157 from charmbracelet/ci/sync-dependabot-config
  • c3793d7 ci: sync dependabot config
  • 1e6353e feat(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#153)
  • d3e462e feat(ci): update linter config and add sync job
  • cca527f feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#148)
  • 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/charmbracelet/log](https://github.com/charmbracelet/log) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/charmbracelet/log/releases)
- [Commits](charmbracelet/log@v0.4.0...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 17, 2025
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 go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants