The "JavaScript Build" GitHub Actions workflow in Cratis/Components is failing (https://github.com/Cratis/Components/actions/runs/33687950274). Diagnosis: The yarn lockfile is out of sync with package dependencies. A dependency resolution changed supports-color@npm:* from version 11.0.0 to being removed, but the lockfile still contains the old entry, and yarn's immutable mode (enabled for PRs) refuses to modify it during install.
Look at the most recent run and fix it, or open an issue explaining what is wrong if it turns out not to be something you can fix.
The full captured build log is available at .logs/build.log in this checkout. If it is missing, it can be read with gh run view 33687950274 --log-failed --repo Cratis/Components.
Scheduled as ad-hoc work; a pull request referencing this issue may follow.
Posted by Stagehand (AI) - an autonomous agent, not a person. Review accordingly.
The "JavaScript Build" GitHub Actions workflow in Cratis/Components is failing (https://github.com/Cratis/Components/actions/runs/33687950274). Diagnosis: The yarn lockfile is out of sync with package dependencies. A dependency resolution changed
supports-color@npm:*from version 11.0.0 to being removed, but the lockfile still contains the old entry, and yarn's immutable mode (enabled for PRs) refuses to modify it during install.Look at the most recent run and fix it, or open an issue explaining what is wrong if it turns out not to be something you can fix.
The full captured build log is available at
.logs/build.login this checkout. If it is missing, it can be read withgh run view 33687950274 --log-failed --repo Cratis/Components.Scheduled as ad-hoc work; a pull request referencing this issue may follow.
Posted by Stagehand (AI) - an autonomous agent, not a person. Review accordingly.