Skip to content

Conversation

@mend-for-github-com
Copy link

@mend-for-github-com mend-for-github-com bot commented Mar 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-logr/logr v1.2.2 -> v1.4.3 age adoption passing confidence
github.com/go-logr/zapr v1.2.2 -> v1.3.0 age adoption passing confidence
github.com/go-logr/zerologr v1.2.1 -> v1.2.3 age adoption passing confidence
github.com/gookit/color v1.5.0 -> v1.6.0 age adoption passing confidence
github.com/rs/zerolog v1.26.1 -> v1.34.0 age adoption passing confidence
github.com/stretchr/testify v1.7.0 -> v1.11.1 age adoption passing confidence

Release Notes

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

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

Compare Source

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.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.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

v1.2.4

Compare Source

This is a collection of small bugfixes and documentation updates.

NOTE: A change (#​166) which was thought to be compatible seems to be a breaking change. In particular, one used to be able to differentiate the result of Discard() from Logger{}. After this change, those are the same. We are considering how to address this, but do not currently plan to revert this change. Apologies!

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.2.3...v1.2.4

v1.2.3

Compare Source

This is a minor release.

What's Changed

  • funcr: Handle nil Stringer, Marshaler, error by @​thockin in #​130
    • Produce a useful error rather than panic.
  • Move testing -> testr, deprecate, alias old names by @​thockin in #​140
    • This is mostly about ergonomics and names, no behavioral changes.

New Contributors

Full Changelog: go-logr/logr@v1.2.2...v1.2.3

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

v1.3.0

Compare Source

This release adds support for slog. zapr implements slogr.SlogSink and therefore can be used through slogr.NewSlogHandler as backend for slog.

What's Changed


New Contributors

Full Changelog: go-logr/zapr@v1.2.4...v1.3.0

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

Full Changelog: go-logr/zapr@v1.2.2...v1.2.3

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

v1.2.3

Compare Source

v1.2.2

Compare Source

gookit/color (github.com/gookit/color)

v1.6.0

Compare Source

Change Log

Fixed
Feature
  • ✨ feat: add new convert func: HSVToRGB, RGBToHSV d95f213
Update
  • Optimize RenderCode performance with fast paths for string arguments (#​110) e532935
  • 🎨 up: Remove dependencies on stretchr/testify and use a lighter gookit/assert alternative. 4ac4e07
  • 👔 up: remove deprecated var isLikeInCmd, update some tests c5db0d0
  • 👔 up: update detect env, use internal Level* instead of the terminfo.ColorLevel* 173325a
  • 🔥 chore: remove any.go, merge printer.go to quickstart.go f46f52e
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#​66) 62dd3d2
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 (#​68) b79b464
  • build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#​69) ecb5570
  • build(deps): bump actions/checkout from 3 to 4 (#​73) 91529f0
  • build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.1 (#​71) 3df6d41
  • build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#​74) 8fa8954
  • build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#​75) 9c0ef29
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.13.0 (#​76) 4af2bdd
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​77) 44243ab
  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 (#​78) 72fbeaf
  • build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#​79) 0c83bae
  • build(deps): bump github/codeql-action from 2 to 3 (#​80) 1bc67c4
  • build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#​81) 23187d9
  • build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#​82) d7e962b
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 (#​83) f6fd20f
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#​86) 18d84cb
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#​87) 7e68fa7
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#​88) 532f1f3
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#​89) c76538d
  • build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#​90) 7eaf97a
  • Update utils_test.go to allow running in read-only mode. (#​91) fedc174
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0 (#​96) 07ab70b
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​85) 4bcc6db
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​99) 992eecf
  • build(deps): bump golang.org/x/sys from 0.25.0 to 0.30.0 (#​100) 90a1068
  • build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 (#​101) 860732e
  • 📝 chore: add ci test on go1.21+, remove test on go1.18 5a49561
  • Add comprehensive GitHub Copilot instructions for gookit/color repository (#​108) db128cf
  • ⬆️ dep: upgrade actions and deps to latest version 5eae38c
  • 💚 ci: revert the go version to 1.18 on go.mod 370e227
  • 🎨 doc: update readme and format the.github/copilot-instructions.md c34c15e
  • 📝 chore: update some code style and some tests f14a7b8
  • 🎨 chore: update some go file code style cc45966
  • ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests fa47891
  • ✅ demo: update the examples deps and some codes 0b1dc4c

New Contributors

Full Changelog: gookit/color@v1.5.4...v1.6.0

v1.5.4

Compare Source

Change Log

Fixed
  • 🐛 fix: fix convert basic color to rgb color fail 74bb513
Feature
  • ✨ feat: RGBColor add new method: ToFg(), ToBg() for quick convert fe2b251
  • ✨ feat: Color add new method: IsBg(), IsFg(), IsOption() for check color 9027b9d
Other
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#​57) a43d137
  • build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#​59) 13c3e97
  • build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#​60) 264b64f
  • build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 (#​63) dd23b12
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#​62) 0354c4a
  • build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 (#​64) 7da3fe3

v1.5.3

Compare Source

Change Log

Feature
  • ✨ feat: add new pkg colorp for quickly print message 6037df8
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0 3cee7ac
  • {type}:chore: update some deps to latest version 64f6508
  • ci: will be not support go < 1.17 b564cab
  • {type}:chore: replace all interface{} type to any c0a8b52

v1.5.2

Compare Source

Change Log

Refactor
  • refactor: update and refactor the color tag parse logic efc6d3f
Fixed
  • fix: RGBFromString() maybe input overflow int value bf93227
Update
  • up: update some comments and add more unit tests daca06f
Other
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 ab29a70
  • build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 8e41e71
  • build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 895e882
  • chore: add color level alias of the terminfo.ColorLevel 2f5b36d
  • chore: update some func comments, fix some code style f30c873
  • chore: update the limit go version and update release gh action e12eb6f
  • chore: update the readme add more HTML like tags usage d305f5f
  • chore: add more docs for detect color level on readme 0ec8e78
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 1823e0c
  • chore: update some comments code styles d0fe513

Full Changelog: gookit/color@v1.5.1...v1.5.2

v1.5.1

Compare Source

Change Log

Feature
  • feat: add more quick start func for use color 85b9eb0
Update
  • up: update action, will auto generate changelog on release fb141c4
  • up: update some for build full color string d5924d1
  • chore: update the basic color preview image 95811af
  • chore: update pkg limit go version to 1.14+ bef594f
Other
  • doc: add docsify for project ce925d0
  • doc: add more gookit project ef04058
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 3ec6601
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 2d784a3
rs/zerolog (github.com/rs/zerolog)

v1.34.0

Compare Source

v1.33.0

Compare Source

v1.32.0

Compare Source

v1.31.0

Compare Source

v1.30.0

Compare Source

v1.29.1

Compare Source

v1.29.0

Compare Source

v1.28.0

Compare Source

v1.27.0

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

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

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 3e18190 to 16f21dc Compare March 26, 2024 02:50
@mend-for-github-com mend-for-github-com bot changed the title Update module go.uber.org/zap to v1.27.0 Update Mend: high confidence minor and patch dependency updates Mar 26, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 16f21dc to 26910cf Compare April 9, 2024 02:50
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 26910cf to 6cdc363 Compare May 6, 2024 02:54
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 6cdc363 to 4f32393 Compare May 15, 2024 02:47
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 9f33c51 to ac47221 Compare May 26, 2024 02:40
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 9c2b072 to 1d62a69 Compare June 18, 2024 02:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 1d62a69 to 64f21fe Compare July 10, 2024 02:50
@mend-for-github-com
Copy link
Author

mend-for-github-com bot commented Jul 10, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.24.0
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 -> v0.0.0-20220910002029-abceb7e1c41e
go.uber.org/multierr v1.6.0 -> v1.10.0
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 -> v0.38.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b -> v3.0.1

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 64f21fe to d561bd3 Compare August 11, 2024 03:09
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from e001bf6 to d144256 Compare September 10, 2024 03:53
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 703a6c1 to e242be1 Compare October 9, 2024 02:50
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from e242be1 to 65a45e3 Compare November 13, 2024 02:15
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 65a45e3 to 15df6a3 Compare November 24, 2024 05:11
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 69b2bf1 to ff5af30 Compare December 13, 2024 02:56
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from ff5af30 to 29cf2b6 Compare December 23, 2024 03:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 29cf2b6 to 94f44e0 Compare January 11, 2025 03:52
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 17a06bd to b0ac4af Compare February 15, 2025 04:48
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from e19993a to a2184cc Compare February 26, 2025 04:31
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 295ae89 to c48a310 Compare March 22, 2025 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from bfa17dc to b9f56ce Compare May 29, 2025 04:46
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from b85cc41 to eb061fb Compare June 6, 2025 05:38
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from a28900e to df9aab6 Compare July 3, 2025 05:25
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from dbf2015 to 636a568 Compare July 15, 2025 04:34
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from a7743d7 to a4875ed Compare July 24, 2025 04:55
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 78073ee to 3d6dca1 Compare August 2, 2025 05:27
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from d533035 to 1a23528 Compare August 12, 2025 04:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 1a23528 to cce01ba Compare August 14, 2025 05:15
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 87dfbb8 to a275172 Compare September 6, 2025 04:36
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 13a49a0 to 9d0fbec Compare October 8, 2025 15:50
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 8156b8a to f84d37a Compare November 6, 2025 06:32
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 02d79f5 to 18c7a91 Compare November 28, 2025 19:19
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 18c7a91 to cf8366b Compare December 5, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant