Skip to content

[stable34] build(deps-dev): bump colord from 2.9.3 to 2.10.0 in /build/frontend-legacy - #63621

Merged
AndyScherzinger merged 1 commit into
stable34from
dependabot/npm_and_yarn/build/frontend-legacy/stable34/colord-2.10.0
Aug 28, 2026
Merged

[stable34] build(deps-dev): bump colord from 2.9.3 to 2.10.0 in /build/frontend-legacy#63621
AndyScherzinger merged 1 commit into
stable34from
dependabot/npm_and_yarn/build/frontend-legacy/stable34/colord-2.10.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps colord from 2.9.3 to 2.10.0.

Release notes

Sourced from colord's releases.

v2.10 (RGB color mixing)

  • mix, tints, shades and tones (mix plugin) now accept an optional interpolation color space. LAB stays the default; pass "rgb" to interpolate RGB channels instead — the way browsers and design tools (such as Figma) composite translucent layers.
import { colord, extend } from "colord";
import mixPlugin from "colord/plugins/mix";
extend([mixPlugin]);
colord("#ff0000").mix("#ffffff", 0.5, "rgb").toHex(); // "#ff8080"
colord("#f0f3f1").mix("#007d40", 0.14, "rgb").toHex(); // "#cee2d8" — same as compositing rgba(0, 125, 64, 0.14) over #f0f3f1
colord("#ff0000").tints(3, "rgb").map((c) => c.toHex()); // ["#ff0000", "#ff8080", "#ffffff"]

Changelog

Sourced from colord's changelog.

2.10.0

  • Improve mix plugin by adding an optional "rgb" interpolation mode to mix, tints, tones and shades

2.9.7

  • Make HEX parsing and serialization more than 2x faster

2.9.6

  • Fix: Rotate the unrounded hue so rotate and harmonies preserve the original color
  • Fix: Normalize HWB whiteness + blackness over 100% to gray ❤️ @​spokodev

2.9.5

Both fixes change returned numbers for a small set of colors; toHex() output is unchanged. Snapshots holding h: 360, "hsl(360, …)" or a delta() value may need updating.

2.9.4

  • Fix: Reject malformed color strings in linear time ❤️ @​GAP-dev
Commits

@dependabot
dependabot Bot requested review from a team as code owners August 25, 2026 14:32
@dependabot
dependabot Bot requested review from kristian-zendato, skjnldsv and susnux and removed request for a team August 25, 2026 14:32
@AndyScherzinger AndyScherzinger added this to the Nextcloud 34.0.4 milestone Aug 25, 2026
@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [colord](https://github.com/omgovich/colord) from 2.9.3 to 2.10.0.
- [Release notes](https://github.com/omgovich/colord/releases)
- [Changelog](https://github.com/omgovich/colord/blob/master/CHANGELOG.md)
- [Commits](https://github.com/omgovich/colord/commits/v2.10)

---
updated-dependencies:
- dependency-name: colord
  dependency-version: 2.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/colord-2.10.0 branch from 54ae343 to 69f29ef Compare August 28, 2026 21:29
@github-actions github-actions Bot changed the title build(deps-dev): bump colord from 2.9.3 to 2.10.0 in /build/frontend-legacy [stable34] build(deps-dev): bump colord from 2.9.3 to 2.10.0 in /build/frontend-legacy Aug 28, 2026
@AndyScherzinger
AndyScherzinger merged commit 7ed8ba4 into stable34 Aug 28, 2026
135 checks passed
@AndyScherzinger
AndyScherzinger deleted the dependabot/npm_and_yarn/build/frontend-legacy/stable34/colord-2.10.0 branch August 28, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant