[PR #254] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.2.5 in /ui #295

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/254
Author: @dependabot[bot]
Created: 7/18/2022
Status: Closed

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


📝 Commits (1)

  • 7cc3c75 Bump @testing-library/user-event from 13.1.9 to 14.2.5 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.5.

Release notes

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

v14.2.5

14.2.5 (2022-07-15)

Bug Fixes

  • document: do not track value on HTMLSelectElement (#989) (77a7fa8)

v14.2.4

14.2.4 (2022-07-15)

Bug Fixes

  • use window.FileList instead of implicit global (c88865d)

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

... (truncated)

Commits
  • 77a7fa8 fix(document): do not track value on HTMLSelectElement (#989)
  • c88865d fix: use window.FileList instead of implicit global
  • c376fbc chore: whitelist implicit globals
  • cf5faed docs: add dnt1996 as a contributor for bug (#988)
  • 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)
  • 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/254 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.2.5` --- ### 📝 Commits (1) - [`7cc3c75`](https://github.com/hibiken/asynqmon/commit/7cc3c7550c837904ce24c41c53df4b8587a16e69) Bump @testing-library/user-event from 13.1.9 to 14.2.5 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.5. <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.5</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.4...v14.2.5">14.2.5</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> do not track <code>value</code> on <code>HTMLSelectElement</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/989">#989</a>) (<a href="https://github.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a">77a7fa8</a>)</li> </ul> <h2>v14.2.4</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.3...v14.2.4">14.2.4</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li>use <code>window.FileList</code> instead of implicit global (<a href="https://github.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe">c88865d</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a"><code>77a7fa8</code></a> fix(document): do not track <code>value</code> on <code>HTMLSelectElement</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/989">#989</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe"><code>c88865d</code></a> fix: use <code>window.FileList</code> instead of implicit global</li> <li><a href="https://github.com/testing-library/user-event/commit/c376fbc340b597d72af4102c899dc9bd12858095"><code>c376fbc</code></a> chore: whitelist implicit globals</li> <li><a href="https://github.com/testing-library/user-event/commit/cf5faed0d579775cf46cdf6ae3c6094dba8b5cdf"><code>cf5faed</code></a> docs: add dnt1996 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/988">#988</a>)</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.2.5">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.5)](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#295
No description provided.