[PR #250] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.2.1 in /ui #291

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/250
Author: @dependabot[bot]
Created: 6/20/2022
Status: Closed

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


📝 Commits (1)

  • 0eac822 Bump @testing-library/user-event from 13.1.9 to 14.2.1 in /ui

📊 Changes

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

View changed files

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

📄 Description

Bumps @testing-library/user-event from 13.1.9 to 14.2.1.

Release notes

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

v14.2.1

14.2.1 (2022-06-17)

Performance Improvements

  • tab: avert visibility check on irrelevant elements (#967) (d2d8a39)

v14.2.0

14.2.0 (2022-05-12)

Features

  • report element with declaration in pointerEventsCheck (#950) (31b7091)

Bug Fixes

  • guard against selection without range (#953) (ab78f3f)
  • selectOptions: wait after each click (#951) (7ea7a77)
  • wait after each method before leaving asyncWrapper (#952) (6f55fee)

v14.1.1

14.1.1 (2022-04-17)

Bug Fixes

v14.1.0

14.1.0 (2022-04-11)

Features

Bug Fixes

  • delete chars from value at maxlength (#909) (f5049c4)
  • reset UI selection after programmatic value change (#915) (8bc3310)
  • set initial value when setting UI value (#918) (7b0643b)

v14.0.4

14.0.4 (2022-04-01)

... (truncated)

Commits
  • 0a3fe4f docs: add camchenry as a contributor for code (#975)
  • d2d8a39 perf(tab): avert visibility check on irrelevant elements (#967)
  • 9dd3985 refactor: adjust to typescript@4.7 (#968)
  • 8215e2e docs: add Thanga-Ganapathy as a contributor for bug (#955)
  • 72d87d7 docs: add mikaelrss as a contributor for bug (#956)
  • d976f7f docs: add mattcarlotta as a contributor for bug (#954)
  • 31b7091 feat: report element with declaration in pointerEventsCheck (#950)
  • 7ea7a77 fix(selectOptions): wait after each click (#951)
  • 6f55fee fix: wait after each method before leaving asyncWrapper (#952)
  • ab78f3f fix: guard against selection without range (#953)
  • 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/250 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.2.1` --- ### 📝 Commits (1) - [`0eac822`](https://github.com/hibiken/asynqmon/commit/0eac8220372bc08a77d2c21893d0305655691fe1) Bump @testing-library/user-event from 13.1.9 to 14.2.1 in /ui ### 📊 Changes **2 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+4 -6) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 14.2.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>v14.2.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.0...v14.2.1">14.2.1</a> (2022-06-17)</h2> <h3>Performance Improvements</h3> <ul> <li><strong>tab:</strong> avert visibility check on irrelevant elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/967">#967</a>) (<a href="https://github.com/testing-library/user-event/commit/d2d8a3996f3af6318153f765aedd890576ce6da3">d2d8a39</a>)</li> </ul> <h2>v14.2.0</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.1.1...v14.2.0">14.2.0</a> (2022-05-12)</h2> <h3>Features</h3> <ul> <li>report element with declaration in <code>pointerEventsCheck</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/950">#950</a>) (<a href="https://github.com/testing-library/user-event/commit/31b709183a8695ff534bf0a5ac8e5e3726fcd3b9">31b7091</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>guard against selection without range (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/953">#953</a>) (<a href="https://github.com/testing-library/user-event/commit/ab78f3f50d8ec9a2fa8b3794ceb9a9b1b02fb3a6">ab78f3f</a>)</li> <li><strong>selectOptions:</strong> wait after each click (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/951">#951</a>) (<a href="https://github.com/testing-library/user-event/commit/7ea7a77a87ca1e6ce4e461ce87c0a0a1e8dd77a7">7ea7a77</a>)</li> <li>wait after each method before leaving <code>asyncWrapper</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/952">#952</a>) (<a href="https://github.com/testing-library/user-event/commit/6f55feebffcb331f627c8467b856723d90e06896">6f55fee</a>)</li> </ul> <h2>v14.1.1</h2> <h3><a href="https://github.com/testing-library/user-event/compare/v14.1.0...v14.1.1">14.1.1</a> (2022-04-17)</h3> <h3>Bug Fixes</h3> <ul> <li>remove implicit global references (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/932">#932</a>) (<a href="https://github.com/testing-library/user-event/commit/9913798d1e60755f1bf2e6f3caecf5600a9a7c69">9913798</a>)</li> <li>use <code>globalThis</code> instead of <code>global</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/928">#928</a>) (<a href="https://github.com/testing-library/user-event/commit/497c14df2c036e4dddd4b18101353531b0238948">497c14d</a>)</li> </ul> <h2>v14.1.0</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.0.4...v14.1.0">14.1.0</a> (2022-04-11)</h2> <h3>Features</h3> <ul> <li>add <code>advanceTimers</code> option (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/907">#907</a>) (<a href="https://github.com/testing-library/user-event/commit/627a5cf22e6736eb3e9e6303b21e5940269ba027">627a5cf</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>delete chars from value at <code>maxlength</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/909">#909</a>) (<a href="https://github.com/testing-library/user-event/commit/f5049c45c1d0d7917cc85ebd02e9c8e2761549a8">f5049c4</a>)</li> <li>reset UI selection after programmatic value change (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/915">#915</a>) (<a href="https://github.com/testing-library/user-event/commit/8bc331036cf7a2d3f93fb9e5faca0f8dcfa3c20e">8bc3310</a>)</li> <li>set initial value when setting UI value (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/918">#918</a>) (<a href="https://github.com/testing-library/user-event/commit/7b0643b52a50b2f7fd93e4401ef643b5fbae6516">7b0643b</a>)</li> </ul> <h2>v14.0.4</h2> <h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4">14.0.4</a> (2022-04-01)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/0a3fe4f46145c31821161eac4fa977dd943d1b59"><code>0a3fe4f</code></a> docs: add camchenry as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/975">#975</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/d2d8a3996f3af6318153f765aedd890576ce6da3"><code>d2d8a39</code></a> perf(tab): avert visibility check on irrelevant elements (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/967">#967</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/9dd398583b3708e1dfb151c153d5c14d3ec0e4b9"><code>9dd3985</code></a> refactor: adjust to <code>typescript@4.7</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/968">#968</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/8215e2eebb13134cd0600cc8a2481725c16cd30d"><code>8215e2e</code></a> docs: add Thanga-Ganapathy as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/955">#955</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/72d87d79b837b6c05f295b7913c6b6410498ff42"><code>72d87d7</code></a> docs: add mikaelrss as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/956">#956</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/d976f7f151f835b5fb966b3ff033d3cfc906e22e"><code>d976f7f</code></a> docs: add mattcarlotta as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/954">#954</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/31b709183a8695ff534bf0a5ac8e5e3726fcd3b9"><code>31b7091</code></a> feat: report element with declaration in <code>pointerEventsCheck</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/950">#950</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/7ea7a77a87ca1e6ce4e461ce87c0a0a1e8dd77a7"><code>7ea7a77</code></a> fix(selectOptions): wait after each click (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/951">#951</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/6f55feebffcb331f627c8467b856723d90e06896"><code>6f55fee</code></a> fix: wait after each method before leaving <code>asyncWrapper</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/952">#952</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/ab78f3f50d8ec9a2fa8b3794ceb9a9b1b02fb3a6"><code>ab78f3f</code></a> fix: guard against selection without range (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/953">#953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.2.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=14.2.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:39 +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#291
No description provided.