build: upgrade chroma-js to 2.4.2 #7039
Merged
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.
Summary
This PR resolves Snyk dependency upgrade recommendation from #6799 by upgrading
chroma-js
and@types/chroma-js
to their latest versions.chroma-js
changelog diffQA
(
chroma.mix
) Open<EuiBottomBar />
component docs, open the bottom bar and make sure the background color isrgb(19, 19, 23)
(
chroma.hsv
) Ensure<EuiColorPicker />
HSV color selection in prod and PR environment results in the same colors.(
chroma.scale
) Open<EuiColorPicker />
, scroll down toStepped color segments
and ensure thebackground
CSS property value for itseuiRangeHighlightProgress
test subject is:See value
linear-gradient(to right, transparent 19%, rgb(84, 179, 153) 19%, rgb(84, 179, 153) 23.28%, rgb(105, 165, 150) 23.28%, rgb(105, 165, 150) 27.56%, rgb(126, 151, 147) 27.56%, rgb(126, 151, 147) 31.84%, rgb(148, 138, 144) 31.84%, rgb(148, 138, 144) 36.12%, rgb(169, 124, 140) 36.12%, rgb(169, 124, 140) 40.4%, rgb(190, 110, 137) 40.4%, rgb(190, 110, 137) 44.68%, rgb(211, 96, 134) 44.68%, rgb(211, 96, 134) 48.96%, rgb(189, 101, 151) 48.96%, rgb(189, 101, 151) 53.24%, rgb(167, 107, 167) 53.24%, rgb(167, 107, 167) 57.52%, rgb(145, 112, 184) 57.52%, rgb(145, 112, 184) 61.8%)
General checklist