Skip to content

Bump colorjs.io from 0.4.5 to 0.5.2#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/colorjs.io-0.5.2
Open

Bump colorjs.io from 0.4.5 to 0.5.2#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/colorjs.io-0.5.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Bumps colorjs.io from 0.4.5 to 0.5.2.

Release notes

Sourced from colorjs.io's releases.

v0.5.2

A fix for the same issue as the previous patch. This should fix compatibility with all TypeScript versions.

What's Changed

Full Changelog: color-js/color.js@v0.5.1...v0.5.2

v0.5.1

Implements a change suggested by @​kachkaev in color-js/color.js#560 to fix errors on newer TypeScript versions.

Full Changelog: color-js/color.js@v0.5.0...v0.5.1

v0.5.0

It’s been a while since our last release, so this is a big one! Going forwards, we plan to make at least one release per month.

Heads ups

⚠️ Future breaking change

Color.js currently uses NaN values to represent CSS none (e.g. for achromatic colors). However, CSS also now has a NaN value, which is currently impossible to represent in Color.js. Therefore, In the next non-minor version, we will start using null to represent none. If you have code that handles these values, you can prepare for the change by detecting which value is being used and using that instead of a hardcoded NaN:

const NONE_COORD = new Color("rgb(none none none)").coords[0].valueOf()

🆕 Color.js Discord server

We’ve just set up a Discord server so that people can help each other and discuss color science topics in a more immediate way. Join now!. Do note we also have a Discussions section for more long-form help.

⬇️ 2 million downloads!

We’ve recently passed a big milestone: Color.js was downloaded 2 million times on npm!

New in v0.5.0

New Color Spaces

Improved compatibility with CSS:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mysteryblokhed, a new releaser for colorjs.io since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [colorjs.io](https://github.com/LeaVerou/color.js) from 0.4.5 to 0.5.2.
- [Release notes](https://github.com/LeaVerou/color.js/releases)
- [Commits](color-js/color.js@v0.4.5...v0.5.2)

---
updated-dependencies:
- dependency-name: colorjs.io
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants