1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

chore(deps): update module github.com/lucasb-eyer/go-colorful to v1.3.0 (#7327)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/lucasb-eyer/go-colorful](https://redirect.github.com/lucasb-eyer/go-colorful)
| `v1.2.0` -> `v1.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flucasb-eyer%2fgo-colorful/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flucasb-eyer%2fgo-colorful/v1.2.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>lucasb-eyer/go-colorful
(github.com/lucasb-eyer/go-colorful)</summary>

###
[`v1.3.0`](https://redirect.github.com/lucasb-eyer/go-colorful/releases/tag/v1.3.0)

[Compare
Source](https://redirect.github.com/lucasb-eyer/go-colorful/compare/v1.2.0...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](https://ko-fi.com/makeworld) for one-time donations.

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

##### Added

- `BlendLinearRgb`
([#&#8203;50](https://redirect.github.com/lucasb-eyer/go-colorful/issues/50))
- `DistanceRiemersma`
([#&#8203;52](https://redirect.github.com/lucasb-eyer/go-colorful/issues/52))
- Introduce a function for sorting colors
([#&#8203;57](https://redirect.github.com/lucasb-eyer/go-colorful/issues/57))
- YAML marshal/unmarshal support
([#&#8203;63](https://redirect.github.com/lucasb-eyer/go-colorful/issues/63))
- Add support for OkLab and OkLch
([#&#8203;66](https://redirect.github.com/lucasb-eyer/go-colorful/issues/66))
- Functions that use randomness now support specifying a custom source
([#&#8203;73](https://redirect.github.com/lucasb-eyer/go-colorful/issues/73))
- Functions BlendOkLab and BlendOkLch
([#&#8203;70](https://redirect.github.com/lucasb-eyer/go-colorful/issues/70))

#### Changed

- `Hex()` parsing is much faster
([#&#8203;78](https://redirect.github.com/lucasb-eyer/go-colorful/issues/78))

##### Fixed

- Fix bug when doing HSV/HCL blending between a gray color and non-gray
color
([#&#8203;60](https://redirect.github.com/lucasb-eyer/go-colorful/issues/60))
- Docs for HSV/HSL were updated to note that hue 360 is not allowed
([#&#8203;71](https://redirect.github.com/lucasb-eyer/go-colorful/issues/71))

##### Deprecated

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

</details>

---

### 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.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-08 14:21:04 -07:00
committed by GitHub
parent e759fbd1e6
commit eb9fd73d54
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ require (
github.com/ldez/tagliatelle v0.7.2 // indirect
github.com/ldez/usetesting v0.5.0 // indirect
github.com/leonklingele/grouper v1.1.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/macabu/inamedparam v0.2.0 // indirect
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 // indirect
github.com/manuelarte/funcorder v0.5.0 // indirect
+2 -2
View File
@@ -310,8 +310,8 @@ github.com/ldez/usetesting v0.5.0 h1:3/QtzZObBKLy1F4F8jLuKJiKBjjVFi1IavpoWbmqLwc
github.com/ldez/usetesting v0.5.0/go.mod h1:Spnb4Qppf8JTuRgblLrEWb7IE6rDmUpGvxY3iRrzvDQ=
github.com/leonklingele/grouper v1.1.2 h1:o1ARBDLOmmasUaNDesWqWCIFH3u7hoFlM84YrjT3mIY=
github.com/leonklingele/grouper v1.1.2/go.mod h1:6D0M/HVkhs2yRKRFZUoGjeDy7EZTfFBE9gl4kjmIGkA=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE=
github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U=
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 h1:VhGqK8gANDvFYDxQkjPbv7/gDJtsGU9k6qj/hC2hgso=