Skip to content

Update module github.com/gookit/color to v1.6.1#697

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

Update module github.com/gookit/color to v1.6.1#697
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-gookit-color-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 5, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gookit/color v1.5.3v1.6.1 age confidence

Release Notes

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

v1.6.1

Compare Source

Change Log

Fixed
  • fix: re-apply color after nested reset in RenderString (#​119) e58a899
  • fix(detect): should enable VTP on windows CMD,PWSH 2bb27a5
  • fix(convert): incorrect conversion between integer types 1245572
Other
  • build(deps): bump github/codeql-action from 3 to 4 (#​113) 2e18426
  • build(deps): bump actions/checkout from 5 to 6 (#​115) ed1b9cc
  • Add 'stable' to Go version matrix and update action de1e243
  • ci(release): remove Go version matrix and simplify build steps in release action d232e11

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

Configuration

📅 Schedule: (UTC)

  • 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 renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch from 34f1982 to b3bf33e Compare August 28, 2025 06:05
@renovate renovate Bot changed the title fix(deps): update module github.com/gookit/color to v1.5.4 fix(deps): update module github.com/gookit/color to v1.6.0 Aug 28, 2025
@renovate
Copy link
Copy Markdown
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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 -> v0.0.0-20220910002029-abceb7e1c41e

@renovate renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch from b3bf33e to f9c3a6b Compare October 9, 2025 15:23
@renovate
Copy link
Copy Markdown
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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 -> v0.0.0-20220910002029-abceb7e1c41e

@renovate renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch from f9c3a6b to c1f523d Compare December 15, 2025 18:31
@renovate renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch from c1f523d to 857035c Compare February 2, 2026 21:03
@renovate renovate Bot changed the title fix(deps): update module github.com/gookit/color to v1.6.0 Update module github.com/gookit/color to v1.6.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch 2 times, most recently from 630dda9 to 0679d47 Compare May 1, 2026 17:50
@renovate renovate Bot changed the title Update module github.com/gookit/color to v1.6.0 Update module github.com/gookit/color to v1.6.1 May 1, 2026
@renovate renovate Bot force-pushed the renovate/github.com-gookit-color-1.x branch from 0679d47 to 6bb854c Compare May 12, 2026 16:52
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