Skip to content

build(deps): bump github.com/lucasb-eyer/go-colorful from 1.3.0 to 1.4.0#624

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/main/github.com/lucasb-eyer/go-colorful-1.4.0
Mar 30, 2026
Merged

build(deps): bump github.com/lucasb-eyer/go-colorful from 1.3.0 to 1.4.0#624
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/main/github.com/lucasb-eyer/go-colorful-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/lucasb-eyer/go-colorful from 1.3.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
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
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
  • See full diff 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.3.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.3.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2026
@github-actions
github-actions Bot enabled auto-merge March 30, 2026 20:52
@github-actions
github-actions Bot merged commit e8ccc49 into main Mar 30, 2026
6 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/main/github.com/lucasb-eyer/go-colorful-1.4.0 branch March 30, 2026 20:53
@codecov

codecov Bot commented Mar 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.83%. Comparing base (4512053) to head (0d7224e).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #624   +/-   ##
=======================================
  Coverage   82.83%   82.83%           
=======================================
  Files          16       16           
  Lines        1823     1823           
=======================================
  Hits         1510     1510           
  Misses        236      236           
  Partials       77       77           
Flag Coverage Δ
unittests 82.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 8, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeport/dyff](https://github.com/homeport/dyff) | minor | `v1.11.3` → `v1.12.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>homeport/dyff (homeport/dyff)</summary>

### [`v1.12.0`](https://github.com/homeport/dyff/releases/tag/v1.12.0): dyff release v1.12.0

[Compare Source](homeport/dyff@v1.11.4...v1.12.0)

#### What's Changed

- Omit YAML document start marker for single-document output by [@&#8203;HeavyWombat](https://github.com/HeavyWombat) in [#&#8203;639](homeport/dyff#639)

**Full Changelog**: <homeport/dyff@v1.11.4...v1.12.0>

### [`v1.11.4`](https://github.com/homeport/dyff/releases/tag/v1.11.4): dyff release v1.11.4

[Compare Source](homeport/dyff@v1.11.3...v1.11.4)

#### What's Changed

- build(deps): bump github.com/lucasb-eyer/go-colorful from 1.3.0 to 1.4.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;624](homeport/dyff#624)
- build(deps): bump codecov/codecov-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;625](homeport/dyff#625)
- build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;626](homeport/dyff#626)
- build(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;627](homeport/dyff#627)
- build(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;628](homeport/dyff#628)
- build(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;629](homeport/dyff#629)
- build(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;630](homeport/dyff#630)
- build(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;632](homeport/dyff#632)
- build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;631](homeport/dyff#631)
- build(deps): bump golang.org/x/tools from 0.43.0 to 0.44.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;633](homeport/dyff#633)
- build(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;634](homeport/dyff#634)
- Bump `github.com/gonvenience/ytbx` to `v1.5.0` by [@&#8203;HeavyWombat](https://github.com/HeavyWombat) in [#&#8203;637](homeport/dyff#637)

**Full Changelog**: <homeport/dyff@v1.11.3...v1.11.4>

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
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