Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency color to v4 #284

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency color to v4 #284

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
color 0.4.4 -> 4.2.3 age adoption passing confidence

Release Notes

Qix-/color

v4.2.3

Compare Source

Patch Release 4.2.3

  • 957531f mention .hex() is lossy (#​244)
  • d00bd1a Correct the limits on XYZ model
  • 4ac1315 mark the package as side-effects free (#​189)
  • f34a0ba use correct WCAG luminance constant (fixes #​248)
  • 9dcc3b7 update YIQ formula constants (fixes #​107, ref chartjs/chartjs-color#​2)
  • 5696221 remove numeric separators
    • Not sure why I had such a strong stance on this. I see now how annoying and terrible they are. Apologies to everyone who was affected, this was a bad decision on my part.
  • b26040e remove bitchy issue template

Thanks to @​csandman, @​zdenekkostal, @​technobuddha, and @​maranomynet for their contributions!

v4.2.2

Compare Source

Patch Release 4.2.2

  • 406d384 contast ratio level AAA is above 7:1
  • c7b8e75 fix linting issues
  • 5df6f50 don't compute valpha based on faulty argument counts (fixes #​250)

Thanks to @​shfshanyue for their contribution!

v4.2.1

Compare Source

Patch Release 4.2.1

NOTE: This is a metadata patch that changes no functionality of the library itself.

  • Restrict node version to ">=12.5.0" #​236

Thank you @​wtho for their contribution!

v4.2.0

Compare Source

Minor Release 4.2.0

Thanks to @​n0ruSh for their contribution!

v4.1.0

Compare Source

Minor Release 4.1.0

  • Update color-string to 1.9.0

v4.0.2

Compare Source

Patch Release 4.0.2

  • Bump color-string to ~1.7.4

v4.0.1

Compare Source

Patch Release 4.0.1

  • Remove no-op in integer constructor (#​208)
  • Fixed var to const in readme

v4.0.0

Compare Source

Major Release 4.0.0

NOTE: "Major" here used loosely. This release is an interim major release that introduces ES6 syntax into the package without changing the import method (require()). There will be a follow-up major release that switches entirely to ESM and will set the appropriate engine key in package.json. This was just a necessary first step to allow those who don't (yet) use ESModules a sane place to upgrade and pin to.

  • Move ES6 syntax (i.e. const/let, still using require)

v3.2.1: (Hotfix)

Compare Source

Patch Release 3.2.1

  • Revert color-convert back down to <2 since v2 introduced ES6 syntax.

If you need color-convert@>=2 then you'll need to have ES6 support. It's 2021, embrace it. 🙂

v3.2.0

Compare Source

Minor Release 3.2.0

NOTE: This is the final release of color that uses ES5 syntax. For those following along, 4.0.0 was just released that switches to ES6 (const/let) syntax, which will (at some point) be followed by another major release that further switches to ES Modules entirely. This will be a sweeping change across the color package suite (color, color-string, color-convert). Keep a look out if these issues have been bothering you.

  • Bumps color convert to latest (fixes some issues with HCG)
  • Bumps mocha to latest

v3.1.4

Compare Source

Patch Release 3.1.4

  • Bumped color-string to latest version, resolving problems for users using package-lock.json files and adding support for space-separated hsl() syntax.

v3.1.3: (Patch Release)

Compare Source

  • Fixes fixed alpha precision when parsing RGBA hex strings in constructor (#​174)

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.1

Compare Source

  • Fixed: handling of 0% mix
    (#​65)

v0.10.0

Compare Source

  • Fixed: mix() works with a 0..1 range (instead of 0..100 since 0.9.0)
    (#​64)

v0.9.0

Compare Source

  • Fixed: mix() implementation is now the same as in Sass
    (#​60)

v0.8.0

Compare Source

  • Removed: bower support
  • Removed: component(1) support
  • Changed: Upgrade to color-string 0.3

v0.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Clivern as a code owner October 18, 2021 17:25
@sonarcloud
Copy link

sonarcloud bot commented Oct 18, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Apr 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant