An open index of dependabot pull requests across open source projects.

chore: bump chroma-js from 2.4.2 to 2.6.0 in /site

Open
Number: #20123
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: October 01, 2025 at 07:42 PM UTC
(2 days ago)
Updated: October 01, 2025 at 07:42 PM UTC
(2 days ago)
Labels:
dependencies javascript
Description:

Bumps chroma-js from 2.4.2 to 2.6.0.

Release notes

Sourced from chroma-js's releases.

v2.6.0

What's Changed

Full Changelog: https://github.com/gka/chroma.js/compare/v2.5.0...v2.6.0

v2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/gka/chroma.js/compare/v2.3.0...v2.5.0

Changelog

Sourced from chroma-js's changelog.

2.6.0

2.5.0

  • refactored code base to ES6 modules

2.4.0

  • add support for Oklab and Oklch color spaces

2.3.0

  • use binom of degree n in chroma.bezier

2.2.0

  • use Delta e2000 for chroma.deltaE #269

2.0.3

  • hsl2rgb will, like other x2rgb conversions now set the default alpha to 1

2.0.2

  • use a more mangle-safe check for Color class constructor to fix issues with uglifyjs and terser

2.0.1

  • added chroma.valid() for checking if a color can be parsed by chroma.js

2.0.0

  • chroma.js has been ported from CoffeeScript to ES6! This means you can now import parts of chroma in your projects!
  • changed HCG input space from [0..360,0..100,0..100] to [0..360,0..1,0..1] (to be in line with HSL)
  • added new object unpacking (e.g. hsl2rgb({h,s,l}))
  • changed default interpolation to lrgb in mix/interpolate and average.
  • if colors can't be parsed correctly, chroma will now throw Errors instead of silently failing with console.errors

1.4.1

  • chroma.scale() now interprets null as NaN and returns the fallback color. Before it had interpreted null as 0
  • added scale.nodata() to allow customizing the previously hard-coded fallback (aka "no data") color #cccccc

1.4.0

  • color.hex() now automatically sets the mode to 'rgba' if the colors alpha channel is < 1. so chroma('rgba(255,0,0,.5)').hex() will now return "#ff000080" instead of "#ff0000". if this is not what you want, you must explicitly set the mode to rgb using .hex("rgb").
  • bugfix in chroma.average in LRGB mode (#187)
  • chroma.scale now also works with just one color (#180)

1.3.5

  • added LRGB interpolation

1.3.4

  • passing null as mode in scale.colors will return chroma objects

1.3.3

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+6
Deletions:
-6
Package Dependencies
Package:
chroma-js
Ecosystem:
npm
Version Change:
2.4.2 → 2.6.0
Update Type:
Minor
Path:
/site
Technical Details
ID: 9103865
UUID: 2879435933
Node ID: PR_kwDOGkVX1s6roLSd
Host: GitHub
Repository: coder/coder
Merge State: Unknown