Skip to content

deps(deps): bump github.com/lucasb-eyer/go-colorful from 1.2.0 to 1.4.0#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lucasb-eyer/go-colorful-1.4.0
Open

deps(deps): bump github.com/lucasb-eyer/go-colorful from 1.2.0 to 1.4.0#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lucasb-eyer/go-colorful-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps github.com/lucasb-eyer/go-colorful from 1.2.0 to 1.4.0.

Release notes

Sourced from github.com/lucasb-eyer/go-colorful's releases.

v1.4.0

This release adds support for CSS Color Level 4 wide-gamut RGB color spaces, along with D50 XYZ helpers and a small HexColor usability improvement.

Added

  • Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces DisplayP3, A98Rgb, ProPhotoRgb, and Rec2020 (#81)
  • XyzD50, Color.XyzD50, D50ToD65, and D65ToD50 for working with D50-based color spaces (#81)
  • HexColor now implements fmt.Stringer

v1.3.0

If you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a Ko-Fi for one-time donations.

The rest of this message is copied from the CHANGELOG.md file in this repo.

Added

  • BlendLinearRgb (#50)
  • DistanceRiemersma (#52)
  • Introduce a function for sorting colors (#57)
  • YAML marshal/unmarshal support (#63)
  • Add support for OkLab and OkLch (#66)
  • Functions that use randomness now support specifying a custom source (#73)
  • Functions BlendOkLab and BlendOkLch (#70)

Changed

  • Hex() parsing is much faster (#78). However, it doesn't tolerate hex codes with alpha anymore (previously ignoring the alpha was unintentional).

Fixed

  • Fix bug when doing HSV/HCL blending between a gray color and non-gray color (#60)
  • Docs for HSV/HSL were updated to note that hue 360 is not allowed (#71)

Deprecated

  • DistanceLinearRGB is deprecated for the name DistanceLinearRgb which is more in-line with the rest of the library
Changelog

Sourced from github.com/lucasb-eyer/go-colorful's changelog.

[1.4.0] - 2026-03-28

Added

  • Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces DisplayP3, A98Rgb, ProPhotoRgb, and Rec2020 (#81)
  • XyzD50, Color.XyzD50, D50ToD65, and D65ToD50 for working with D50-based color spaces (#81)
  • HexColor now implements fmt.Stringer

[1.3.0] - 2025-09-08

Added

  • BlendLinearRgb (#50)
  • DistanceRiemersma (#52)
  • Introduce a function for sorting colors (#57)
  • YAML marshal/unmarshal support (#63)
  • Add support for OkLab and OkLch (#66)
  • Functions that use randomness now support specifying a custom source (#73)
  • Functions BlendOkLab and BlendOkLch (#70)

Changed

  • Hex() parsing is much faster (#78). However, it doesn't tolerate hex codes with alpha anymore (previously ignoring the alpha was unintentional).

Fixed

  • Fix bug when doing HSV/HCL blending between a gray color and non-gray color (#60)
  • Docs for HSV/HSL were updated to note that hue 360 is not allowed (#71)

Deprecated

  • DistanceLinearRGB is deprecated for the name DistanceLinearRgb which is more in-line with the rest of the library
Commits
  • 960803e ready for v1.4.0
  • e898165 feat(HexColor): add fmt.Stringer interface support
  • e7e3399 feat: add CSS Color Level 4 wide-gamut RGB color spaces and XYZ D50
  • 5017032 Clarify loss of alpha-parsing in Hex in changelog.
  • f2a4dc6 Update README.md to discuss Oklab and Oklch support
  • 680f825 ready for v1.3.0
  • 5b66f9f perf: a faster implementation of Hex() (#78)
  • 9e385f7 Fix typos (#74)
  • a472fc2 doc: don't allow hue 360 for hsv/hsl (#71)
  • 14c881f doc for #70
  • 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 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/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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