Skip to content

chore(deps): update chromaui/action action to v14#1891

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/chromaui-action-14.x
Open

chore(deps): update chromaui/action action to v14#1891
renovate[bot] wants to merge 1 commit intomainfrom
renovate/chromaui-action-14.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Type Update Change
chromaui/action action major v13v14

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

chromaui/action (chromaui/action)

v14

Compare Source

💥 Breaking Change
🐛 Bug Fix
Authors: 4

v14.0.0

Compare Source

💥 Breaking Change
🐛 Bug Fix
Authors: 4

v13.3.5

Compare Source

🐛 Bug Fix
Authors: 1

v13.3.4

Compare Source

🐛 Bug Fix
Authors: 1

v13.3.3

Compare Source

🐛 Bug Fix
Authors: 1

v13.3.2

Compare Source

🐛 Bug Fix
Authors: 2

v13.3.1

Compare Source

🐛 Bug Fix
Authors: 1

v13.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

v13.2.1

Compare Source

🐛 Bug Fix
Authors: 1

v13.2.0

Compare Source

🚀 Enhancement
Authors: 1

v13.1.5

Compare Source

🐛 Bug Fix
Authors: 1

v13.1.4

Compare Source

🐛 Bug Fix
Authors: 2

v13.1.3

Compare Source

🐛 Bug Fix
Authors: 2

v13.1.2

Compare Source

🐛 Bug Fix
Authors: 1

v13.1.1

Compare Source

🐛 Bug Fix
Authors: 1

v13.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v13.0.1

Compare Source

🐛 Bug Fix
Authors: 1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Note

Low Risk
Low risk: this only updates the pinned chromaui/action version 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/action v14 (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.

@renovate renovate Bot requested a review from a team as a code owner May 1, 2026 02:23
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 1, 2026

⚠️ No Changeset found

Latest commit: 4c6c2d8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4c6c2d8. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants