fix(deps): update dependency @storybook/testing-react to v2#131
Open
renovate[bot] wants to merge 1 commit intodevelopmentfrom
Open
fix(deps): update dependency @storybook/testing-react to v2#131renovate[bot] wants to merge 1 commit intodevelopmentfrom
renovate[bot] wants to merge 1 commit intodevelopmentfrom
Conversation
097d77c to
79ef37a
Compare
79ef37a to
69caabc
Compare
4d592da to
487b5fa
Compare
487b5fa to
af5baf6
Compare
af5baf6 to
25d0b8c
Compare
25d0b8c to
cbb6de1
Compare
cbb6de1 to
0b32210
Compare
0b32210 to
56b3318
Compare
56b3318 to
13828ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1Release Notes
storybookjs/testing-react (@storybook/testing-react)
v2.0.1Compare Source
mainAuthors: 1
v2.0.0Compare 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-reactcompatible with Storybook 7, though I highly recommend not to use this package anymore!.@storybook/testing-reacthas 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/reactpackage. Additionally, the internals ofcomposeStoriesandcomposeStoryhave been revamped, so the way a story is composed is more accurate. The@storybook/testing-reactpackage 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
setGlobalConfigfunction 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: (UTC)
🚦 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.