[PR #263] Bump @testing-library/user-event from 13.1.9 to 14.4.3 in /ui #1002

Open
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/263
Author: @dependabot[bot]
Created: 8/10/2022
Status: 🔄 Open

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


📝 Commits (1)

  • 410750b Bump @testing-library/user-event from 13.1.9 to 14.4.3 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.3.

Release notes

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

v14.4.3

14.4.3 (2022-08-09)

Bug Fixes

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

... (truncated)

Commits

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/263 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.4.3` --- ### 📝 Commits (1) - [`410750b`](https://github.com/hibiken/asynqmon/commit/410750be3339759f1f27f01b4c6e5e2100f84e41) Bump @testing-library/user-event from 13.1.9 to 14.4.3 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.3. <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.3</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.2...v14.4.3">14.4.3</a> (2022-08-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> add <code>types</code> field in <code>exports</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1029">#1029</a>) (<a href="https://github.com/testing-library/user-event/commit/5bed8c6a2b645e172973d55d6ac2ceb637972291">5bed8c6</a>)</li> <li>remove circular dependencies (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1027">#1027</a>) (<a href="https://github.com/testing-library/user-event/commit/1aa2027e5ec445ab413808556efa7763b65053d3">1aa2027</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/1aa2027e5ec445ab413808556efa7763b65053d3"><code>1aa2027</code></a> fix: remove circular dependencies (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1027">#1027</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/5bed8c6a2b645e172973d55d6ac2ceb637972291"><code>5bed8c6</code></a> fix(build): add <code>types</code> field in <code>exports</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1029">#1029</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/b6bbbd6026dab32a2e10e2165b7c15e99f2f51cb"><code>b6bbbd6</code></a> chore: remove unnecessary CI steps (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1030">#1030</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/ab1a6c44f7a5895f7650dd6f97c160eca5b2ac43"><code>ab1a6c4</code></a> docs: add HillLiu as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/1023">#1023</a>)</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.4.3">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.3)](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>
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#1002
No description provided.