Bump color from 3.2.1 to 4.2.3 #491

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/develop/color-4.2.3 into develop
dependabot[bot] commented 2022-04-06 06:04:44 +02:00 (Migrated from github.com)

Bumps color from 3.2.1 to 4.2.3.

Release notes

Sourced from color's releases.

4.2.3

Patch Release 4.2.3

  • 957531fee48e2bceb0eae567cab6820c6cd9da27 mention .hex() is lossy (#244)
  • d00bd1aa371c8313dd4fa29140b0249984ec70fc Correct the limits on XYZ model
  • 4ac13152eaf814f611b77c86d14dd98c7d33d90a mark the package as side-effects free (#189)
  • f34a0baee81b4d9bea9c2ffc13abb334cb52f803 use correct WCAG luminance constant (fixes #248)
  • 9dcc3b7190083a999eb932f8ca696988ace96da7 update YIQ formula constants (fixes #107, ref chartjs/chartjs-color#2)
  • 5696221711e97781c459ac3022f22db68c614a17 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.
  • b26040e44c5b91aaddd766334ed767c8c32f4f19 remove bitchy issue template

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

4.2.2

Patch Release 4.2.2

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

Thanks to @​shfshanyue for their contribution!

4.2.1

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!

4.2.0

Minor Release 4.2.0

  • Add .hexa() method (#237)

Thanks to @​n0ruSh for their contribution!

4.1.0

Minor Release 4.1.0

  • Update color-string to 1.9.0

4.0.2

Patch Release 4.0.2

  • Bump color-string to ~1.7.4

4.0.1

... (truncated)

Commits

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 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 [color](https://github.com/Qix-/color) from 3.2.1 to 4.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color/releases">color's releases</a>.</em></p> <blockquote> <h2>4.2.3</h2> <h1>Patch Release 4.2.3</h1> <ul> <li>957531fee48e2bceb0eae567cab6820c6cd9da27 mention .hex() is lossy (<a href="https://github.com/Qix-/color/issues/244">#244</a>)</li> <li>d00bd1aa371c8313dd4fa29140b0249984ec70fc Correct the limits on XYZ model</li> <li>4ac13152eaf814f611b77c86d14dd98c7d33d90a mark the package as side-effects free (<a href="https://github.com/Qix-/color/issues/189">#189</a>)</li> <li>f34a0baee81b4d9bea9c2ffc13abb334cb52f803 use correct WCAG luminance constant (fixes <a href="https://github.com/Qix-/color/issues/248">#248</a>)</li> <li>9dcc3b7190083a999eb932f8ca696988ace96da7 update YIQ formula constants (fixes <a href="https://github.com/Qix-/color/issues/107">#107</a>, ref <a href="https://github-redirect.dependabot.com/chartjs/chartjs-color/issues/2">chartjs/chartjs-color#2</a>)</li> <li>5696221711e97781c459ac3022f22db68c614a17 remove numeric separators <ul> <li>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.</li> </ul> </li> <li>b26040e44c5b91aaddd766334ed767c8c32f4f19 remove bitchy issue template</li> </ul> <p>Thanks to <a href="https://github.com/csandman"><code>@​csandman</code></a>, <a href="https://github.com/zdenekkostal"><code>@​zdenekkostal</code></a>, <a href="https://github.com/technobuddha"><code>@​technobuddha</code></a>, and <a href="https://github.com/maranomynet"><code>@​maranomynet</code></a> for their contributions!</p> <h2>4.2.2</h2> <h1>Patch Release 4.2.2</h1> <ul> <li>406d384e39cdc7d7fceabf10f34209f27d57376c contast ratio level AAA is above 7:1</li> <li>c7b8e759f384748e906943c09255ec8779ebbb6d fix linting issues</li> <li>5df6f50f139f2e01e54c5240cc4a19216cd476f0 don't compute valpha based on faulty argument counts (fixes <a href="https://github.com/Qix-/color/issues/250">#250</a>)</li> </ul> <p>Thanks to <a href="https://github.com/shfshanyue"><code>@​shfshanyue</code></a> for their contribution!</p> <h2>4.2.1</h2> <h1>Patch Release 4.2.1</h1> <blockquote> <p><strong>NOTE:</strong> This is a metadata patch that changes no functionality of the library itself.</p> </blockquote> <ul> <li>Restrict node version to &quot;&gt;=12.5.0&quot; <a href="https://github.com/Qix-/color/issues/236">#236</a></li> </ul> <p>Thank you <a href="https://github.com/wtho"><code>@​wtho</code></a> for their contribution!</p> <h2>4.2.0</h2> <h1>Minor Release 4.2.0</h1> <ul> <li>Add .hexa() method (<a href="https://github.com/Qix-/color/issues/237">#237</a>)</li> </ul> <p>Thanks to <a href="https://github.com/n0ruSh"><code>@​n0ruSh</code></a> for their contribution!</p> <h2>4.1.0</h2> <h1>Minor Release 4.1.0</h1> <ul> <li>Update <code>color-string</code> to <code>1.9.0</code></li> </ul> <h2>4.0.2</h2> <h1>Patch Release 4.0.2</h1> <ul> <li>Bump <code>color-string</code> to <code>~1.7.4</code></li> </ul> <h2>4.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color/commit/561a34c111c3d4f736b7d7516cafd1d290392186"><code>561a34c</code></a> 4.2.3</li> <li><a href="https://github.com/Qix-/color/commit/b26040e44c5b91aaddd766334ed767c8c32f4f19"><code>b26040e</code></a> remove bitchy issue template</li> <li><a href="https://github.com/Qix-/color/commit/5696221711e97781c459ac3022f22db68c614a17"><code>5696221</code></a> remove numeric separators</li> <li><a href="https://github.com/Qix-/color/commit/9dcc3b7190083a999eb932f8ca696988ace96da7"><code>9dcc3b7</code></a> update YIQ formula constants (fixes <a href="https://github.com/Qix-/color/issues/107">#107</a>, ref <a href="https://github-redirect.dependabot.com/chartjs/chartjs-color/issues/2">chartjs/chartjs-color#2</a>)</li> <li><a href="https://github.com/Qix-/color/commit/f34a0baee81b4d9bea9c2ffc13abb334cb52f803"><code>f34a0ba</code></a> use correct WCAG luminance constant (fixes <a href="https://github.com/Qix-/color/issues/248">#248</a>)</li> <li><a href="https://github.com/Qix-/color/commit/4ac13152eaf814f611b77c86d14dd98c7d33d90a"><code>4ac1315</code></a> mark the package as side-effects free (<a href="https://github.com/Qix-/color/issues/189">#189</a>)</li> <li><a href="https://github.com/Qix-/color/commit/d00bd1aa371c8313dd4fa29140b0249984ec70fc"><code>d00bd1a</code></a> Correct the limits on XYZ model</li> <li><a href="https://github.com/Qix-/color/commit/957531fee48e2bceb0eae567cab6820c6cd9da27"><code>957531f</code></a> mention .hex() is lossy (<a href="https://github.com/Qix-/color/issues/244">#244</a>)</li> <li><a href="https://github.com/Qix-/color/commit/0a0f44ae9ca08f42b0291331d2082bfadd058158"><code>0a0f44a</code></a> 4.2.2</li> <li><a href="https://github.com/Qix-/color/commit/5df6f50f139f2e01e54c5240cc4a19216cd476f0"><code>5df6f50</code></a> don't compute valpha based on faulty argument counts (fixes <a href="https://github.com/Qix-/color/issues/250">#250</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Qix-/color/compare/3.2.1...4.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=color&package-manager=npm_and_yarn&previous-version=3.2.1&new-version=4.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Serraniel (Migrated from github.com) reviewed 2022-04-06 06:04:44 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/develop/color-4.2.3:dependabot/npm_and_yarn/develop/color-4.2.3
git checkout dependabot/npm_and_yarn/develop/color-4.2.3

Merge

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/color-4.2.3
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/color-4.2.3
git checkout dependabot/npm_and_yarn/develop/color-4.2.3
git rebase develop
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/color-4.2.3
git checkout develop
git merge --squash dependabot/npm_and_yarn/develop/color-4.2.3
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/color-4.2.3
git checkout develop
git merge dependabot/npm_and_yarn/develop/color-4.2.3
git push origin develop
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#491
No description provided.