[PR #255] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.2.6 in /ui #296

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e5dc0ef Bump @testing-library/user-event from 13.1.9 to 14.2.6 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.6.

Release notes

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

v14.2.6

14.2.6 (2022-07-18)

Bug Fixes

  • document: reduce impact of React@17 workaround (#992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#991) (6e4058b)

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

... (truncated)

Commits
  • 6e4058b fix(pointer): do not throw for pointer-events: none on previous target (#991)
  • 9816d38 fix(document): reduce impact of React@17 workaround (#992)
  • 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)
  • 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/255 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.2.6` --- ### 📝 Commits (1) - [`e5dc0ef`](https://github.com/hibiken/asynqmon/commit/e5dc0efaa0add0af1933e4ef491b13d1cbc6337e) Bump @testing-library/user-event from 13.1.9 to 14.2.6 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.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>v14.2.6</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.2.5...v14.2.6">14.2.6</a> (2022-07-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>document:</strong> reduce impact of React@17 workaround (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/992">#992</a>) (<a href="https://github.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27">9816d38</a>)</li> <li><strong>pointer:</strong> do not throw for <code>pointer-events: none</code> on previous target (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/991">#991</a>) (<a href="https://github.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25">6e4058b</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25"><code>6e4058b</code></a> fix(pointer): do not throw for <code>pointer-events: none</code> on previous target (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/991">#991</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27"><code>9816d38</code></a> fix(document): reduce impact of React@17 workaround (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/992">#992</a>)</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.2.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.9&new-version=14.2.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-02 05:19: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#296
No description provided.