[PR #93] [CLOSED] Bump @testing-library/user-event from 13.1.1 to 13.1.6 in /ui #873

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/93
Author: @dependabot[bot]
Created: 4/29/2021
Status: Closed

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


📝 Commits (1)

  • 29fc45d Bump @testing-library/user-event from 13.1.1 to 13.1.6 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.1.1 to 13.1.6.

Release notes

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

v13.1.6

13.1.6 (2021-04-28)

Bug Fixes

  • keyboard: add link to README in key descriptor error (#666) (ebc90d8)

v13.1.5

13.1.5 (2021-04-19)

Bug Fixes

  • relax typing and throw error for unsupported elements (#649) (dc13160)

v13.1.4

13.1.4 (2021-04-18)

Bug Fixes

  • keyboard: recognize checkbox/radio as clickable inputs (#654) (35d996e)

v13.1.3

13.1.3 (2021-04-14)

Bug Fixes

  • throw error when click/hover on pointer-events: none (#647) (6b2ce66)

v13.1.2

13.1.2 (2021-04-09)

Bug Fixes

  • replace references to global.document (#642) (c69a74a)
Commits
  • ebc90d8 fix(keyboard): add link to README in key descriptor error (#666)
  • 1560b29 chore: add tests for Node 16 (#660)
  • c75aab0 docs: add GreenGremlin as a contributor (#658)
  • dc13160 fix: relax typing and throw error for unsupported elements (#649)
  • 5e6d7db chore: remove typings from PR checklist (#657)
  • 33d3a00 docs: add bozdoz as a contributor (#656)
  • 35d996e fix(keyboard): recognize checkbox/radio as clickable inputs (#654)
  • d22ea5e docs: add vicrep as a contributor (#651)
  • 6b2ce66 fix: throw error when click/hover on pointer-events: none (#647)
  • 0537940 docs: add loreanvictor as a contributor (#643)
  • 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/93 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-13.1.6` --- ### 📝 Commits (1) - [`29fc45d`](https://github.com/hibiken/asynqmon/commit/29fc45dd9edc0060e4183a5e518a19fcea91daa1) Bump @testing-library/user-event from 13.1.1 to 13.1.6 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.1.1 to 13.1.6. <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.1.6</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.5...v13.1.6">13.1.6</a> (2021-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> add link to README in key descriptor error (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/666">#666</a>) (<a href="https://github.com/testing-library/user-event/commit/ebc90d84412919e223a5ecf8620caf2394d5c737">ebc90d8</a>)</li> </ul> <h2>v13.1.5</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.4...v13.1.5">13.1.5</a> (2021-04-19)</h2> <h3>Bug Fixes</h3> <ul> <li>relax typing and throw error for unsupported elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/649">#649</a>) (<a href="https://github.com/testing-library/user-event/commit/dc131600f90313a92d776cd4cd9e2233e0edbe6b">dc13160</a>)</li> </ul> <h2>v13.1.4</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.3...v13.1.4">13.1.4</a> (2021-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>keyboard:</strong> recognize <code>checkbox</code>/<code>radio</code> as clickable inputs (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/654">#654</a>) (<a href="https://github.com/testing-library/user-event/commit/35d996eebd431a5839eb5be0a79b0f5d069693b8">35d996e</a>)</li> </ul> <h2>v13.1.3</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.2...v13.1.3">13.1.3</a> (2021-04-14)</h2> <h3>Bug Fixes</h3> <ul> <li>throw error when <code>click</code>/<code>hover</code> on <code>pointer-events: none</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/647">#647</a>) (<a href="https://github.com/testing-library/user-event/commit/6b2ce66939bc4f2f3fc6cbef954261b5e3fe89ae">6b2ce66</a>)</li> </ul> <h2>v13.1.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.1.1...v13.1.2">13.1.2</a> (2021-04-09)</h2> <h3>Bug Fixes</h3> <ul> <li>replace references to <code>global.document</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/642">#642</a>) (<a href="https://github.com/testing-library/user-event/commit/c69a74a1404ca12bbd2d9fa6814c9cb49464fa01">c69a74a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/ebc90d84412919e223a5ecf8620caf2394d5c737"><code>ebc90d8</code></a> fix(keyboard): add link to README in key descriptor error (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/666">#666</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/1560b29e7482dc402733cd51d2b1e5a34d05c033"><code>1560b29</code></a> chore: add tests for Node 16 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/660">#660</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/c75aab0f8faee018054bdd8c916b83c5fc789b94"><code>c75aab0</code></a> docs: add GreenGremlin as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/658">#658</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/dc131600f90313a92d776cd4cd9e2233e0edbe6b"><code>dc13160</code></a> fix: relax typing and throw error for unsupported elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/649">#649</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/5e6d7db2583898ca74d076f79f471ba5c1f35836"><code>5e6d7db</code></a> chore: remove typings from PR checklist (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/657">#657</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/33d3a00dde99faf728efdefdd623dc3ad2fc89dd"><code>33d3a00</code></a> docs: add bozdoz as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/656">#656</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/35d996eebd431a5839eb5be0a79b0f5d069693b8"><code>35d996e</code></a> fix(keyboard): recognize <code>checkbox</code>/<code>radio</code> as clickable inputs (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/654">#654</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/d22ea5e0f5b042d743380efe089644ad7f65d29f"><code>d22ea5e</code></a> docs: add vicrep as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/651">#651</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/6b2ce66939bc4f2f3fc6cbef954261b5e3fe89ae"><code>6b2ce66</code></a> fix: throw error when <code>click</code>/<code>hover</code> on <code>pointer-events: none</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/647">#647</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/0537940906acaedc3e6b4d3a050114a84bb76e99"><code>0537940</code></a> docs: add loreanvictor as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/643">#643</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.1...v13.1.6">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.1&new-version=13.1.6)](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:39:40 +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#873
No description provided.