[PR #256] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.3.0 in /ui #297

Closed
opened 2026-03-02 05:19:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/256
Author: @dependabot[bot]
Created: 7/20/2022
Status: Closed

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


📝 Commits (1)

  • c80896e Bump @testing-library/user-event from 13.1.9 to 14.3.0 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.3.0.

Release notes

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

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)

Bug Fixes

  • document: reduce impact of React@17 workaround (#992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#991) (6e4058b)

v14.2.5

14.2.5 (2022-07-15)

Bug Fixes

  • document: do not track value on HTMLSelectElement (#989) (77a7fa8)

v14.2.4

14.2.4 (2022-07-15)

Bug Fixes

  • use window.FileList instead of implicit global (c88865d)

v14.2.3

14.2.3 (2022-07-14)

Bug Fixes

  • document: use setters/methods on element as default (#987) (c40e614)

v14.2.2

14.2.2 (2022-07-14)

Bug Fixes

  • document: track HTMLInputElement.setRangeText() (#984) (73443ec)

v14.2.1

... (truncated)

Commits
  • e1c22af feat(keyboard): change radio group per arrow keys (#995)
  • 73e4347 docs: add MattyBalaam as a contributor for bug (#994)
  • f4acb21 docs: add jessharrell as a contributor for bug (#993)
  • 6e4058b fix(pointer): do not throw for pointer-events: none on previous target (#991)
  • 9816d38 fix(document): reduce impact of React@17 workaround (#992)
  • 77a7fa8 fix(document): do not track value on HTMLSelectElement (#989)
  • c88865d fix: use window.FileList instead of implicit global
  • c376fbc chore: whitelist implicit globals
  • cf5faed docs: add dnt1996 as a contributor for bug (#988)
  • c40e614 fix(document): use setters/methods on element as default (#987)
  • 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/256 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.3.0` --- ### 📝 Commits (1) - [`c80896e`](https://github.com/hibiken/asynqmon/commit/c80896eac6180b2ad62ec5431f42901ad38d56d1) Bump @testing-library/user-event from 13.1.9 to 14.3.0 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.3.0. <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.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> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> reduce impact of React@17 workaround (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/992">#992</a>) (<a href="https://github.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27">9816d38</a>)</li> <li><strong>pointer:</strong> do not throw for <code>pointer-events: none</code> on previous target (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/991">#991</a>) (<a href="https://github.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25">6e4058b</a>)</li> </ul> <h2>v14.2.5</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.4...v14.2.5">14.2.5</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> do not track <code>value</code> on <code>HTMLSelectElement</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/989">#989</a>) (<a href="https://github.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a">77a7fa8</a>)</li> </ul> <h2>v14.2.4</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.3...v14.2.4">14.2.4</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li>use <code>window.FileList</code> instead of implicit global (<a href="https://github.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe">c88865d</a>)</li> </ul> <h2>v14.2.3</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.2...v14.2.3">14.2.3</a> (2022-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> use setters/methods on element as default (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/987">#987</a>) (<a href="https://github.com/testing-library/user-event/commit/c40e614b9f2af5fd8f917bc0166716e0c701bc88">c40e614</a>)</li> </ul> <h2>v14.2.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.1...v14.2.2">14.2.2</a> (2022-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> track <code>HTMLInputElement.setRangeText()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/984">#984</a>) (<a href="https://github.com/testing-library/user-event/commit/73443ecf333752236c938827716e273ca7ae4950">73443ec</a>)</li> </ul> <h2>v14.2.1</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/e1c22af5875155306b201d8d7ad6ce8ac05a8d56"><code>e1c22af</code></a> feat(keyboard): change radio group per arrow keys (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/995">#995</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/73e43471056a7fefbac31a14f519a5f0190a7777"><code>73e4347</code></a> docs: add MattyBalaam as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/994">#994</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/f4acb21e5fc42b953b97ecd7e5cc1ac1f9732c28"><code>f4acb21</code></a> docs: add jessharrell as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/993">#993</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25"><code>6e4058b</code></a> fix(pointer): do not throw for <code>pointer-events: none</code> on previous target (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/991">#991</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27"><code>9816d38</code></a> fix(document): reduce impact of React@17 workaround (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/992">#992</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a"><code>77a7fa8</code></a> fix(document): do not track <code>value</code> on <code>HTMLSelectElement</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/989">#989</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe"><code>c88865d</code></a> fix: use <code>window.FileList</code> instead of implicit global</li> <li><a href="https://github.com/testing-library/user-event/commit/c376fbc340b597d72af4102c899dc9bd12858095"><code>c376fbc</code></a> chore: whitelist implicit globals</li> <li><a href="https://github.com/testing-library/user-event/commit/cf5faed0d579775cf46cdf6ae3c6094dba8b5cdf"><code>cf5faed</code></a> docs: add dnt1996 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/988">#988</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/c40e614b9f2af5fd8f917bc0166716e0c701bc88"><code>c40e614</code></a> fix(document): use setters/methods on element as default (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/987">#987</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.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.3.0)](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-02 05:19:40 +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#297
No description provided.