Update dependency chromatic to ^5.1.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
chromatic (source) | devDependencies | minor | ^5.1.0 | homepage, source |
Release Notes
chromaui/chromatic-cli
v5.1.0
- If the build directory we defined is empty, try to detect the actual build output directory from the Storybook build log and warn about it.
- Show a user-friendly error message if we still don't find any Storybook files to publish.
- We now read package.json using
pkgUp
, so theoretically you can runchromatic
from a subdirectory. - Added the
--output-dir (-o)
flag to use instead of a temp dir. - Added
buildScript
to the error json output so we won't have to ask for it in support every time. - Added a global promise rejection handler, in case we accidently forget to catch them.
- Added a user-friendly error message when build-storybook fails.
- Fixed the
--debug
flag so it actually prints something. - Fixed the
--only
flag. - Fixed issue with
node-loggly-bulk
when using Yarn 2.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.