Skip to content

fix(deps): update module github.com/gookit/color to v1.6.0#159

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gookit-color-1.x
Open

fix(deps): update module github.com/gookit/color to v1.6.0#159
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gookit-color-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gookit/color v1.5.4v1.6.0 age confidence

Release Notes

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


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

ℹ 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 -> v0.0.0-20220910002029-abceb7e1c41e
golang.org/x/sys v0.22.0 -> v0.30.0

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 -> v0.0.0-20220910002029-abceb7e1c41e
golang.org/x/sys v0.22.0 -> v0.30.0

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.

0 participants