From 6602e664a123c1db3327b1439e3ce27ee215e0fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:46:58 +0000 Subject: [PATCH] chore(deps): update testing-library monorepo (#9247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`16.1.0` -> `16.2.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.1.0/16.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/16.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/16.1.0/16.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/16.1.0/16.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@testing-library/user-event](https://redirect.github.com/testing-library/user-event) | [`14.5.2` -> `14.6.1`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.5.2/14.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fuser-event/14.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fuser-event/14.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fuser-event/14.5.2/14.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fuser-event/14.5.2/14.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
testing-library/react-testing-library (@​testing-library/react) ### [`v16.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.2.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0) ##### Features - Add support for React error handlers ([#​1354](https://redirect.github.com/testing-library/react-testing-library/issues/1354)) ([9618c51](https://redirect.github.com/testing-library/react-testing-library/commit/9618c5133706ec964f649e60a777cc384db58a3f))
testing-library/user-event (@​testing-library/user-event) ### [`v14.6.1`](https://redirect.github.com/testing-library/user-event/releases/tag/v14.6.1) [Compare Source](https://redirect.github.com/testing-library/user-event/compare/v14.6.0...v14.6.1) ##### Bug Fixes - correct description for `delay` option ([#​1175](https://redirect.github.com/testing-library/user-event/issues/1175)) ([2edf14d](https://redirect.github.com/testing-library/user-event/commit/2edf14d2e787e5a4217e69f602d21dc9dc8a6149)) - **keyboard:** add `ContextMenu` to `defaultKeyMap` ([#​1079](https://redirect.github.com/testing-library/user-event/issues/1079)) ([3e471d1](https://redirect.github.com/testing-library/user-event/commit/3e471d1feb2ab08c34650a9d51b4b29555122663)) - **keyboard:** add brackets to `defaultKeyMap` ([#​1226](https://redirect.github.com/testing-library/user-event/issues/1226)) ([543ecb0](https://redirect.github.com/testing-library/user-event/commit/543ecb0ea91ce36de9ed9d4f0fffc43df0068f38)) - **keyboard:** walk through radio group per arrow keys ([#​1049](https://redirect.github.com/testing-library/user-event/issues/1049)) ([bf8111c](https://redirect.github.com/testing-library/user-event/commit/bf8111ca9fed2ab738e0568d741c2de1425e0ca4)) - **pointer:** dispatch mouse events if `pointerdown` is `defaultPrevented` ([#​1121](https://redirect.github.com/testing-library/user-event/issues/1121)) ([f681f7b](https://redirect.github.com/testing-library/user-event/commit/f681f7bbfe4938540d4f2504d32e7f45b3ab50b6)) - **pointer:** set `button` and `buttons` properties on `PointerEvent` ([#​1219](https://redirect.github.com/testing-library/user-event/issues/1219)) ([6614f72](https://redirect.github.com/testing-library/user-event/commit/6614f7282c75f783167fd3bee8113244a524fe20)) - **pointer:** use `1` as default value for `PointerEvent.width` and `PointerEvent.height` ([#​1224](https://redirect.github.com/testing-library/user-event/issues/1224)) ([f0468d0](https://redirect.github.com/testing-library/user-event/commit/f0468d04d75c84900daf440f96b114192b920372)) - prevent `click` event loop on form-associated custom element ([#​1238](https://redirect.github.com/testing-library/user-event/issues/1238)) ([465fc7e](https://redirect.github.com/testing-library/user-event/commit/465fc7eb49d38ad20b6cb227aea667167c4ea955)) - prevent `click` event on non-focusable control ([#​1130](https://redirect.github.com/testing-library/user-event/issues/1130)) ([e429094](https://redirect.github.com/testing-library/user-event/commit/e4290948650a6925f549f4ec35ff74b3e81a0c64)) - **upload:** apply `accept` filter more leniently ([#​1064](https://redirect.github.com/testing-library/user-event/issues/1064)) ([a344ad4](https://redirect.github.com/testing-library/user-event/commit/a344ad4dfea07b854513705d9e5ef7b3ef10919d)) ### [`v14.6.0`](https://redirect.github.com/testing-library/user-event/releases/tag/v14.6.0) [Compare Source](https://redirect.github.com/testing-library/user-event/compare/v14.5.2...v14.6.0) ##### Features - dispatch `FocusEvent` in hidden documents ([#​1252](https://redirect.github.com/testing-library/user-event/issues/1252)) ([1ed8b15](https://redirect.github.com/testing-library/user-event/commit/1ed8b1557b40c7ded24c62f14d33b1086ceac0a4)) ##### Bug Fixes - **clipboard:** await `DataTransferItem.getAsString()` callback ([#​1251](https://redirect.github.com/testing-library/user-event/issues/1251)) ([7b11b0e](https://redirect.github.com/testing-library/user-event/commit/7b11b0e88a4bf8a3366caa70888028bf4bff59ec)) - **event:** assign pointer coords to MouseEvent ([#​1039](https://redirect.github.com/testing-library/user-event/issues/1039)) ([8528972](https://redirect.github.com/testing-library/user-event/commit/852897257744b18eca56edc9dc171e626a6d9823)) - **pointer:** check `PointerCoords.x` in `isDifferentPointerPosition` ([#​1216](https://redirect.github.com/testing-library/user-event/issues/1216)) ([75edef5](https://redirect.github.com/testing-library/user-event/commit/75edef5c066e30c3be28b8d607b47f7b66ad14c1)) - **pointer:** check all fields of `PointerCoords` in `isDifferentPointerPosition()` ([#​1229](https://redirect.github.com/testing-library/user-event/issues/1229)) ([5f3d28f](https://redirect.github.com/testing-library/user-event/commit/5f3d28fe3a5a83b7403c1c6f41ba2be881306bfc))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 4 ++-- frontend/yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index a33baedf23c5..b3a92845b9f0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,8 +49,8 @@ "@tanstack/react-virtual": "^3.11.3", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", - "@testing-library/react": "16.1.0", - "@testing-library/user-event": "14.5.2", + "@testing-library/react": "16.2.0", + "@testing-library/user-event": "14.6.1", "@types/css-mediaquery": "^0.1.4", "@types/debounce": "1.2.4", "@types/deep-diff": "1.0.5", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 7f543baf2285..93a0aaba27fa 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2825,9 +2825,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:16.1.0": - version: 16.1.0 - resolution: "@testing-library/react@npm:16.1.0" +"@testing-library/react@npm:16.2.0": + version: 16.2.0 + resolution: "@testing-library/react@npm:16.2.0" dependencies: "@babel/runtime": "npm:^7.12.5" peerDependencies: @@ -2841,16 +2841,16 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/8451dcc76ba0d4f3504af78f2a4aacc13117691f4b7a3c279f3e047d5ea817ff686496ad53e7f65f6183112aef2be3f318af609b1f5d666eed42b1014d1c68d5 + checksum: 10c0/7adaedaf237002b42e04a6261d2756074a19cbca0f0c79ba375660f618e123c0ee56256ced00aeb0bb7225ba1a8a81b92b692cca053521a21bb92a8cace1e4c6 languageName: node linkType: hard -"@testing-library/user-event@npm:14.5.2": - version: 14.5.2 - resolution: "@testing-library/user-event@npm:14.5.2" +"@testing-library/user-event@npm:14.6.1": + version: 14.6.1 + resolution: "@testing-library/user-event@npm:14.6.1" peerDependencies: "@testing-library/dom": ">=7.21.4" - checksum: 10c0/68a0c2aa28a3c8e6eb05cafee29705438d7d8a9427423ce5064d44f19c29e89b5636de46dd2f28620fb10abba75c67130185bbc3aa23ac1163a227a5f36641e1 + checksum: 10c0/75fea130a52bf320d35d46ed54f3eec77e71a56911b8b69a3fe29497b0b9947b2dc80d30f04054ad4ce7f577856ae3e5397ea7dff0ef14944d3909784c7a93fe languageName: node linkType: hard @@ -10180,8 +10180,8 @@ __metadata: "@tanstack/react-virtual": "npm:^3.11.3" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" - "@testing-library/react": "npm:16.1.0" - "@testing-library/user-event": "npm:14.5.2" + "@testing-library/react": "npm:16.2.0" + "@testing-library/user-event": "npm:14.6.1" "@types/css-mediaquery": "npm:^0.1.4" "@types/debounce": "npm:1.2.4" "@types/deep-diff": "npm:1.0.5"