Bump colord from 2.9.3 to 2.10.0 - #565
Conversation
Bumps [colord](https://github.com/omgovich/colord) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/omgovich/colord/releases) - [Changelog](https://github.com/omgovich/colord/blob/master/CHANGELOG.md) - [Commits](https://github.com/omgovich/colord/commits/v2.10) --- updated-dependencies: - dependency-name: colord dependency-version: 2.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the colord 2.9.3 → 2.10.0 bump for supply-chain issues, starting with the malware scan, lockfile, and upstream tags.The missing-tag finding looks like a The Evidence
Compatibility AnalysisI'll inspect how Recommendation: merge-with-caveats 1) Usage in this repo
It is transitive, locked at
Those consumers typically use core parse/ 2) Intersection with changed APIsFrom
Default 3) Risks / unknowns
4) ActionMerge. Spot-check the production CSS bundle (or a Malware Scan Summary
Top findings
|
Bumps colord from 2.9.3 to 2.10.0.
Release notes
Sourced from colord's releases.
Changelog
Sourced from colord's changelog.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only transitive dependency bump with backward-compatible defaults; no direct application usage of colord.
Overview
Updates the lockfile so the resolved
colordpackage moves from 2.9.3 to 2.10.0. Nothing in this repo referencescolorddirectly; it is pulled in transitively (e.g.postcss-colormin,postcss-minify-gradients) for CSS color minification during the build.2.10.0 mainly extends the optional
mixplugin with an"rgb"interpolation mode onmix,tints,shades, andtones; LAB remains the default, so existing call sites that do not pass the new argument should behave as before.Reviewed by Cursor Bugbot for commit 9343f5a. Bugbot is set up for automated code reviews on this repo. Configure here.