Skip to content

chore: bump chromatic from 6.7.1 to 6.9.0 in /site #3837

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

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps chromatic from 6.7.1 to 6.9.0.

Changelog

Sourced from chromatic's changelog.

6.9.0 - 2022-09-02

  • 634 Add --only-story-files flag
  • 565 Add tests for --untraced flag validation
  • 636 Suggest using --force-rebuild when skipping rebuild

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
  • c69ebd1 6.9.0
  • 8c7f4da 6.9.0
  • 6ac6cbc Merge pull request #634 from chromaui/ghengeveld/ap-2275-add---only-story-fil...
  • 3059608 Merge branch 'main' into ghengeveld/ap-2275-add---only-story-files-flag-which
  • 93cfb59 Fix some UI issues
  • b4415c7 ctx.onlyStoryFiles is an array now
  • 6501d61 Merge pull request #565 from chromaui/reuben/ch-1867-add-tests-for-untraced-f...
  • 701f300 Fix story data
  • 9317b66 Merge branch 'main' into ghengeveld/ap-2275-add---only-story-files-flag-which
  • 73568d7 Merge pull request #636 from chromaui/force-rebuild-hint
  • 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 2, 2022 15:36
@dependabot dependabot bot requested review from Kira-Pilot and removed request for a team September 2, 2022 15:36
@dependabot dependabot bot requested a review from presleyp September 2, 2022 15:36
@presleyp
Copy link
Contributor

presleyp commented Sep 6, 2022

@dependabot rebase

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.7.1 to 6.9.0.
- [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.9.0)

---
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.9.0 branch from 1bb3fbe to 1416d17 Compare September 6, 2022 17:47
@presleyp presleyp merged commit 94eb503 into main Sep 6, 2022
@presleyp presleyp deleted the dependabot/npm_and_yarn/site/chromatic-6.9.0 branch September 6, 2022 18:05
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.

1 participant