chore(deps): update dependency chromatic to v18.2.0 - #1162
Merged
Conversation
doistbot
reviewed
Aug 17, 2026
doistbot
left a comment
Member
There was a problem hiding this comment.
Straightforward Renovate bump of the chromatic dev dependency from 18.1.0 to 18.2.0 — no breaking changes, just bug fixes and a patch-build enhancement.
Few things worth tightening:
package-lock.jsonis out of sync. It still pinschromaticat 18.1.0 whilepackage.jsonspecifies 18.2.0. Runnpm installto regenerate the lockfile and commit it, otherwisenpm ciin CI will fail with a manifest/lockfile mismatch.
| "autoprefixer": "10.5.4", | ||
| "babel-plugin-react-compiler": "1.0.0", | ||
| "chromatic": "18.1.0", | ||
| "chromatic": "18.2.0", |
Member
There was a problem hiding this comment.
The version bump to
chromatic@18.2.0 is not reflected in package-lock.json, which still pins chromatic to 18.1.0 (both the root devDependencies entry and node_modules/chromatic). With npm this makes the manifest and lockfile inconsistent, so npm ci (as used in CI) will fail with a package.json/package-lock.json sync error. Run npm install (or otherwise regenerate the lockfile) and commit the updated package-lock.json in this PR.
renovate
Bot
force-pushed
the
renovate/chromatic-18.x
branch
from
August 17, 2026 17:24
3767721 to
0b061b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.1.0→18.2.0Release Notes
chromaui/chromatic-cli (chromatic)
v18.2.0Compare Source
🚀 Enhancement
🐛 Bug Fix
npmMinimalAgeGateto 7 days #1427 (@jmhobbs).storybook/mainconfig structures #1424 (@codykaup)getFileHashespeak memory by concurrency #1426 (@codykaup)Authors: 2
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.