fix(deps): update dependency @storybook/testing-react to v2 #131
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:
^1.3.0
->^2.0.1
Release Notes
storybookjs/testing-react (@storybook/testing-react)
v2.0.1
Compare Source
main
Authors: 1
v2.0.0
Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Kasper Peulen (@kasperpeulen), for all your work!
Release Notes
Support 7.0.0 (#140)
Storybook 7.0.0 is out! This release will make
@storybook/testing-react
compatible with Storybook 7, though I highly recommend not to use this package anymore!.@storybook/testing-react
has been promoted to a first-class Storybook functionality in Storybook 7. This means that you no longer need this package. Instead, you can import the same utilities, but from the@storybook/react
package. Additionally, the internals ofcomposeStories
andcomposeStory
have been revamped, so the way a story is composed is more accurate. The@storybook/testing-react
package will be deprecated, so we recommend you to migrate.Please do the following:
Thank you so much for being with me on this journey! ✌️
Support Storybook 7.0 (#120)
💥 Breaking Change
This version adds support for Storybook 7.0. It requires you to be using Storybook 7.0, as there were several internal changes required, all of which depend on new Storybook packages.
🚀 Features
In Storybook 7.0, the play function can also be defined in the Meta (default export). This is now supported in
@storybook/testing-react
.The
setGlobalConfig
function is now deprecated in favor ofsetProjectAnnotations
, which aligns better with Storybook 7.0 nomenclature.From:
To:
💥 Breaking Change
🐛 Bug Fix
name
->storyName
#108 (@IanVS)Authors: 4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.