Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 1, 2025

Bumpschroma-js from 2.4.2 to 2.6.0.

Release notes

Sourced fromchroma-js's releases.

v2.6.0

What's Changed

Full Changelog:gka/chroma.js@v2.5.0...v2.6.0

v2.5.0

What's Changed

New Contributors

Full Changelog:gka/chroma.js@v2.3.0...v2.5.0

Changelog

Sourced fromchroma-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

  • addedchroma.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 tolrgb 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 interpretsnull as NaN and returns the fallback color. Before it had interpretednull as0
  • addedscale.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. sochroma('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 torgb 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

  • passingnull 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)

Bumps [chroma-js](https://github.com/gka/chroma.js) from 2.4.2 to 2.6.0.- [Release notes](https://github.com/gka/chroma.js/releases)- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)- [Commits](https://github.com/gka/chroma.js/commits/v2.6.0)---updated-dependencies:- dependency-name: chroma-js  dependency-version: 2.6.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 1, 2025
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 1, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)October 1, 2025 19:42
@github-actionsgithub-actionsbot merged commitcf8d766 intomainOct 1, 2025
34 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/npm_and_yarn/site/chroma-js-2.6.0 branchOctober 1, 2025 19:50
aslilac pushed a commit that referenced this pull requestOct 7, 2025
Bumps [chroma-js](https://github.com/gka/chroma.js) from 2.4.2 to 2.6.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/gka/chroma.js/releases">chroma-js'sreleases</a>.</em></p><blockquote><h2>v2.6.0</h2><h2>What's Changed</h2><ul><li>🎉 NEW: color.tint + color.shade (thanks to <ahref="https://github.com/tremby"><code>@​tremby</code></a> in <ahref="https://redirect.github.com/gka/chroma.js/pull/246">gka/chroma.js#246</a>)</li><li>fix: remove false w3c color cornflower (thanks to <ahref="https://github.com/friedPotat0"><code>@​friedPotat0</code></a> in<ahref="https://redirect.github.com/gka/chroma.js/pull/298">gka/chroma.js#298</a>)</li><li>docs: replace website with archive by <ahref="https://github.com/Artoria2e5"><code>@​Artoria2e5</code></a> in <ahref="https://redirect.github.com/gka/chroma.js/pull/264">gka/chroma.js#264</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/gka/chroma.js/compare/v2.5.0...v2.6.0">https://github.com/gka/chroma.js/compare/v2.5.0...v2.6.0</a></p><h2>v2.5.0</h2><h2>What's Changed</h2><ul><li>🎉 Big code refactoring to ES modules plus dependency and build setupupdates by <a href="https://github.com/gka"><code>@​gka</code></a> &amp;<a href="https://github.com/zyyv"><code>@​zyyv</code></a> in <ahref="https://redirect.github.com/gka/chroma.js/pull/336">gka/chroma.js#336</a></li><li>Update 404 links in readme.md by <ahref="https://github.com/rdela"><code>@​rdela</code></a> in <ahref="https://redirect.github.com/gka/chroma.js/pull/326">gka/chroma.js#326</a></li><li>Update readme.md by <ahref="https://github.com/JiatLn"><code>@​JiatLn</code></a> in <ahref="https://redirect.github.com/gka/chroma.js/pull/307a.js/pull/336">gka/chroma.js#307</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/zyyv"><code>@​zyyv</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/gka/chroma.js/pull/336">gka/chroma.js#336</a></li><li><a href="https://github.com/rdela"><code>@​rdela</code></a> madetheir first contribution in <ahref="https://redirect.github.com/gka/chroma.js/pull/326">gka/chroma.js#326</a></li><li><a href="https://github.com/JiatLn"><code>@​JiatLn</code></a> madetheir first contribution in <ahref="https://redirect.github.com/gka/chroma.js/pull/307">gka/chroma.js#307</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/gka/chroma.js/compare/v2.3.0...v2.5.0">https://github.com/gka/chroma.js/compare/v2.3.0...v2.5.0</a></p></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/gka/chroma.js/blob/main/CHANGELOG.md">chroma-js'schangelog</a>.</em></p><blockquote><h3>2.6.0</h3><ul><li>🎉 NEW: add <ahref="https://github.com/gka/chroma.js/blob/main%5Bhttps://github.com/gka/chroma.js/blob/main%60https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main.https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main%60https://github.com/gka/chroma.js/blob/main%5Dhttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main#https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main-https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main">https://github.com/gka/chroma.js/blob/main[https://github.com/gka/chroma.js/blob/main`https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main.https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main`https://github.com/gka/chroma.js/blob/main]https://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main#https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main-https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main</a>,<ahref="https://github.com/gka/chroma.js/blob/main%5Bhttps://github.com/gka/chroma.js/blob/main%60https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main.https://github.com/gka/chroma.js/blob/mainthttps://github.com/gka/chroma.js/blob/mainihttps://github.com/gka/chroma.js/blob/mainnhttps://github.com/gka/chroma.js/blob/mainthttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main%60https://github.com/gka/chroma.js/blob/main%5Dhttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main#https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main-https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main">https://github.com/gka/chroma.js/blob/main[https://github.com/gka/chroma.js/blob/main`https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main.https://github.com/gka/chroma.js/blob/mainthttps://github.com/gka/chroma.js/blob/mainihttps://github.com/gka/chroma.js/blob/mainnhttps://github.com/gka/chroma.js/blob/mainthttps://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main`https://github.com/gka/chroma.js/blob/main]https://github.com/gka/chroma.js/blob/main(https://github.com/gka/chroma.js/blob/main#https://github.com/gka/chroma.js/blob/mainchttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainlhttps://github.com/gka/chroma.js/blob/mainohttps://github.com/gka/chroma.js/blob/mainrhttps://github.com/gka/chroma.js/blob/main-https://github.com/gka/chroma.js/blob/mainshttps://github.com/gka/chroma.js/blob/mainhhttps://github.com/gka/chroma.js/blob/mainahttps://github.com/gka/chroma.js/blob/maindhttps://github.com/gka/chroma.js/blob/mainehttps://github.com/gka/chroma.js/blob/main)https://github.com/gka/chroma.js/blob/main</a>.</li><li>fix: remove false w3c color cornflower</li></ul><h3>2.5.0</h3><ul><li>refactored code base to ES6 modules</li></ul><h3>2.4.0</h3><ul><li>add support for Oklab and Oklch color spaces</li></ul><h3>2.3.0</h3><ul><li>use binom of degree n in chroma.bezier</li></ul><h3>2.2.0</h3><ul><li>use Delta e2000 for chroma.deltaE <ahref="https://redirect.github.com/gka/chroma.js/issues/269">#269</a></li></ul><h3>2.0.3</h3><ul><li>hsl2rgb will, like other x2rgb conversions now set the default alphato 1</li></ul><h3>2.0.2</h3><ul><li>use a more mangle-safe check for Color class constructor to fixissues with uglifyjs and terser</li></ul><h3>2.0.1</h3><ul><li>added <code>chroma.valid()</code> for checking if a color can beparsed by chroma.js</li></ul><h3>2.0.0</h3><ul><li>chroma.js has been ported from CoffeeScript to ES6! This means youcan now import parts of chroma in your projects!</li><li>changed HCG input space from [0..360,0..100,0..100] to[0..360,0..1,0..1] (to be in line with HSL)</li><li>added new object unpacking (e.g. <code>hsl2rgb({h,s,l})</code>)</li><li>changed default interpolation to <code>lrgb</code> inmix/interpolate and average.</li><li>if colors can't be parsed correctly, chroma will now throw Errorsinstead of silently failing with console.errors</li></ul><h3>1.4.1</h3><ul><li>chroma.scale() now interprets <code>null</code> as NaN and returnsthe fallback color. Before it had interpreted <code>null</code> as<code>0</code></li><li>added <code>scale.nodata()</code> to allow customizing thepreviously hard-coded fallback (aka &quot;no data&quot;) color#cccccc</li></ul><h3>1.4.0</h3><ul><li>color.hex() now automatically sets the mode to 'rgba' if the colorsalpha channel is &lt; 1. so<code>chroma('rgba(255,0,0,.5)').hex()</code> will now return<code>&quot;#ff000080&quot;</code> instead of<code>&quot;#ff0000&quot;</code>. if this is not what you want, you mustexplicitly set the mode to <code>rgb</code> using<code>.hex(&quot;rgb&quot;)</code>.</li><li>bugfix in chroma.average in LRGB mode (<ahref="https://redirect.github.com/gka/chroma.js/issues/187">#187</a>)</li><li>chroma.scale now also works with just one color (<ahref="https://redirect.github.com/gka/chroma.js/issues/180">#180</a>)</li></ul><h3>1.3.5</h3><ul><li>added LRGB interpolation</li></ul><h3>1.3.4</h3><ul><li>passing <em>null</em> as mode in scale.colors will return chromaobjects</li></ul><h3>1.3.3</h3><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li>See full diff in <ahref="https://github.com/gka/chroma.js/commits/v2.6.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chroma-js&package-manager=npm_and_yarn&previous-version=2.4.2&new-version=2.6.0)](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@aslilacaslilacAwaiting requested review from aslilacaslilac is a code owner

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner is a code owner

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp