[PR #185] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 13.5.0 in /ui #590

Closed
opened 2026-03-07 22:16:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/185
Author: @dependabot[bot]
Created: 10/19/2021
Status: Closed

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


📝 Commits (1)

  • 272f776 Bump @testing-library/user-event from 13.1.9 to 13.5.0 in /ui

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

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

📄 Description

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

Release notes

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

v13.5.0

13.5.0 (2021-10-18)

Features

  • keyboard: keep key pressed for multiple keydown events (#728) (5d946d5)

v13.4.2

13.4.2 (2021-10-18)

Bug Fixes

  • keyboard: submit on enter keypress for checkboxes and radio buttons (#741) (97ba08e)

v13.4.1

13.4.1 (2021-10-15)

Bug Fixes

v13.4.0

13.4.0 (2021-10-15)

Features

  • keyboard: handle PageUp and PageDown on input (#734) (f731f68)

v13.3.0

13.3.0 (2021-10-10)

Features

  • add flag to skip pointer-events check (#731) (26b7d0b)

v13.2.1

13.2.1 (2021-07-25)

Bug Fixes

  • keyboard: dispatch change event on blur (#703) (9600abb)

v13.2.0

13.2.0 (2021-07-17)

... (truncated)

Commits
  • 5d946d5 feat(keyboard): keep key pressed for multiple keydown events (#728)
  • fcbdf21 docs: add 777PolarFox777 as a contributor for code (#748)
  • 97ba08e fix(keyboard): submit on enter keypress for checkboxes and radio buttons (#741)
  • 9519979 fix(keyboard): deprecate specialCharMap (#738)
  • 0fb2c87 docs: add JohannesFischer as a contributor for code (#745)
  • f731f68 feat(keyboard): handle PageUp and PageDown on input (#734)
  • 2f900ef docs: add jesperorb as a contributor for code (#740)
  • 26b7d0b feat: add flag to skip pointer-events check (#731)
  • a4943d5 refactor: convert test setup to Typescript (#739)
  • 446e52e chore: set protocol for npm to https (#737)
  • 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/185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.5.0` --- ### 📝 Commits (1) - [`272f776`](https://github.com/hibiken/asynqmon/commit/272f7769cb6953344332c082b29be2afe6455738) Bump @testing-library/user-event from 13.1.9 to 13.5.0 in /ui ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+5 -5) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 13.5.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>v13.5.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v13.4.2...v13.5.0">13.5.0</a> (2021-10-18)</h1> <h3>Features</h3> <ul> <li><strong>keyboard:</strong> keep key pressed for multiple <code>keydown</code> events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/728">#728</a>) (<a href="https://github.com/testing-library/user-event/commit/5d946d51d643f0ef7e7730fa527b7ca96e330907">5d946d5</a>)</li> </ul> <h2>v13.4.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.4.1...v13.4.2">13.4.2</a> (2021-10-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> submit on enter keypress for checkboxes and radio buttons (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/741">#741</a>) (<a href="https://github.com/testing-library/user-event/commit/97ba08eb2ab13451f44c60986367e38715b5abcf">97ba08e</a>)</li> </ul> <h2>v13.4.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.4.0...v13.4.1">13.4.1</a> (2021-10-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> deprecate <code>specialCharMap</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/738">#738</a>) (<a href="https://github.com/testing-library/user-event/commit/9519979199e6724395ba1a9776e243e8b74bffb6">9519979</a>)</li> </ul> <h2>v13.4.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v13.3.0...v13.4.0">13.4.0</a> (2021-10-15)</h1> <h3>Features</h3> <ul> <li><strong>keyboard:</strong> handle <code>PageUp</code> and <code>PageDown</code> on <code>input</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/734">#734</a>) (<a href="https://github.com/testing-library/user-event/commit/f731f68b1e7a6dc2ce8a35e8b3a0aa2ab8284c29">f731f68</a>)</li> </ul> <h2>v13.3.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v13.2.2...v13.3.0">13.3.0</a> (2021-10-10)</h1> <h3>Features</h3> <ul> <li>add flag to skip pointer-events check (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/731">#731</a>) (<a href="https://github.com/testing-library/user-event/commit/26b7d0b792ae86e116494842c7ac93d34556850c">26b7d0b</a>)</li> </ul> <h2>v13.2.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.2.0...v13.2.1">13.2.1</a> (2021-07-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> dispatch change event on blur (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/703">#703</a>) (<a href="https://github.com/testing-library/user-event/commit/9600abb57d28b5e356e68d858f7c8f84e17e4a54">9600abb</a>)</li> </ul> <h2>v13.2.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v13.1.9...v13.2.0">13.2.0</a> (2021-07-17)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/5d946d51d643f0ef7e7730fa527b7ca96e330907"><code>5d946d5</code></a> feat(keyboard): keep key pressed for multiple <code>keydown</code> events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/728">#728</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/fcbdf21ab253381e68816daa6ff3aa929d71e959"><code>fcbdf21</code></a> docs: add 777PolarFox777 as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/748">#748</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/97ba08eb2ab13451f44c60986367e38715b5abcf"><code>97ba08e</code></a> fix(keyboard): submit on enter keypress for checkboxes and radio buttons (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/741">#741</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/9519979199e6724395ba1a9776e243e8b74bffb6"><code>9519979</code></a> fix(keyboard): deprecate <code>specialCharMap</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/738">#738</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/0fb2c87a3400c6ffeccd3bf98ab445c559ae8790"><code>0fb2c87</code></a> docs: add JohannesFischer as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/745">#745</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/f731f68b1e7a6dc2ce8a35e8b3a0aa2ab8284c29"><code>f731f68</code></a> feat(keyboard): handle <code>PageUp</code> and <code>PageDown</code> on <code>input</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/734">#734</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/2f900efad648ee3a8fd1364efab9ae17a8c74db9"><code>2f900ef</code></a> docs: add jesperorb as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/740">#740</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/26b7d0b792ae86e116494842c7ac93d34556850c"><code>26b7d0b</code></a> feat: add flag to skip pointer-events check (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/731">#731</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/a4943d531f9e90542c686d5c0ae2094d078e69b5"><code>a4943d5</code></a> refactor: convert test setup to Typescript (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/739">#739</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/446e52e1db05e19ce573a13cd063a65f9a8f4efc"><code>446e52e</code></a> chore: set protocol for npm to <code>https</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/737">#737</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v13.5.0">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=13.5.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-07 22:16:19 +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#590
No description provided.