[PR #227] [CLOSED] Bump @testing-library/user-event from 13.1.9 to 14.0.3 in /ui #275

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 15a94c1 Bump @testing-library/user-event from 13.1.9 to 14.0.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.0.3.

Release notes

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

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)

⚠ BREAKING CHANGES

  • APIs always return a Promise.
  • pointer: skipPointerEvents has been removed. Use pointerEventsCheck: PointerEventsCheckLevel.Never instead.
  • upload: init parameter has been removed from userEvent.upload.
  • The userEvent.paste API has new parameters.
  • {ctrl}, {del}, {esc} no longer describe a key. Use {Control}, {Delete}, {Escape} instead.
  • {alt}, {ctrl}, {meta}, {shift} no longer imply not releasing the key. Use {Alt>}, {Control>}, {Meta>}, {Shift>} instead.
  • init parameter has been removed from these APIs:
    • userEvent.click
    • userEvent.dblClick
    • userEvent.tripleClick
    • userEvent.hover
    • userEvent.unhover
    • userEvent.selectOptions
    • userEvent.deselectOptions
  • userEvent.upload no longer supports clickInit as part of its init parameter.
  • Behavior for special key descriptor {selectall} has been removed.
  • Support for keyCode property on keyboard events has been removed.

... (truncated)

Commits
  • 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)
  • 810c0d8 chore: update test environment to React18 (#891)
  • 886780c docs: add robcaldecott as a contributor for bug, code (#890)
  • e23e559 fix(pointer): support nested select (#888)
  • a7f9906 fix: maintain UI value on controlled number input (#889)
  • f209a6f chore: update link to CONTRIBUTORS
  • fc15e25 chore: add codesandbox template without framework (#884)
  • 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/227 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/user-event-14.0.3` --- ### 📝 Commits (1) - [`15a94c1`](https://github.com/hibiken/asynqmon/commit/15a94c109b946b0fe356646a29a1aeea104fd2ed) Bump @testing-library/user-event from 13.1.9 to 14.0.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.0.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.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> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>APIs always return a Promise.</strong></li> <li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed. Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li> <li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li> <li>The <code>userEvent.paste</code> API has new parameters.</li> <li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li> <li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt&gt;}</code>, <code>{Control&gt;}</code>, <code>{Meta&gt;}</code>, <code>{Shift&gt;}</code> instead.</li> <li><code>init</code> parameter has been removed from these APIs: <ul> <li><code>userEvent.click</code></li> <li><code>userEvent.dblClick</code></li> <li><code>userEvent.tripleClick</code></li> <li><code>userEvent.hover</code></li> <li><code>userEvent.unhover</code></li> <li><code>userEvent.selectOptions</code></li> <li><code>userEvent.deselectOptions</code></li> </ul> </li> <li><code>userEvent.upload</code> no longer supports <code>clickInit</code> as part of its <code>init</code> parameter.</li> <li>Behavior for special key descriptor <code>{selectall}</code> has been removed.</li> <li>Support for <code>keyCode</code> property on keyboard events has been removed.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/testing-library/user-event/commit/810c0d856c933555841b74d76cc67c8e2d2fb63e"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891">#891</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/886780c2a8d87ca3c9409e4dd7e21e66429d203b"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890">#890</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/e23e559297c33d86c96d217c414d4d230e14c7a2"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/a7f99066a5623e0bd05ce3092def09907a1d4dc6"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/f209a6f863c3a5a85388222ed0e52e3c65af6de8"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li> <li><a href="https://github.com/testing-library/user-event/commit/fc15e2576833a5a755d2f837ef23c41ac581829e"><code>fc15e25</code></a> chore: add codesandbox template without framework (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/884">#884</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.1.9...v14.0.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.0.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-02 05:19:33 +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#275
No description provided.