Theme: Update Color.js to 0.7.1 - #80762
Conversation
|
Size Change: 0 B Total Size: 7.75 MB |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in f51baac. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/30302438911
|
aduth
left a comment
There was a problem hiding this comment.
This seems fine 👍 But in full transparency, I don't see a lot of value for the project in updating.
|
In full transparency, I'm testing ways to update some of the main dependencies around the packages that we "own" (components, ui, theme) in semi-automated (but definitely more refined than default dependabot) way, hoping to reach a good compromise between noise and value. There is of course a bit of a bigger initial wave of PRs, but if this still feels too noisy in a couple of weeks we can recalibrate |
Release span: Color.js 0.7.1
What?
Updates the Theme package from
colorjs.io0.7.0 to 0.7.1.Why?
The release fixes property-style color-space accessors in bundlers and makes
deltaEMethodhandling consistent in color steps.Notable upstream changes
colorjs.io/fnAPI instead, so the regression did not affect the current Theme implementation.deltaEMethodconsistently. Gutenberg does not call Color.js'sstepsAPI, so no direct behavior change is expected.How?
Updates the Theme manifest and changelog, then refreshes the isolated lockfile entry. No transitive package versions change.
Testing Instructions
Automated verification
Dependency and lockfile validation passed. All 71 focused tests and 2 snapshots passed, and the Theme build produced no unexpected generated changes.
Testing Instructions for Keyboard
Not applicable; this dependency update does not change keyboard interaction.
Screenshots or screencast
Not applicable; no visual change is intended.
Use of AI Tools
Codex selected and implemented the dependency update, reviewed the upstream release and direct usage, ran the verification above, and updated this description.