chore(deps): update chromaui/action action to v14#1891
chore(deps): update chromaui/action action to v14#1891renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4c6c2d8. Configure here.
| - name: Publish to Chromatic | ||
| id: chromatic | ||
| uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13 | ||
| uses: chromaui/action@9f1ad414f2e282aeff674364a9098b328382103f # v14 |
There was a problem hiding this comment.
Action v14 requires Storybook 10.x, project uses 9.x
High Severity
The chromaui/action is being bumped from v13 to v14, whose only breaking change is "Update storybook to 10.x & upgrade dependencies." However, this project uses Storybook 9.x (storybook: ^9.1.19 and @storybook/*: ^9.1.17 in package.json). This version mismatch is likely to cause the Chromatic workflow to fail since the action's CLI may no longer be compatible with Storybook 9.x build output.
Reviewed by Cursor Bugbot for commit 4c6c2d8. Configure here.
| - name: Publish to Chromatic | ||
| id: chromatic | ||
| uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13 | ||
| uses: chromaui/action@9f1ad414f2e282aeff674364a9098b328382103f # v14 |
There was a problem hiding this comment.
Pinned commit has known "Cannot find module semver" bug
High Severity
The commit 9f1ad414f2e282aeff674364a9098b328382103f corresponds to chromaui/action v14.0.0, which has a known critical bug where the action immediately fails with "Cannot find module 'semver'" due to improper bundling of the semver module. This was reported in chromaui/chromatic-cli#1233 and fixed in a subsequent release (v15+). The Chromatic workflow will be completely broken with this pin.
Reviewed by Cursor Bugbot for commit 4c6c2d8. Configure here.


This PR contains the following updates:
v13→v14Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
chromaui/action (chromaui/action)
v14Compare Source
💥 Breaking Change
10.x& upgrade dependencies #1228 (@kasperpeulen @ndelangen @jwir3)🐛 Bug Fix
Authors: 4
v14.0.0Compare Source
💥 Breaking Change
10.x& upgrade dependencies #1228 (@kasperpeulen @ndelangen @jwir3)🐛 Bug Fix
Authors: 4
v13.3.5Compare Source
🐛 Bug Fix
Authors: 1
v13.3.4Compare Source
🐛 Bug Fix
Authors: 1
v13.3.3Compare Source
🐛 Bug Fix
Authors: 1
v13.3.2Compare Source
🐛 Bug Fix
corepack enablefrom GitHub Actions #1218 (@justin-thurman)Authors: 2
v13.3.1Compare Source
🐛 Bug Fix
Authors: 1
v13.3.0Compare Source
🚀 Enhancement
--stats-jsonwith storybook version guard. #1210 (@jmhobbs)🐛 Bug Fix
Authors: 1
v13.2.1Compare Source
🐛 Bug Fix
Authors: 1
v13.2.0Compare Source
🚀 Enhancement
Authors: 1
v13.1.5Compare Source
🐛 Bug Fix
Authors: 1
v13.1.4Compare Source
🐛 Bug Fix
Authors: 2
v13.1.3Compare Source
🐛 Bug Fix
TestLogger#1197 (@justin-thurman)Authors: 2
v13.1.2Compare Source
🐛 Bug Fix
Authors: 1
v13.1.1Compare Source
🐛 Bug Fix
Authors: 1
v13.1.0Compare Source
🚀 Enhancement
🐛 Bug Fix
CHROMATIC_NOTIFY_SERVICE_URL#1194 (@codykaup)Authors: 2
v13.0.1Compare Source
🐛 Bug Fix
Authors: 1
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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 was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Low risk: this only updates the pinned
chromaui/actionversion in the Chromatic GitHub Actions workflow, with no application/runtime code changes. Risk is limited to potential CI/Chromatic publish behavior changes from the major action upgrade.Overview
Updates the Chromatic GitHub Actions workflow to use
chromaui/actionv14 (new pinned commit SHA) instead of v13 when publishing Storybook to Chromatic.Reviewed by Cursor Bugbot for commit 4c6c2d8. Bugbot is set up for automated code reviews on this repo. Configure here.