dependabot[bot] opened a new pull request, #8930:
URL: https://github.com/apache/gravitino/pull/8930

   Bumps [chroma-js](https://github.com/gka/chroma.js) from 2.6.0 to 3.1.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gka/chroma.js/releases";>chroma-js's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.2</h2>
   <ul>
   <li>fixed a bug in Lch interpolation of hue-less colors</li>
   </ul>
   <h2>v3.1.1</h2>
   <ul>
   <li>fix: allow deep-imports in vite projects</li>
   </ul>
   <h2>3.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: parse <code>'transparent'</code> as black with 0% opacity - 
resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/280";>#280</a></li>
   <li>make it easier to access colorbrewer palette names - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/314";>#314</a></li>
   <li>docs: explain differences to official colorbrewer scales - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/316";>#316</a></li>
   <li>fix: correct parsing of modern css colors with percentage alpha - 
resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/297";>#297</a></li>
   <li>fix: css output for hue-less colors in lch() and oklch() - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/357";>#357</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gka/chroma.js/compare/v3.0.0...v3.1.0";>https://github.com/gka/chroma.js/compare/v3.0.0...v3.1.0</a></p>
   <h2>v3.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>🎉 NEW: Add support for modern CSS color spaces. This means you can now 
export and parse CSS colors in <code>lab()</code>, <code>lch()</code>, 
<code>oklab()</code>, <code>oklch()</code> space.</li>
   <li>🎉 NEW: you can now control the standard white reference point for the 
CIE Lab and CIE Lch color spaces via <code>setLabWhitePoint</code>.</li>
   <li>Breaking: <code>color.css()</code> will no longer return <a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb#legacy_syntax_comma-separated_values";>legacy
 CSS colors</a> like <code>rgb(255, 255, 0)</code> but use modern CSS colors 
like <code>rgb(255 255 0)</code> instead.</li>
   <li>fix: switch to W3C implementation of OKLab color space</li>
   <li>Bump follow-redirects from 1.14.7 to 1.15.6 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/338";>gka/chroma.js#338</a></li>
   <li>Bump <code>@​babel/traverse</code> from 7.16.10 to 7.25.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/339";>gka/chroma.js#339</a></li>
   <li>chore: remove invalid file by <a 
href="https://github.com/zyyv";><code>@​zyyv</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/340";>gka/chroma.js#340</a></li>
   <li>docs: fix dead links by <a 
href="https://github.com/zyyv";><code>@​zyyv</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/345";>gka/chroma.js#345</a></li>
   <li>fix: not <code>round</code> for <code>hsl2rgb</code> by <a 
href="https://github.com/zyyv";><code>@​zyyv</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/344";>gka/chroma.js#344</a></li>
   <li>pref: optimize test by <a 
href="https://github.com/zyyv";><code>@​zyyv</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/341";>gka/chroma.js#341</a></li>
   <li>fix: repair non-default imports by <a 
href="https://github.com/gka";><code>@​gka</code></a> in <a 
href="https://redirect.github.com/gka/chroma.js/pull/348";>gka/chroma.js#348</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gka/chroma.js/compare/v2.6.0...v3.0.0";>https://github.com/gka/chroma.js/compare/v2.6.0...v3.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gka/chroma.js/blob/main/CHANGELOG.md";>chroma-js's 
changelog</a>.</em></p>
   <blockquote>
   <h3>3.1.2</h3>
   <ul>
   <li>fixed a bug in Lch interpolation of hue-less colors</li>
   </ul>
   <h3>3.1.1</h3>
   <ul>
   <li>fix: allow deep-imports in vite projects</li>
   </ul>
   <h3>3.1.0</h3>
   <ul>
   <li>feat: parse <code>'transparent'</code> as black with 0% opacity - 
resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/280";>#280</a></li>
   <li>make it easier to access colorbrewer palette names - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/314";>#314</a></li>
   <li>docs: explain differences to official colorbrewer scales - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/316";>#316</a></li>
   <li>fix: correct parsing of modern css colors with percentage alpha - 
resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/297";>#297</a></li>
   <li>fix: css output for hue-less colors in lch() and oklch() - resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/357";>#357</a></li>
   </ul>
   <h3>3.0.0</h3>
   <ul>
   <li>🎉 NEW: Add support for modern CSS color spaces. This means you can now 
export and parse CSS colors in <code>lab()</code>, <code>lch()</code>, 
<code>oklab()</code>, <code>oklch()</code> space.</li>
   <li>🎉 NEW: you can now control the standard white reference point for the 
CIE Lab and CIE Lch color spaces via <code>setLabWhitePoint</code>.</li>
   <li>Breaking: <code>color.css()</code> will no longer return <a 
href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb#legacy_syntax_comma-separated_values";>legacy
 CSS colors</a> like <code>rgb(255, 255, 0)</code> but use modern CSS colors 
like <code>rgb(255 255 0)</code> instead.</li>
   <li>fix: you can now use chroma.js both via the default export as well as 
named exports in ES6.</li>
   <li>fix: switch to W3C implementation of OKLab color space</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gka/chroma.js/commit/c5393d5ddc117e661b83a67b6301ce433a7e06c6";><code>c5393d5</code></a>
 3.1.2</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/d1e438645541345f4b47de3cb163a017125c27db";><code>d1e4386</code></a>
 fix: make code more downward-compatible</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/27a2bb353a20be869ae6de3725f9cbd265962499";><code>27a2bb3</code></a>
 fix: hue-less interpolation in lch, resolves <a 
href="https://redirect.github.com/gka/chroma.js/issues/359";>#359</a></li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/439d77dbe1ef00e822229f408cdbfe2fabb999e0";><code>439d77d</code></a>
 3.1.1</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/339af078e77e9bd94c1faf29f193f25d2d65b2a0";><code>339af07</code></a>
 fix imports in vite</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/a63b177d530632745cccf150b1c0a68a8dcb4507";><code>a63b177</code></a>
 update docs</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/bdc836cb295dda868052b732b93a9d4efaf191cc";><code>bdc836c</code></a>
 3.1.0</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/f9913bd6745daa27eb3978f51de466a2311170a2";><code>f9913bd</code></a>
 docs: changelog</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/999a2b2f505fc1e0437def9437188cd72feebeb2";><code>999a2b2</code></a>
 fix: css output for hue-less colors in lch() and oklch()</li>
   <li><a 
href="https://github.com/gka/chroma.js/commit/2a429f21f02c70420df9be9cb6cd302648f36187";><code>2a429f2</code></a>
 docs: fix discord link</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gka/chroma.js/compare/v2.6.0...v3.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chroma-js&package-manager=npm_and_yarn&previous-version=2.6.0&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to