fix(deps): update dependency chroma-js to v3 - #3931
Merged
Merged
Conversation
✅ Deploy Preview for paragon-openedx-v23 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-23.x #3931 +/- ##
=============================================
Coverage 94.39% 94.39%
=============================================
Files 242 242
Lines 4296 4296
Branches 1020 1020
=============================================
Hits 4055 4055
Misses 233 233
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
October 20, 2025 00:26
d5d360f to
84e1e79
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
October 29, 2025 23:18
983ec6b to
6b40023
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
November 3, 2025 15:25
9d998c6 to
49e494f
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
November 17, 2025 00:23
0dd5f7f to
8cee5f9
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
November 24, 2025 00:23
a8cc91d to
dd4e347
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
4 times, most recently
from
December 1, 2025 00:25
1091ac2 to
1165756
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
December 11, 2025 17:54
8c3aa8f to
9886574
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
4 times, most recently
from
December 22, 2025 00:23
af609cb to
553799e
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
January 9, 2026 22:42
d747445 to
fba06dd
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
January 12, 2026 07:26
cb8df52 to
79e26b8
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
January 19, 2026 00:23
79e26b8 to
3ad46f5
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
January 26, 2026 00:27
3ad46f5 to
9076cb7
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
February 12, 2026 10:34
0506427 to
44ed89b
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
February 16, 2026 00:39
44ed89b to
4bc859e
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
March 2, 2026 00:26
a907eab to
2d566ae
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
March 9, 2026 00:28
2d566ae to
aa42442
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
March 16, 2026 00:32
aa42442 to
ea1a2d7
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
March 26, 2026 13:23
1d38ee0 to
e0fe33c
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
2 times, most recently
from
April 6, 2026 00:35
bd7f80d to
ef593d7
Compare
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
3 times, most recently
from
April 10, 2026 20:36
91f79ce to
5b46595
Compare
brian-smith-tcril
approved these changes
Apr 10, 2026
brian-smith-tcril
left a comment
Contributor
There was a problem hiding this comment.
The only listed breaking change is
Breaking: color.css() will no longer return legacy CSS colors like rgb(255, 255, 0) but use modern CSS colors like rgb(255 255 0) instead.
We don't use .css() so this doesn't break anything for us.
renovate
Bot
force-pushed
the
renovate/chroma-js-3.x
branch
from
April 10, 2026 20:56
5b46595 to
116898d
Compare
brian-smith-tcril
enabled auto-merge (squash)
April 10, 2026 21:03
|
🎉 This PR is included in version 23.20.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.4.2→^3.0.0Release Notes
gka/chroma.js (chroma-js)
v3.2.0Compare Source
v3.1.4Compare Source
What's Changed
Full Changelog: gka/chroma.js@v3.1.3...v3.1.4
v3.1.2Compare Source
v3.1.1Compare Source
v3.1.0Compare Source
'transparent'as black with 0% opacity - resolves #280v3.0.0Compare Source
lab(),lch(),oklab(),oklch()space.setLabWhitePoint.color.css()will no longer return legacy CSS colors likergb(255, 255, 0)but use modern CSS colors likergb(255 255 0)instead.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.