Update dependency @storybook/testing-library to v0.2.2#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 5, 2023 08:52
51000d8 to
f752ec2
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 18, 2023 08:15
f752ec2 to
ec1b19f
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 18, 2023 08:20
ec1b19f to
cfae90c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
June 20, 2023 21:47
cfae90c to
ea5fc63
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
September 15, 2023 10:46
ea5fc63 to
44bb872
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
October 2, 2023 10:33
44bb872 to
5f9e99f
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 16, 2024 16:58
5f9e99f to
ca6e370
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
July 23, 2024 10:53
ca6e370 to
34c0bb8
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 2, 2025 13:15
34c0bb8 to
0bcdd22
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
August 10, 2025 12:45
0bcdd22 to
605f3bd
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
August 19, 2025 19:48
605f3bd to
2d019db
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
August 31, 2025 11:14
2d019db to
980dc18
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
December 31, 2025 14:10
bcbf451 to
1a84b2f
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
January 19, 2026 19:51
1a84b2f to
c0e296b
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
January 23, 2026 18:56
c0e296b to
5870a4c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
February 2, 2026 18:36
5870a4c to
665bd45
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
February 12, 2026 11:53
665bd45 to
cabc00a
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
March 5, 2026 19:02
cabc00a to
8c8ba01
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
March 13, 2026 18:17
8c8ba01 to
94ef34d
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
April 1, 2026 18:05
94ef34d to
2f4ab03
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
April 29, 2026 16:11
2f4ab03 to
f8eb999
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 12, 2026 13:08
f8eb999 to
66ddc14
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 18, 2026 09:36
66ddc14 to
7fb77ac
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
May 28, 2026 20:01
7fb77ac to
cc4a37a
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
June 11, 2026 10:57
cc4a37a to
109b871
Compare
renovate
Bot
force-pushed
the
renovate/storybook-testing-library-0.x
branch
from
July 12, 2026 18:35
109b871 to
8658737
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:
0.0.13→0.2.2Release Notes
storybookjs/testing-library (@storybook/testing-library)
v0.2.2Compare Source
🐛 Bug Fix
Authors: 1
v0.2.1Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Valentin Palkovic (@valentinpalkovic), for all your work!
🐛 Bug Fix
Authors: 2
v0.2.0Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Vanessa Yuen (@vanessayuenn), for all your work!
Release Notes
Upgrade user-event to v14 and testing-library to v9 (#43)
@storybook/testing-librarynow uses@testing-library/domversion 9 and@testing-library/user-eventversion 14! 🎉To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.
🚀 Enhancement
🐛 Bug Fix
futurenpm tag tonext#44 (@yannbf)Authors: 3
v0.1.0Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Kasper Peulen (@kasperpeulen), for all your work!
🚀 Enhancement
🐛 Bug Fix
waitForinterceptable and don't override interval/timeout #23 (@ghengeveld @yannbf)Authors: 3
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.