Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2021

Bumps @storybook/testing-react from 0.0.17 to 0.0.22.

Release notes

Sourced from @​storybook/testing-react's releases.

v0.0.22

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​payapula, for all your work!

Release Notes

Revert CSF3 support (#43)

Fixes

CSF3 support was added in a previous version, however conflicted with projects using Storybook 6.3. The correct typescript types come from Storybook 6.4, rendering this library incompatible with projects using Storybook 6.3. This release reverts the CSF3 support, which will be brought to the next major release of @storybook/testing-react.


🐛 Bug Fix

📝 Documentation

Authors: 2

v0.0.21

Release Notes

feat: support CSF3 format (#37)

Features

Storybook released CSF3, where the story can also be an object. This is now supported in @​storybook/testing-react. CSF3 also brings a new function called play, where you can write automated interactions to the story.

In @​storybook/testing-react, the play does not run automatically for you, but rather comes in the returned component, and you can execute it as you please.

Consider the following example:

export const InputFieldFilled: Story<InputFieldProps> = {
  play: async () => {
    await userEvent.type(screen.getByRole('textbox'), 'Hello world!');
  },
};
</tr></table> 

... (truncated)

Changelog

Sourced from @​storybook/testing-react's changelog.

v0.0.22 (Sun Aug 15 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​payapula, for all your work!

Release Notes

Revert CSF3 support (#43)

Fixes

CSF3 support was added in a previous version, however conflicted with projects using Storybook 6.3. The correct typescript types come from Storybook 6.4, rendering this library incompatible with projects using Storybook 6.3. This release reverts the CSF3 support, which will be brought to the next major release of @storybook/testing-react.


🐛 Bug Fix

📝 Documentation

Authors: 2


v0.0.19 (Thu Jul 15 2021)

Release Notes

feat: support CSF3 format (#37)

Features

Storybook released CSF3, where the story can also be an object. This is now supported in @​storybook/testing-react. CSF3 also brings a new function called play, where you can write automated interactions to the story.

In @​storybook/testing-react, the play does not run automatically for you, but rather comes in the returned component, and you can execute it as you please.

Consider the following example:

export const InputFieldFilled: Story<InputFieldProps> = {
</tr></table> 

... (truncated)

Commits
  • f639378 Bump version to: 0.0.22 [skip ci]
  • 8cc574f Update CHANGELOG.md [skip ci]
  • e74c2ce Merge pull request #43 from storybookjs/fix/revert-csf3
  • 1b0795f Revert CSF3 support
  • b835e2a Merge pull request #45 from storybookjs/chore/auto-config
  • 387f225 chore: update auto configuration
  • 1b01a29 Merge pull request #44 from storybookjs/docs/pull-request-template [skip-ci]
  • 8b616fb Create pull request template [skip-ci]
  • 17720db Merge pull request #39 from payapula/patch-1 [skip ci]
  • 924c8bd Corrected a small typo
  • 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 added the dependencies Pull requests that update a dependency file label Sep 24, 2021
Bumps [@storybook/testing-react](https://github.com/storybookjs/testing-react) from 0.0.17 to 0.0.22.
- [Release notes](https://github.com/storybookjs/testing-react/releases)
- [Changelog](https://github.com/storybookjs/testing-react/blob/main/CHANGELOG.md)
- [Commits](storybookjs/testing-react@v0.0.17...v0.0.22)

---
updated-dependencies:
- dependency-name: "@storybook/testing-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/storybook/testing-react-0.0.22 branch from 16a3f67 to e2292fa Compare September 30, 2021 17:21
@JinSSJ3 JinSSJ3 merged commit 543e5ea into master Oct 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/storybook/testing-react-0.0.22 branch October 8, 2021 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant