Skip to content

chore: bump chromatic from 6.7.1 to 6.8.1 in /site #3805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps chromatic from 6.7.1 to 6.8.1.

Changelog

Sourced from chromatic's changelog.

6.8.1 - 2022-09-01

  • 635 Retry queries by default and allow even more retries for FirstCommittedAtQuery
  • 607 Bump terser from 4.8.0 to 4.8.1
  • 601 Bump moment from 2.29.1 to 2.29.4
  • 594 Bump shell-quote from 1.7.2 to 1.7.3
  • 553 Bump minimist from 1.2.5 to 1.2.6
  • 631 Bump @​actions/core from 1.5.0 to 1.9.1

6.8.0 - 2022-08-26

  • 630 Rename --only to --only-story-names but keep it as a deprecated alias
  • 629 Deprecate --preserve-missing and raise a warning if it's being used

Use TurboSnap instead of preserveMissing

In order to support advanced use cases where only a subset of stories would be included in a Storybook, the --preserve-missing flag could be used to prevent excluded stories from being marked as "removed" in Chromatic. This behavior could lead to problematic situations regarding infrastructure upgrades and cause truly removed stories to never be removed from Chromatic. That's why we are sunsetting the "preserve missing" behavior. As of v6.8.0, using this flag will raise a warning message in the CLI. In a future major version, the flag will be removed completely, and continuing to use it with an older CLI version will start to fail your build.

To upgrade, you should remove the --preserve-missing flag from your CI and/or package.json scripts. If you use our GitHub Action, you should remove the preserveMissing input (with: ...) from your workflow config file. Furthermore, you should make sure that your build-storybook script builds all stories, not just a subset. Check your stories configuration in .storybook/main.js so it doesn't omit any stories (e.g. based on an environment variable).

Most likely you were using preserveMissing to cut down on the number of snapshots taken by Chromatic. To achieve the same goal, you have three options:

  • Recommended: Use TurboSnap to automatically only snapshot stories for which related source files have changed.
  • Use --only-story-names to only snapshot stories matching a glob pattern by component/story name.
  • (Soon) Use --only-story-files to only snapshot stories matching a glob pattern by story filename.

In each of these cases, any stories that aren't captured are "inherited" from their baseline.

6.7.4 - 2022-08-11

  • 624 Read Webpack stats file as stream to support very large projects

6.7.3 - 2022-08-01

  • 621 Add addon-interactions to list of supported addons

6.7.2 - 2022-07-28

  • 615 Changed trim stats to stream and added test
Commits
  • 907c1b8 6.8.1
  • c5ea2b7 6.8.1
  • 4830f75 Merge pull request #567 from chromaui/tmeasday-patch-1
  • 5b727c5 Merge pull request #609 from chromaui/dependabot/npm_and_yarn/subdir/terser-4...
  • 20c5324 Merge pull request #555 from chromaui/dependabot/npm_and_yarn/subdir/minimist...
  • 8ed05a8 Merge pull request #631 from chromaui/dependabot/npm_and_yarn/actions/core-1.9.1
  • d2f8c4a Merge branch 'main' into dependabot/npm_and_yarn/actions/core-1.9.1
  • 68bf49f Merge branch 'main' into dependabot/npm_and_yarn/subdir/minimist-1.2.6
  • b983d47 Bump terser from 4.8.0 to 4.8.1 in /subdir
  • 3c113d4 Bump @​actions/core from 1.5.0 to 1.9.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner September 1, 2022 16:18
@dependabot dependabot bot requested review from presleyp and removed request for a team September 1, 2022 16:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/chromatic-6.8.1 branch 2 times, most recently from 11e41df to 451afc8 Compare September 1, 2022 18:32
Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.7.1 to 6.8.1.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.7.1...v6.8.1)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/chromatic-6.8.1 branch from 451afc8 to 0bf892e Compare September 1, 2022 20:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2022

Superseded by #3837.

@dependabot dependabot bot closed this Sep 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/site/chromatic-6.8.1 branch September 2, 2022 15:36
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