[PR #253] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.2.3 in /ui #989

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/253
Author: @dependabot[bot]
Created: 7/15/2022
Status: Closed

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


📝 Commits (1)

  • 7f45220 Bump @testing-library/user-event from 13.1.9 to 14.2.3 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.3.

Release notes

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

v14.2.3

14.2.3 (2022-07-14)

Bug Fixes

  • document: use setters/methods on element as default (#987) (c40e614)

v14.2.2

14.2.2 (2022-07-14)

Bug Fixes

  • document: track HTMLInputElement.setRangeText() (#984) (73443ec)

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)

... (truncated)

Commits
  • c40e614 fix(document): use setters/methods on element as default (#987)
  • 29bdf14 docs: add dzonatan as a contributor for bug (#985)
  • 73443ec fix(document): track HTMLInputElement.setRangeText() (#984)
  • 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)
  • 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/253 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.2.3` --- ### 📝 Commits (1) - [`7f45220`](https://github.com/hibiken/asynqmon/commit/7f4522039d09056ba89761fcade5237026b8eec0) Bump @testing-library/user-event from 13.1.9 to 14.2.3 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.3. <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.3</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.2...v14.2.3">14.2.3</a> (2022-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> use setters/methods on element as default (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/987">#987</a>) (<a href="https://github.com/testing-library/user-event/commit/c40e614b9f2af5fd8f917bc0166716e0c701bc88">c40e614</a>)</li> </ul> <h2>v14.2.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.1...v14.2.2">14.2.2</a> (2022-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> track <code>HTMLInputElement.setRangeText()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/984">#984</a>) (<a href="https://github.com/testing-library/user-event/commit/73443ecf333752236c938827716e273ca7ae4950">73443ec</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/c40e614b9f2af5fd8f917bc0166716e0c701bc88"><code>c40e614</code></a> fix(document): use setters/methods on element as default (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/987">#987</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/29bdf148954160c1cce61a4a48ef91988b1c1176"><code>29bdf14</code></a> docs: add dzonatan as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/985">#985</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/73443ecf333752236c938827716e273ca7ae4950"><code>73443ec</code></a> fix(document): track <code>HTMLInputElement.setRangeText()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/984">#984</a>)</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.2.3">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.3)](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:46:10 +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#989
No description provided.