[PR #58] [CLOSED] Bump @testing-library/user-event from 13.0.2 to 13.0.10 in /ui #846

Closed
opened 2026-03-15 21:38:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 954f80d Bump @testing-library/user-event from 13.0.2 to 13.0.10 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.10.

Release notes

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

v13.0.10

13.0.10 (2021-03-23)

Bug Fixes

  • omit keypress with ctrlKey or altKey (#615) (391e513)

v13.0.9

13.0.9 (2021-03-23)

Bug Fixes

  • keyboard: inputType for Enter on contenteditable (#614) (2b0632a)

v13.0.8

13.0.8 (2021-03-23)

Bug Fixes

  • paste: correct paste event init type (#611) (d612aa4)

v13.0.7

13.0.7 (2021-03-22)

Bug Fixes

v13.0.6

13.0.6 (2021-03-19)

Bug Fixes

  • upload: implement iterable on input.files (#603) (9f6355b)

v13.0.5

13.0.5 (2021-03-19)

Bug Fixes

  • click: right click triggers contextmenu (#601) (16847e1)

v13.0.4

13.0.4 (2021-03-19)

... (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/58 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/24/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.0.10` --- ### 📝 Commits (1) - [`954f80d`](https://github.com/hibiken/asynqmon/commit/954f80d58eb018760fa0d201b32439ba43785519) Bump @testing-library/user-event from 13.0.2 to 13.0.10 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.10. <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.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> <h3>Bug Fixes</h3> <ul> <li>omit keypress with ctrlKey or altKey (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/615">#615</a>) (<a href="https://github.com/testing-library/user-event/commit/391e513d7024e10b9a0a0c58dbc5d286f95052bc">391e513</a>)</li> </ul> <h2>v13.0.9</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.8...v13.0.9">13.0.9</a> (2021-03-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> inputType for Enter on contenteditable (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/614">#614</a>) (<a href="https://github.com/testing-library/user-event/commit/2b0632ab7d1cf6db72eba4d8116f57e95c567260">2b0632a</a>)</li> </ul> <h2>v13.0.8</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.7...v13.0.8">13.0.8</a> (2021-03-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>paste:</strong> correct paste event init type (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/611">#611</a>) (<a href="https://github.com/testing-library/user-event/commit/d612aa42246116dc76c39e4c4d6e71b0fcb93098">d612aa4</a>)</li> </ul> <h2>v13.0.7</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.6...v13.0.7">13.0.7</a> (2021-03-22)</h2> <h3>Bug Fixes</h3> <ul> <li>convert modules to typescript (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/609">#609</a>) (<a href="https://github.com/testing-library/user-event/commit/0fe1fec8185e045790647e9de2e1b0baf4d8e81f">0fe1fec</a>)</li> </ul> <h2>v13.0.6</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.5...v13.0.6">13.0.6</a> (2021-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>upload:</strong> implement iterable on input.files (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/603">#603</a>) (<a href="https://github.com/testing-library/user-event/commit/9f6355bcb24ebf7723c9e86f5139859a2e60694e">9f6355b</a>)</li> </ul> <h2>v13.0.5</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.4...v13.0.5">13.0.5</a> (2021-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>click:</strong> right click triggers contextmenu (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/601">#601</a>) (<a href="https://github.com/testing-library/user-event/commit/16847e18d606bb9ed9f2016e586cf4b4348b132e">16847e1</a>)</li> </ul> <h2>v13.0.4</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.0.3...v13.0.4">13.0.4</a> (2021-03-19)</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/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><a href="https://github.com/testing-library/user-event/commit/2b0632ab7d1cf6db72eba4d8116f57e95c567260"><code>2b0632a</code></a> fix(keyboard): inputType for Enter on contenteditable (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/614">#614</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/4c3d3cf4eaf7c162a519148f85e6b58bf8905304"><code>4c3d3cf</code></a> docs: add fergusmcdonald as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/612">#612</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/d612aa42246116dc76c39e4c4d6e71b0fcb93098"><code>d612aa4</code></a> fix(paste): correct paste event init type (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/611">#611</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/0fe1fec8185e045790647e9de2e1b0baf4d8e81f"><code>0fe1fec</code></a> fix: convert modules to typescript (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/609">#609</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/74d191c0b1e9e113d8a27981fe422d2e623e3d2a"><code>74d191c</code></a> docs: fix missing quote (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/604">#604</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/9f6355bcb24ebf7723c9e86f5139859a2e60694e"><code>9f6355b</code></a> fix(upload): implement iterable on input.files (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/603">#603</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/4f5b3ec733861f56e9bb3326edd7f86c72e26eae"><code>4f5b3ec</code></a> docs: add geoffroymounier as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/602">#602</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/16847e18d606bb9ed9f2016e586cf4b4348b132e"><code>16847e1</code></a> fix(click): right click triggers contextmenu (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/601">#601</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/2ef89dddb08e3645dd2a5cc708279b3d25598f62"><code>2ef89dd</code></a> docs: add sstauross as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/600">#600</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.0.2...v13.0.10">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.10)](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-15 21:38:18 +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#846
No description provided.