dependabot[bot] opened a new pull request, #11373: URL: https://github.com/apache/gravitino/pull/11373
Bumps [chroma-js](https://github.com/gka/chroma.js) from 2.6.0 to 3.2.0. <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.2.0</h2> <h2>What's Changed</h2> <ul> <li>Update domain function to return all scaled-positions rather than only [min, max] by <a href="https://github.com/jo-chemla"><code>@jo-chemla</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/380">gka/chroma.js#380</a></li> <li>fix scale.domain implementation by <a href="https://github.com/gka"><code>@gka</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/381">gka/chroma.js#381</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jo-chemla"><code>@jo-chemla</code></a> made their first contribution in <a href="https://redirect.github.com/gka/chroma.js/pull/380">gka/chroma.js#380</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gka/chroma.js/compare/v3.1.4...v3.2.0">https://github.com/gka/chroma.js/compare/v3.1.4...v3.2.0</a></p> <h2>v3.1.4</h2> <h2>What's Changed</h2> <ul> <li>docs: fix discord link (resolves <a href="https://redirect.github.com/gka/chroma.js/issues/373">#373</a>) by <a href="https://github.com/gka"><code>@gka</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/379">gka/chroma.js#379</a></li> <li>feat: chroma.random accepts rng as argument by <a href="https://github.com/gka"><code>@gka</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/378">gka/chroma.js#378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gka/chroma.js/compare/v3.1.3...v3.1.4">https://github.com/gka/chroma.js/compare/v3.1.3...v3.1.4</a></p> <h2>v3.1.3</h2> <h2>What's Changed</h2> <ul> <li>Fix link on chroma.random in <a href="https://redirect.github.com/gka/chroma.js/pull/372">gka/chroma.js#372</a></li> <li><code>Docs UI</code> Improvement: Make Sidebar Fixed & Scrollable by <a href="https://github.com/abhishek-junghare"><code>@abhishek-junghare</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/374">gka/chroma.js#374</a></li> <li>chore: bump dependencies by <a href="https://github.com/gka"><code>@gka</code></a> in <a href="https://redirect.github.com/gka/chroma.js/pull/375">gka/chroma.js#375</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/abhishek-junghare"><code>@abhishek-junghare</code></a> made their first contribution in <a href="https://redirect.github.com/gka/chroma.js/pull/374">gka/chroma.js#374</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gka/chroma.js/compare/v3.1.2...v3.1.3">https://github.com/gka/chroma.js/compare/v3.1.2...v3.1.3</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.2.0</h3> <ul> <li>scale.domain now returns the original domain array when called with no arguments</li> </ul> <h3>3.1.3</h3> <ul> <li>updated dependencies</li> </ul> <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/91eee6285b2e890c423f2fccfd6c7ed3c3ec6dc0"><code>91eee62</code></a> release v3.2.0</li> <li><a href="https://github.com/gka/chroma.js/commit/919d0038bca5a48a3859b12f60fbf16a66f83c00"><code>919d003</code></a> fix scale.domain implementation (<a href="https://redirect.github.com/gka/chroma.js/issues/381">#381</a>)</li> <li><a href="https://github.com/gka/chroma.js/commit/4e4df90eb6d0d5bfd5b0a77569cce72e4c33472c"><code>4e4df90</code></a> Update domain function to return all scaled-positions rather than only [min, ...</li> <li><a href="https://github.com/gka/chroma.js/commit/f50528f76cbd1966128b3604e09affe9af4d234b"><code>f50528f</code></a> release 3.1.4</li> <li><a href="https://github.com/gka/chroma.js/commit/b35ee49456176b3edaa716df0cae83a4601fe2dc"><code>b35ee49</code></a> 3.1.4</li> <li><a href="https://github.com/gka/chroma.js/commit/f6814559b36b8466371f8d7846666c8dcfe92b38"><code>f681455</code></a> feat: chroma.random accepts rng as argument (<a href="https://redirect.github.com/gka/chroma.js/issues/378">#378</a>)</li> <li><a href="https://github.com/gka/chroma.js/commit/b525407b04fa6091f36f22b97bb1fb0679564441"><code>b525407</code></a> docs: fix discord link (resolves <a href="https://redirect.github.com/gka/chroma.js/issues/373">#373</a>) (<a href="https://redirect.github.com/gka/chroma.js/issues/379">#379</a>)</li> <li><a href="https://github.com/gka/chroma.js/commit/873a3839215733bd311e80587b3a43d2457556cb"><code>873a383</code></a> docs: changelog</li> <li><a href="https://github.com/gka/chroma.js/commit/36ed86a40c9949e4c18551bc26c35d18342121d4"><code>36ed86a</code></a> 3.1.3</li> <li><a href="https://github.com/gka/chroma.js/commit/48854c05a26b009563088b1992decfa280c0a04e"><code>48854c0</code></a> docs: link to package on unpkg instead of cdnjs</li> <li>Additional commits viewable in <a href="https://github.com/gka/chroma.js/compare/v2.6.0...v3.2.0">compare view</a></li> </ul> </details> <br /> [](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 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]
