[PR #184] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 13.4.1 in /ui #591

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/184
Author: @dependabot[bot]
Created: 10/18/2021
Status: Closed

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


📝 Commits (1)

  • 5bbfb0f Bump @testing-library/user-event from 13.1.9 to 13.4.1 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.4.1.

Release notes

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

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)

Features

  • add keydownBehavior for ArrowLeft and ArrowRight on <textarea> (#686) (f8f00d4)
Commits
  • 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)
  • 81bec36 docs: add fa93hws as a contributor for code (#736)
  • a8969ba fix(keyboard): remove invalid key definition from keyMap (#732)
  • ca3dc29 chore: set node version of Codesandbox CI to 14 (#735)
  • 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/184 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.4.1` --- ### 📝 Commits (1) - [`5bbfb0f`](https://github.com/hibiken/asynqmon/commit/5bbfb0fb30e326c8f00ddc370cd4c13ec121ff1d) Bump @testing-library/user-event from 13.1.9 to 13.4.1 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.4.1. <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.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> <h3>Features</h3> <ul> <li>add keydownBehavior for <code>ArrowLeft</code> and <code>ArrowRight</code> on <code>&lt;textarea&gt;</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/686">#686</a>) (<a href="https://github.com/testing-library/user-event/commit/f8f00d4759b52f703e8e74292169a7394363426b">f8f00d4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/testing-library/user-event/commit/81bec363c2a94fd2960a7d9d97d08cd859a1b78f"><code>81bec36</code></a> docs: add fa93hws as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/736">#736</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/a8969baaab6311b0c49e69665d222adfc24033b3"><code>a8969ba</code></a> fix(keyboard): remove invalid key definition from keyMap (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/732">#732</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/ca3dc299380d66e32bb45137576ca2d5bafd1741"><code>ca3dc29</code></a> chore: set node version of Codesandbox CI to <code>14</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/735">#735</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v13.4.1">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.4.1)](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#591
No description provided.