From 49110c80ca27b227c730db01800033762b03c9dc Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 8 Nov 2024 12:04:48 +0000 Subject: [PATCH] Update dependency @testing-library/user-event to v14.5.2 (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/user-event](https://github.com/testing-library/user-event) | dependencies | minor | [`14.1.1` -> `14.5.2`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.1.1/14.5.2) | --- ### Release Notes
testing-library/user-event (@​testing-library/user-event) ### [`v14.5.2`](https://github.com/testing-library/user-event/releases/tag/v14.5.2) [Compare Source](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2) ##### Bug Fixes - remove interop and deep DTL imports ([6a3c896](https://github.com/testing-library/user-event/commit/6a3c896bd2d77d284c6deab4f4f02c0fb366824b)) ### [`v14.5.1`](https://github.com/testing-library/user-event/releases/tag/v14.5.1) [Compare Source](https://github.com/testing-library/user-event/compare/v14.5.0...v14.5.1) ##### Bug Fixes - incorrect default import from [@​testing-library/dom](https://github.com/testing-library/dom) ([#​1162](https://github.com/testing-library/user-event/issues/1162)) ([d7483f0](https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997)) ### [`v14.5.0`](https://github.com/testing-library/user-event/releases/tag/v14.5.0) [Compare Source](https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.0) ##### Bug Fixes - **exports:** add a named export for userEvent ([4019cee](https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f)), closes [#​1146](https://github.com/testing-library/user-event/issues/1146) ##### Features - **types:** Add additional type exports for UserEvent & Options ([#​1112](https://github.com/testing-library/user-event/issues/1112)) ([da00e8d](https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1)) ### [`v14.4.3`](https://github.com/testing-library/user-event/releases/tag/v14.4.3) [Compare Source](https://github.com/testing-library/user-event/compare/v14.4.2...v14.4.3) ##### Bug Fixes - **build:** add `types` field in `exports` ([#​1029](https://github.com/testing-library/user-event/issues/1029)) ([5bed8c6](https://github.com/testing-library/user-event/commit/5bed8c6a2b645e172973d55d6ac2ceb637972291)) - remove circular dependencies ([#​1027](https://github.com/testing-library/user-event/issues/1027)) ([1aa2027](https://github.com/testing-library/user-event/commit/1aa2027e5ec445ab413808556efa7763b65053d3)) ### [`v14.4.2`](https://github.com/testing-library/user-event/releases/tag/v14.4.2) [Compare Source](https://github.com/testing-library/user-event/compare/v14.4.1...v14.4.2) ##### Bug Fixes - **build:** add `exports` field ([#​1022](https://github.com/testing-library/user-event/issues/1022)) ([7839e29](https://github.com/testing-library/user-event/commit/7839e293135e48fd710445c8bb1233bf2e1abb4b)) ### [`v14.4.1`](https://github.com/testing-library/user-event/releases/tag/v14.4.1) [Compare Source](https://github.com/testing-library/user-event/compare/v14.4.0...v14.4.1) ##### Bug Fixes - **build:** transpile to es2019 syntax ([#​1016](https://github.com/testing-library/user-event/issues/1016)) ([4291cb8](https://github.com/testing-library/user-event/commit/4291cb8cd59afa9f7e2cff46f12dae6e26f7c5bc)) ### [`v14.4.0`](https://github.com/testing-library/user-event/releases/tag/v14.4.0) [Compare Source](https://github.com/testing-library/user-event/compare/v14.3.0...v14.4.0) ##### Features - **pointer**: dispatch `auxclick` events ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) ##### Bug Fixes - **event:** be robust against incomplete event implementations ([#​1009](https://github.com/testing-library/user-event/issues/1009)) ([289828b](https://github.com/testing-library/user-event/commit/289828b1b90e79d4ad3bfc227a2e68bd88f13344)) - **upload:** be robust against missing FileList implementation ([#​1007](https://github.com/testing-library/user-event/issues/1007)) ([a46b4d7](https://github.com/testing-library/user-event/commit/a46b4d7157ec0b2cfc450fa852910e332a17080c)) - **keyboard**: switch modifier state of lock keys on the correct event ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **keyboard**: remove platform-specific additional key events for `Control` on `AltGraph` ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: dispatch `contextmenu` events with `detail: 0` ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: always set `PointerEvent.isPrimary` ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: set `button` property on pointer events separately from legacy mouse events ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: click closest common ancestor if `mousedown` and `mouseup` happen on different elements ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: omit click event on release if another button is released first ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: dispatch `mouseover`, `mouseenter` and `mousemove` on disabled elements ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: prevent `mouse*` events per `pointerdown` event handler ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: dispatch `*out` and `*over` events when moving into / out of nested elements ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) - **pointer**: dispatch `*enter` and `*leave` events on ancestors ([#​1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45)) ### [`v14.3.0`](https://github.com/testing-library/user-event/releases/tag/v14.3.0) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.6...v14.3.0) ##### Features - **keyboard:** change radio group per arrow keys ([#​995](https://github.com/testing-library/user-event/issues/995)) ([e1c22af](https://github.com/testing-library/user-event/commit/e1c22af5875155306b201d8d7ad6ce8ac05a8d56)) ### [`v14.2.6`](https://github.com/testing-library/user-event/releases/tag/v14.2.6) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.5...v14.2.6) ##### Bug Fixes - **document:** reduce impact of React@17 workaround ([#​992](https://github.com/testing-library/user-event/issues/992)) ([9816d38](https://github.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27)) - **pointer:** do not throw for `pointer-events: none` on previous target ([#​991](https://github.com/testing-library/user-event/issues/991)) ([6e4058b](https://github.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25)) ### [`v14.2.5`](https://github.com/testing-library/user-event/releases/tag/v14.2.5) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.4...v14.2.5) ##### Bug Fixes - **document:** do not track `value` on `HTMLSelectElement` ([#​989](https://github.com/testing-library/user-event/issues/989)) ([77a7fa8](https://github.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a)) ### [`v14.2.4`](https://github.com/testing-library/user-event/releases/tag/v14.2.4) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.3...v14.2.4) ##### Bug Fixes - use `window.FileList` instead of implicit global ([c88865d](https://github.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe)) ### [`v14.2.3`](https://github.com/testing-library/user-event/releases/tag/v14.2.3) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.2...v14.2.3) ##### Bug Fixes - **document:** use setters/methods on element as default ([#​987](https://github.com/testing-library/user-event/issues/987)) ([c40e614](https://github.com/testing-library/user-event/commit/c40e614b9f2af5fd8f917bc0166716e0c701bc88)) ### [`v14.2.2`](https://github.com/testing-library/user-event/releases/tag/v14.2.2) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.1...v14.2.2) ##### Bug Fixes - **document:** track `HTMLInputElement.setRangeText()` ([#​984](https://github.com/testing-library/user-event/issues/984)) ([73443ec](https://github.com/testing-library/user-event/commit/73443ecf333752236c938827716e273ca7ae4950)) ### [`v14.2.1`](https://github.com/testing-library/user-event/releases/tag/v14.2.1) [Compare Source](https://github.com/testing-library/user-event/compare/v14.2.0...v14.2.1) ##### Performance Improvements - **tab:** avert visibility check on irrelevant elements ([#​967](https://github.com/testing-library/user-event/issues/967)) ([d2d8a39](https://github.com/testing-library/user-event/commit/d2d8a3996f3af6318153f765aedd890576ce6da3)) ### [`v14.2.0`](https://github.com/testing-library/user-event/releases/tag/v14.2.0) [Compare Source](https://github.com/testing-library/user-event/compare/v14.1.1...v14.2.0) ##### Features - report element with declaration in `pointerEventsCheck` ([#​950](https://github.com/testing-library/user-event/issues/950)) ([31b7091](https://github.com/testing-library/user-event/commit/31b709183a8695ff534bf0a5ac8e5e3726fcd3b9)) ##### Bug Fixes - guard against selection without range ([#​953](https://github.com/testing-library/user-event/issues/953)) ([ab78f3f](https://github.com/testing-library/user-event/commit/ab78f3f50d8ec9a2fa8b3794ceb9a9b1b02fb3a6)) - **selectOptions:** wait after each click ([#​951](https://github.com/testing-library/user-event/issues/951)) ([7ea7a77](https://github.com/testing-library/user-event/commit/7ea7a77a87ca1e6ce4e461ce87c0a0a1e8dd77a7)) - wait after each method before leaving `asyncWrapper` ([#​952](https://github.com/testing-library/user-event/issues/952)) ([6f55fee](https://github.com/testing-library/user-event/commit/6f55feebffcb331f627c8467b856723d90e06896))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.bruyant.xyz/alexandre/PaletteSwitcher/pulls/47 Co-authored-by: Renovate Co-committed-by: Renovate --- client/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1cccfb7..f2b9296 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3122,9 +3122,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.1.1.tgz", - "integrity": "sha512-XrjH/iEUqNl9lF2HX9YhPNV7Amntkcnpw0Bo1KkRzowNDcgSN9i0nm4Q8Oi5wupgdfPaJNMAWa61A+voD6Kmwg==", + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", "engines": { "node": ">=12", "npm": ">=6" @@ -16738,9 +16738,9 @@ } }, "@testing-library/user-event": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.1.1.tgz", - "integrity": "sha512-XrjH/iEUqNl9lF2HX9YhPNV7Amntkcnpw0Bo1KkRzowNDcgSN9i0nm4Q8Oi5wupgdfPaJNMAWa61A+voD6Kmwg==", + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", "requires": {} }, "@tootallnate/once": {