From 992555660651f30f7fc5f3bf88100afafb934a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:19:49 +0000 Subject: [PATCH] chore(deps): update dependency @storybook/testing-library to v0.2.1 (#4867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@storybook/testing-library](https://togithub.com/storybookjs/testing-library) | [`0.2.0` -> `0.2.1`](https://renovatebot.com/diffs/npm/@storybook%2ftesting-library/0.2.0/0.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftesting-library/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftesting-library/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftesting-library/0.2.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftesting-library/0.2.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
storybookjs/testing-library (@​storybook/testing-library) ### [`v0.2.1`](https://togithub.com/storybookjs/testing-library/releases/tag/v0.2.1) [Compare Source](https://togithub.com/storybookjs/testing-library/compare/v0.2.0...v0.2.1) :tada: This release contains work from a new contributor! :tada: Thank you, Valentin Palkovic ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)), for all your work! ##### 🐛 Bug Fix - Temporarily fix user-event to 14.4.0 to avoid compatibility issues [#​53](https://togithub.com/storybookjs/testing-library/pull/53) ([@​yannbf](https://togithub.com/yannbf)) ##### Authors: 2 - Valentin Palkovic ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- website/package.json | 2 +- website/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/package.json b/website/package.json index deaea66376..36791f2bab 100644 --- a/website/package.json +++ b/website/package.json @@ -77,7 +77,7 @@ "@storybook/addon-interactions": "6.5.16", "@storybook/addon-links": "6.5.16", "@storybook/react": "6.5.16", - "@storybook/testing-library": "0.2.0", + "@storybook/testing-library": "0.2.1", "@tsconfig/docusaurus": "2.0.0", "babel-loader": "9.1.3", "enhanced-resolve": "5.15.0", diff --git a/website/yarn.lock b/website/yarn.lock index 3dbb79a21a..da5ec44161 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4406,13 +4406,13 @@ read-pkg-up "^7.0.1" regenerator-runtime "^0.13.7" -"@storybook/testing-library@0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.0.tgz#09202b90ea5bd67b503dbb1a0b1f3ab3eb005d04" - integrity sha512-Ff6jNnrsosmDshgCf0Eb5Cz7IA34p/1Ps5N3Kp3598kfXpBSccSkQQvVFUXC3kIHw/isIXWPqntZuKqnWUz7Gw== +"@storybook/testing-library@0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.1.tgz#5128fa857cb798b71cba3d2b0af637f0f414acd5" + integrity sha512-AdbfLCm1C2nEFrhA3ScdicfW6Fjcorehr6RlGwECMiWwaXisnP971Wd4psqtWxlAqQo4tYBZ0f6rJ3J78JLtsg== dependencies: "@testing-library/dom" "^9.0.0" - "@testing-library/user-event" "^14.0.0" + "@testing-library/user-event" "~14.4.0" ts-dedent "^2.2.0" "@storybook/theming@6.5.13", "@storybook/theming@>=5.0.0": @@ -4688,7 +4688,7 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/user-event@^14.0.0": +"@testing-library/user-event@~14.4.0": version "14.4.3" resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==