[PR #62] [MERGED] Bump @testing-library/user-event from 13.0.2 to 13.1.1 in /ui #151

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/62
Author: @dependabot[bot]
Created: 3/31/2021
Status: Merged
Merged: 4/5/2021
Merged by: @hibiken

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


📝 Commits (1)

  • 483f0ce Bump @testing-library/user-event from 13.0.2 to 13.1.1 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.1.1.

Release notes

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

v13.1.1

13.1.1 (2021-03-30)

Bug Fixes

  • type: catch internal promise rejections (#635) (6ae18e3)

v13.1.0

13.1.0 (2021-03-30)

Features

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)

... (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/62 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/31/2021 **Status:** ✅ Merged **Merged:** 4/5/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.1.1` --- ### 📝 Commits (1) - [`483f0ce`](https://github.com/hibiken/asynqmon/commit/483f0ce86089189ab95d50a91bad81cbce17fea7) Bump @testing-library/user-event from 13.0.2 to 13.1.1 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.1.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's releases</code></a>.</em></p> <blockquote> <h2>v13.1.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.0...v13.1.1">13.1.1</a> (2021-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>type:</strong> catch internal promise rejections (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/635">#635</a>) (<a href="https://github.com/testing-library/user-event/commit/6ae18e31c03cc46e3af4d03dc3041604daa4e733">6ae18e3</a>)</li> </ul> <h2>v13.1.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v13.0.16...v13.1.0">13.1.0</a> (2021-03-30)</h1> <h3>Features</h3> <ul> <li>support CSS pointer-events property (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/631">#631</a>) (<a href="https://github.com/testing-library/user-event/commit/32e971226e41c8bb458d6f56982f3e603152cffc">32e9712</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/6ae18e31c03cc46e3af4d03dc3041604daa4e733"><code>6ae18e3</code></a> fix(type): catch internal promise rejections (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/635">#635</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/54a10f533a1e47a21b93912932907561a75a080e"><code>54a10f5</code></a> docs: add MohitPopli as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/634">#634</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/32e971226e41c8bb458d6f56982f3e603152cffc"><code>32e9712</code></a> feat: support CSS pointer-events property (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/631">#631</a>)</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.0.2...v13.1.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.0.2&new-version=13.1.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-02 05:19:01 +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#151
No description provided.