[PR #262] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.4.2 in /ui #1003

Closed
opened 2026-03-15 21:46:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/262
Author: @dependabot[bot]
Created: 8/5/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/ui/testing-library/user-event-14.4.2


📝 Commits (1)

  • 3921144 Bump @testing-library/user-event from 13.1.9 to 14.4.2 in /ui

📊 Changes

2 files changed (+5 additions, -7 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+4 -6)

📄 Description

Bumps @testing-library/user-event from 13.1.9 to 14.4.2.

Release notes

Sourced from @​testing-library/user-event's releases.

v14.4.2

14.4.2 (2022-08-04)

Bug Fixes

v14.4.1

14.4.1 (2022-08-02)

Bug Fixes

v14.4.0

14.4.0 (2022-08-02)

Features

Bug Fixes

  • event: be robust against incomplete event implementations (#1009) (289828b)
  • upload: be robust against missing FileList implementation (#1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#1003) (2852509)
  • pointer: omit click event on release if another button is released first (#1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#1003) (2852509)

v14.3.0

14.3.0 (2022-07-19)

Features

  • keyboard: change radio group per arrow keys (#995) (e1c22af)

v14.2.6

14.2.6 (2022-07-18)

... (truncated)

Commits
  • 7839e29 fix(build): add exports field (#1022)
  • ff121ff docs: add kksy as a contributor for doc (#1020)
  • ea50231 docs: add sesam as a contributor for bug (#1017)
  • 4291cb8 fix(build): transpile to es2019 syntax (#1016)
  • 47f2036 docs: add DGollings as a contributor for bug (#1013)
  • 7b1aeea docs: add alkstal as a contributor for bug (#1012)
  • 01abea3 docs: add Parnswir as a contributor for bug (#1011)
  • 289828b fix(event): be robust against incomplete event implementations (#1009)
  • a46b4d7 fix(upload): be robust against missing FileList implementation (#1007)
  • 2852509 feat: separate input devices from pointer/keyboard API (#1003)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/262 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/5/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.4.2` --- ### 📝 Commits (1) - [`3921144`](https://github.com/hibiken/asynqmon/commit/3921144911373df3881ccae22aa2f388a3e109c7) Bump @testing-library/user-event from 13.1.9 to 14.4.2 in /ui ### 📊 Changes **2 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+4 -6) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 14.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>@​testing-library/user-event</code>'s releases</a>.</em></p> <blockquote> <h2>v14.4.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.1...v14.4.2">14.4.2</a> (2022-08-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> add <code>exports</code> field (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1022">#1022</a>) (<a href="https://github.com/testing-library/user-event/commit/7839e293135e48fd710445c8bb1233bf2e1abb4b">7839e29</a>)</li> </ul> <h2>v14.4.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.0...v14.4.1">14.4.1</a> (2022-08-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> transpile to es2019 syntax (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1016">#1016</a>) (<a href="https://github.com/testing-library/user-event/commit/4291cb8cd59afa9f7e2cff46f12dae6e26f7c5bc">4291cb8</a>)</li> </ul> <h2>v14.4.0</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.3.0...v14.4.0">14.4.0</a> (2022-08-02)</h2> <h3>Features</h3> <ul> <li><strong>pointer</strong>: dispatch <code>auxclick</code> events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>event:</strong> be robust against incomplete event implementations (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1009">#1009</a>) (<a href="https://github.com/testing-library/user-event/commit/289828b1b90e79d4ad3bfc227a2e68bd88f13344">289828b</a>)</li> <li><strong>upload:</strong> be robust against missing FileList implementation (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1007">#1007</a>) (<a href="https://github.com/testing-library/user-event/commit/a46b4d7157ec0b2cfc450fa852910e332a17080c">a46b4d7</a>)</li> <li><strong>keyboard</strong>: switch modifier state of lock keys on the correct event (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>keyboard</strong>: remove platform-specific additional key events for <code>Control</code> on <code>AltGraph</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: dispatch <code>contextmenu</code> events with <code>detail: 0</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: always set <code>PointerEvent.isPrimary</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: set <code>button</code> property on pointer events separately from legacy mouse events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: click closest common ancestor if <code>mousedown</code> and <code>mouseup</code> happen on different elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: omit click event on release if another button is released first (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: dispatch <code>mouseover</code>, <code>mouseenter</code> and <code>mousemove</code> on disabled elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: prevent <code>mouse*</code> events per <code>pointerdown</code> event handler (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: dispatch <code>*out</code> and <code>*over</code> events when moving into / out of nested elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> <li><strong>pointer</strong>: dispatch <code>*enter</code> and <code>*leave</code> events on ancestors (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>) (<a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45">2852509</a>)</li> </ul> <h2>v14.3.0</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.6...v14.3.0">14.3.0</a> (2022-07-19)</h2> <h3>Features</h3> <ul> <li><strong>keyboard:</strong> change radio group per arrow keys (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/995">#995</a>) (<a href="https://github.com/testing-library/user-event/commit/e1c22af5875155306b201d8d7ad6ce8ac05a8d56">e1c22af</a>)</li> </ul> <h2>v14.2.6</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.5...v14.2.6">14.2.6</a> (2022-07-18)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/7839e293135e48fd710445c8bb1233bf2e1abb4b"><code>7839e29</code></a> fix(build): add <code>exports</code> field (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1022">#1022</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/ff121ff034a5fafb34fdd5c9c50e967002dfdd91"><code>ff121ff</code></a> docs: add kksy as a contributor for doc (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1020">#1020</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/ea5023141740123aede05561913cb2ec14952e2b"><code>ea50231</code></a> docs: add sesam as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1017">#1017</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/4291cb8cd59afa9f7e2cff46f12dae6e26f7c5bc"><code>4291cb8</code></a> fix(build): transpile to es2019 syntax (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1016">#1016</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/47f203627a40b2d9017b7b7f3b4d8bf54284d144"><code>47f2036</code></a> docs: add DGollings as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1013">#1013</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/7b1aeeae97d4e41887308449f2e28e0f0d051b17"><code>7b1aeea</code></a> docs: add alkstal as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1012">#1012</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/01abea38284073849142ac547bfaa2558a729800"><code>01abea3</code></a> docs: add Parnswir as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1011">#1011</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/289828b1b90e79d4ad3bfc227a2e68bd88f13344"><code>289828b</code></a> fix(event): be robust against incomplete event implementations (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1009">#1009</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/a46b4d7157ec0b2cfc450fa852910e332a17080c"><code>a46b4d7</code></a> fix(upload): be robust against missing FileList implementation (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1007">#1007</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/2852509f8e4d5ca28ec494cc85dc4020b0e44b45"><code>2852509</code></a> feat: separate input devices from pointer/keyboard API (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1003">#1003</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.1.9&new-version=14.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:46:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#1003
No description provided.