[PR #233] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.1.0 in /ui #979

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/233
Author: @dependabot[bot]
Created: 4/12/2022
Status: Closed

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


📝 Commits (1)

  • f0de381 Bump @testing-library/user-event from 13.1.9 to 14.1.0 in /ui

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

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)

Bug Fixes

  • track calls to HTMLInputElement.select() (#898) (6d36828)

v14.0.3

14.0.3 (2022-03-31)

Bug Fixes

  • pointer: change selection before dispatching focus (#895) (06f12a6)

v14.0.2

14.0.2 (2022-03-31)

Bug Fixes

v14.0.1

14.0.1 (2022-03-31)

Bug Fixes

  • maintain UI value on controlled number input (#889) (a7f9906)
  • pointer: support nested select (#888) (e23e559)

v14.0.0

14.0.0 (2022-03-29)

... (truncated)

Commits
  • 7b0643b fix: set initial value when setting UI value (#918)
  • 8bc3310 fix: reset UI selection after programmatic value change (#915)
  • f5049c4 fix: delete chars from value at maxlength (#909)
  • 627a5cf feat: add advanceTimers option (#907)
  • 2b9d00f docs: add karolis-cekaitis as a contributor for bug, doc (#914)
  • 6d36828 fix: track calls to HTMLInputElement.select() (#898)
  • f2e8f8e docs: add wKovacs64 as a contributor for bug (#896)
  • 06f12a6 fix(pointer): change selection before dispatching focus (#895)
  • dff6d54 docs: add tbertrand7 as a contributor for bug (#893)
  • 126d2e7 fix: work around shadowed globals (#892)
  • 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/233 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.1.0` --- ### 📝 Commits (1) - [`f0de381`](https://github.com/hibiken/asynqmon/commit/f0de38192fe08aed301eb6e0d8b85d486830839d) Bump @testing-library/user-event from 13.1.9 to 14.1.0 in /ui ### 📊 Changes **2 files changed** (+34 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+3 -1) 📝 `ui/yarn.lock` (+31 -6) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 14.1.0. <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.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> <h3>Bug Fixes</h3> <ul> <li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>) (<a href="https://github.com/testing-library/user-event/commit/6d36828e22d0ab65d94178daadb131ec92bae676">6d36828</a>)</li> </ul> <h2>v14.0.3</h2> <h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3">14.0.3</a> (2022-03-31)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>) (<a href="https://github.com/testing-library/user-event/commit/06f12a6475e6332a048c8c0770a36661af3fea20">06f12a6</a>)</li> </ul> <h2>v14.0.2</h2> <h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2">14.0.2</a> (2022-03-31)</h3> <h3>Bug Fixes</h3> <ul> <li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>) (<a href="https://github.com/testing-library/user-event/commit/126d2e7b7853e0cf16640e01316e3c602ef2b640">126d2e7</a>)</li> </ul> <h2>v14.0.1</h2> <h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-03-31)</h3> <h3>Bug Fixes</h3> <ul> <li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>) (<a href="https://github.com/testing-library/user-event/commit/a7f99066a5623e0bd05ce3092def09907a1d4dc6">a7f9906</a>)</li> <li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>) (<a href="https://github.com/testing-library/user-event/commit/e23e559297c33d86c96d217c414d4d230e14c7a2">e23e559</a>)</li> </ul> <h2>v14.0.0</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0">14.0.0</a> (2022-03-29)</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/7b0643b52a50b2f7fd93e4401ef643b5fbae6516"><code>7b0643b</code></a> fix: set initial value when setting UI value (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/918">#918</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/8bc331036cf7a2d3f93fb9e5faca0f8dcfa3c20e"><code>8bc3310</code></a> fix: reset UI selection after programmatic value change (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/915">#915</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/f5049c45c1d0d7917cc85ebd02e9c8e2761549a8"><code>f5049c4</code></a> fix: delete chars from value at <code>maxlength</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/909">#909</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/627a5cf22e6736eb3e9e6303b21e5940269ba027"><code>627a5cf</code></a> feat: add <code>advanceTimers</code> option (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/907">#907</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/2b9d00f8b54fc13c74d6bb1104b0d2339c4b177e"><code>2b9d00f</code></a> docs: add karolis-cekaitis as a contributor for bug, doc (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/914">#914</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/6d36828e22d0ab65d94178daadb131ec92bae676"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/f2e8f8e25f9664feb7db417cc15f16f6fe1d2f21"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896">#896</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/06f12a6475e6332a048c8c0770a36661af3fea20"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/dff6d548828a6f1acb59d0bc85240f08f4735b72"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893">#893</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/126d2e7b7853e0cf16640e01316e3c602ef2b640"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.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.1.0)](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:45:37 +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#979
No description provided.