[PR #61] [CLOSED] Bump @testing-library/user-event from 13.0.2 to 13.0.16 in /ui #498

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/61
Author: @dependabot[bot]
Created: 3/26/2021
Status: Closed

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


📝 Commits (1)

  • 54cfebb Bump @testing-library/user-event from 13.0.2 to 13.0.16 in /ui

📊 Changes

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

View changed files

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

📄 Description

Bumps @testing-library/user-event from 13.0.2 to 13.0.16.

Release notes

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

v13.0.16

13.0.16 (2021-03-25)

Bug Fixes

  • keyboard: suppress invalid input on <input type="number"> (#628) (f633a52)

v13.0.15

13.0.15 (2021-03-25)

Bug Fixes

v13.0.14

13.0.14 (2021-03-25)

Bug Fixes

  • dispatch input events when overwriting selection (#623) (394d425), closes #583

v13.0.13

13.0.13 (2021-03-24)

Bug Fixes

v13.0.12

13.0.12 (2021-03-24)

Bug Fixes

v13.0.11

13.0.11 (2021-03-24)

Bug Fixes

  • handle selectionRange on different input types (#619) (d5aa3ee)

v13.0.10

13.0.10 (2021-03-23)

... (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/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.0.16` --- ### 📝 Commits (1) - [`54cfebb`](https://github.com/hibiken/asynqmon/commit/54cfebbd5fb01c52791fe47c855562688a507395) Bump @testing-library/user-event from 13.0.2 to 13.0.16 in /ui ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.0.2 to 13.0.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>@​testing-library/user-event's releases</code></a>.</em></p> <blockquote> <h2>v13.0.16</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.15...v13.0.16">13.0.16</a> (2021-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> suppress invalid input on <code>&lt;input type=&quot;number&quot;&gt;</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/628">#628</a>) (<a href="https://github.com/testing-library/user-event/commit/f633a52ffc7bfdcdcf98a044815e35dd0c231ca1">f633a52</a>)</li> </ul> <h2>v13.0.15</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.14...v13.0.15">13.0.15</a> (2021-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li>trigger onChange in React (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/626">#626</a>) (<a href="https://github.com/testing-library/user-event/commit/3db892f625518fdc46bf4c61f17f1983c24d63a4">3db892f</a>)</li> </ul> <h2>v13.0.14</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.13...v13.0.14">13.0.14</a> (2021-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li>dispatch input events when overwriting selection (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/623">#623</a>) (<a href="https://github.com/testing-library/user-event/commit/394d4254ba935f66b2d5e3d24b7e48b1252bd72b">394d425</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/583">#583</a></li> </ul> <h2>v13.0.13</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.12...v13.0.13">13.0.13</a> (2021-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>apply changes before input event (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/622">#622</a>) (<a href="https://github.com/testing-library/user-event/commit/5c40248c0a2bad32ece26319458e88f44eed6e64">5c40248</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/515">#515</a></li> </ul> <h2>v13.0.12</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.11...v13.0.12">13.0.12</a> (2021-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>relative imports (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/621">#621</a>) (<a href="https://github.com/testing-library/user-event/commit/0882e4d7be1ab491cc8052db53339bdda4a3cfdb">0882e4d</a>)</li> </ul> <h2>v13.0.11</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.10...v13.0.11">13.0.11</a> (2021-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>handle selectionRange on different input types (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/619">#619</a>) (<a href="https://github.com/testing-library/user-event/commit/d5aa3ee7692b1c448dcd7a346c9467766f7b4cbf">d5aa3ee</a>)</li> </ul> <h2>v13.0.10</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.9...v13.0.10">13.0.10</a> (2021-03-23)</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/f633a52ffc7bfdcdcf98a044815e35dd0c231ca1"><code>f633a52</code></a> fix(keyboard): suppress invalid input on <code>\&lt;input type=&quot;number&quot;&gt;</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/628">#628</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/51bffe9391ccf5e86083234557552adf485ef865"><code>51bffe9</code></a> docs: add robin-ambachtsheer as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/627">#627</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/3db892f625518fdc46bf4c61f17f1983c24d63a4"><code>3db892f</code></a> fix: trigger onChange in React (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/626">#626</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/cd34b14077a350b172414ac92acd7bc8a6e6f74f"><code>cd34b14</code></a> ci: add codesandbox config (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/625">#625</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/394d4254ba935f66b2d5e3d24b7e48b1252bd72b"><code>394d425</code></a> fix: dispatch input events when overwriting selection (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/623">#623</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/5c40248c0a2bad32ece26319458e88f44eed6e64"><code>5c40248</code></a> fix: apply changes before input event (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/622">#622</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/0882e4d7be1ab491cc8052db53339bdda4a3cfdb"><code>0882e4d</code></a> fix: relative imports (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/621">#621</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/d5aa3ee7692b1c448dcd7a346c9467766f7b4cbf"><code>d5aa3ee</code></a> fix: handle selectionRange on different input types (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/619">#619</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/7ff9a9a5dc196b4e25b47e911e5d12c1886602bc"><code>7ff9a9a</code></a> refactor: replace isInstanceOfElement (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/617">#617</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/391e513d7024e10b9a0a0c58dbc5d286f95052bc"><code>391e513</code></a> fix: omit keypress with ctrlKey or altKey (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/615">#615</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.0.2...v13.0.16">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.0.2&new-version=13.0.16)](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:15:49 +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#498
No description provided.