silverbackhq / silverback

🧬 A Status and Incident Communication Tool (Beta Version).
Apache License 2.0
45 stars 5 forks source link

Update dependency color to v4 #284

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

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`](https://togithub.com/Qix-/color/releases/tag/4.2.3) [Compare Source](https://togithub.com/Qix-/color/compare/4.2.2...4.2.3) ### Patch Release 4.2.3 - [`957531f`](https://togithub.com/Qix-/color/commit/957531fee48e2bceb0eae567cab6820c6cd9da27) mention .hex() is lossy ([#​244](https://togithub.com/Qix-/color/issues/244)) - [`d00bd1a`](https://togithub.com/Qix-/color/commit/d00bd1aa371c8313dd4fa29140b0249984ec70fc) Correct the limits on XYZ model - [`4ac1315`](https://togithub.com/Qix-/color/commit/4ac13152eaf814f611b77c86d14dd98c7d33d90a) mark the package as side-effects free ([#​189](https://togithub.com/Qix-/color/issues/189)) - [`f34a0ba`](https://togithub.com/Qix-/color/commit/f34a0baee81b4d9bea9c2ffc13abb334cb52f803) use correct WCAG luminance constant (fixes [#​248](https://togithub.com/Qix-/color/issues/248)) - [`9dcc3b7`](https://togithub.com/Qix-/color/commit/9dcc3b7190083a999eb932f8ca696988ace96da7) update YIQ formula constants (fixes [#​107](https://togithub.com/Qix-/color/issues/107), ref [chartjs/chartjs-color#​2](https://togithub.com/chartjs/chartjs-color/issues/2)) - [`5696221`](https://togithub.com/Qix-/color/commit/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. - [`b26040e`](https://togithub.com/Qix-/color/commit/b26040e44c5b91aaddd766334ed767c8c32f4f19) remove bitchy issue template Thanks to [@​csandman](https://togithub.com/csandman), [@​zdenekkostal](https://togithub.com/zdenekkostal), [@​technobuddha](https://togithub.com/technobuddha), and [@​maranomynet](https://togithub.com/maranomynet) for their contributions! ### [`v4.2.2`](https://togithub.com/Qix-/color/releases/tag/4.2.2) [Compare Source](https://togithub.com/Qix-/color/compare/4.2.1...4.2.2) ### Patch Release 4.2.2 - [`406d384`](https://togithub.com/Qix-/color/commit/406d384e39cdc7d7fceabf10f34209f27d57376c) contast ratio level AAA is above 7:1 - [`c7b8e75`](https://togithub.com/Qix-/color/commit/c7b8e759f384748e906943c09255ec8779ebbb6d) fix linting issues - [`5df6f50`](https://togithub.com/Qix-/color/commit/5df6f50f139f2e01e54c5240cc4a19216cd476f0) don't compute valpha based on faulty argument counts (fixes [#​250](https://togithub.com/Qix-/color/issues/250)) Thanks to [@​shfshanyue](https://togithub.com/shfshanyue) for their contribution! ### [`v4.2.1`](https://togithub.com/Qix-/color/releases/tag/4.2.1) [Compare Source](https://togithub.com/Qix-/color/compare/4.2.0...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](https://togithub.com/Qix-/color/issues/236) Thank you [@​wtho](https://togithub.com/wtho) for their contribution! ### [`v4.2.0`](https://togithub.com/Qix-/color/releases/tag/4.2.0) [Compare Source](https://togithub.com/Qix-/color/compare/4.1.0...4.2.0) ### Minor Release 4.2.0 - Add .hexa() method ([#​237](https://togithub.com/Qix-/color/issues/237)) Thanks to [@​n0ruSh](https://togithub.com/n0ruSh) for their contribution! ### [`v4.1.0`](https://togithub.com/Qix-/color/releases/tag/4.1.0) [Compare Source](https://togithub.com/Qix-/color/compare/4.0.2...4.1.0) ### Minor Release 4.1.0 - Update `color-string` to `1.9.0` ### [`v4.0.2`](https://togithub.com/Qix-/color/releases/tag/4.0.2) [Compare Source](https://togithub.com/Qix-/color/compare/4.0.1...4.0.2) ### Patch Release 4.0.2 - Bump `color-string` to `~1.7.4` ### [`v4.0.1`](https://togithub.com/Qix-/color/releases/tag/4.0.1) [Compare Source](https://togithub.com/Qix-/color/compare/4.0.0...4.0.1) ### Patch Release 4.0.1 - Remove no-op in integer constructor ([#​208](https://togithub.com/Qix-/color/issues/208)) - Fixed `var` to `const` in readme ### [`v4.0.0`](https://togithub.com/Qix-/color/releases/tag/4.0.0) [Compare Source](https://togithub.com/Qix-/color/compare/3.2.1...4.0.0) ### 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`](https://togithub.com/Qix-/color/releases/tag/3.2.1): (Hotfix) [Compare Source](https://togithub.com/Qix-/color/compare/3.2.0...3.2.1) ### 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`](https://togithub.com/Qix-/color/releases/tag/3.2.0) [Compare Source](https://togithub.com/Qix-/color/compare/3.1.4...3.2.0) ### 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`](https://togithub.com/Qix-/color/releases/tag/3.1.4) [Compare Source](https://togithub.com/Qix-/color/compare/3.1.3...3.1.4) ### 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`](https://togithub.com/Qix-/color/releases/tag/3.1.3): (Patch Release) [Compare Source](https://togithub.com/Qix-/color/compare/3.1.2...3.1.3) - Fixes fixed alpha precision when parsing RGBA hex strings in constructor ([#​174](https://togithub.com/Qix-/color/issues/174)) ### [`v3.1.2`](https://togithub.com/Qix-/color/compare/3.1.1...3.1.2) [Compare Source](https://togithub.com/Qix-/color/compare/3.1.1...3.1.2) ### [`v3.1.1`](https://togithub.com/Qix-/color/compare/3.1.0...3.1.1) [Compare Source](https://togithub.com/Qix-/color/compare/3.1.0...3.1.1) ### [`v3.1.0`](https://togithub.com/Qix-/color/compare/3.0.0...3.1.0) [Compare Source](https://togithub.com/Qix-/color/compare/3.0.0...3.1.0) ### [`v3.0.0`](https://togithub.com/Qix-/color/compare/2.0.1...3.0.0) [Compare Source](https://togithub.com/Qix-/color/compare/2.0.1...3.0.0) ### [`v2.0.1`](https://togithub.com/Qix-/color/compare/2.0.0...2.0.1) [Compare Source](https://togithub.com/Qix-/color/compare/2.0.0...2.0.1) ### [`v2.0.0`](https://togithub.com/Qix-/color/compare/1.0.3...2.0.0) [Compare Source](https://togithub.com/Qix-/color/compare/1.0.3...2.0.0) ### [`v1.0.3`](https://togithub.com/Qix-/color/compare/1.0.2...1.0.3) [Compare Source](https://togithub.com/Qix-/color/compare/1.0.2...1.0.3) ### [`v1.0.2`](https://togithub.com/Qix-/color/compare/1.0.1...1.0.2) [Compare Source](https://togithub.com/Qix-/color/compare/1.0.1...1.0.2) ### [`v1.0.1`](https://togithub.com/Qix-/color/compare/1.0.0...1.0.1) [Compare Source](https://togithub.com/Qix-/color/compare/1.0.0...1.0.1) ### [`v1.0.0`](https://togithub.com/Qix-/color/compare/0.11.4...1.0.0) [Compare Source](https://togithub.com/Qix-/color/compare/0.11.4...1.0.0) ### [`v0.11.4`](https://togithub.com/Qix-/color/compare/0.11.3...0.11.4) [Compare Source](https://togithub.com/Qix-/color/compare/0.11.3...0.11.4) ### [`v0.11.3`](https://togithub.com/Qix-/color/compare/0.11.2...0.11.3) [Compare Source](https://togithub.com/Qix-/color/compare/0.11.2...0.11.3) ### [`v0.11.2`](https://togithub.com/Qix-/color/compare/0.11.1...0.11.2) [Compare Source](https://togithub.com/Qix-/color/compare/0.11.1...0.11.2) ### [`v0.11.1`](https://togithub.com/Qix-/color/compare/0.11.0...0.11.1) [Compare Source](https://togithub.com/Qix-/color/compare/0.11.0...0.11.1) ### [`v0.11.0`](https://togithub.com/Qix-/color/compare/0.10.1...0.11.0) [Compare Source](https://togithub.com/Qix-/color/compare/0.10.1...0.11.0) ### [`v0.10.1`](https://togithub.com/Qix-/color/releases/tag/0.10.1) [Compare Source](https://togithub.com/Qix-/color/compare/0.10.0...0.10.1) - Fixed: handling of 0% mix ([#​65](https://togithub.com/harthur/color/pull/65)) ### [`v0.10.0`](https://togithub.com/Qix-/color/releases/tag/0.10.0) [Compare Source](https://togithub.com/Qix-/color/compare/0.9.0...0.10.0) - Fixed: `mix()` works with a 0..1 range (instead of 0..100 since 0.9.0) ([#​64](https://togithub.com/harthur/color/pull/64)) ### [`v0.9.0`](https://togithub.com/Qix-/color/releases/tag/0.9.0) [Compare Source](https://togithub.com/Qix-/color/compare/0.8.0...0.9.0) - Fixed: `mix()` implementation is now the same as in Sass ([#​60](https://togithub.com/harthur/color/pull/60)) ### [`v0.8.0`](https://togithub.com/Qix-/color/releases/tag/0.8.0) [Compare Source](https://togithub.com/Qix-/color/compare/0.7.3...0.8.0) - Removed: bower support - Removed: component(1) support - Changed: Upgrade to color-string 0.3 ### [`v0.7.3`](https://togithub.com/Qix-/color/compare/0.7.2...0.7.3) [Compare Source](https://togithub.com/Qix-/color/compare/0.7.2...0.7.3)

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.



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

sonarcloud[bot] commented 3 years ago

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[bot] commented 2 years ago

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[bot] commented 1 year ago

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.