[PR #6] [MERGED] Bump @testing-library/user-event from 13.5.0 to 14.5.2 #82

Closed
opened 2026-05-06 12:15:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/6
Author: @dependabot[bot]
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/testing-library/user-event-14.5.2


📝 Commits (1)

  • 4278077 Bump @testing-library/user-event from 13.5.0 to 14.5.2

📊 Changes

2 files changed (+6 additions, -9 deletions)

View changed files

📝 package-lock.json (+5 -8)
📝 package.json (+1 -1)

📄 Description

Bumps @testing-library/user-event from 13.5.0 to 14.5.2.

Release notes

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

v14.5.2

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)

v14.5.1

14.5.1 (2023-09-15)

Bug Fixes

  • incorrect default import from @​testing-library/dom (#1162) (d7483f0)

v14.5.0

14.5.0 (2023-09-14)

Bug Fixes

  • exports: add a named export for userEvent (4019cee), closes #1146

Features

  • types: Add additional type exports for UserEvent & Options (#1112) (da00e8d)

v14.4.3

14.4.3 (2022-08-09)

Bug Fixes

v14.4.2

14.4.2 (2022-08-04)

Bug Fixes

v14.4.1

14.4.1 (2022-08-02)

... (truncated)

Commits
  • d036279 chore: upgrade node in codesandbox
  • 910fee5 chore: set tsconfig baseUrl
  • fa8d867 revert: swap release script
  • c4b4629 chore: upgrade testing environment
  • 6a3c896 fix: remove interop and deep DTL imports
  • d7483f0 fix: incorrect default import from @​testing-library/dom (#1162)
  • 4be87b3 chore: swap release script
  • d95121d chore: add --experimental-import-meta-resolve
  • 8779eae chore: format, lint, fix lint
  • 4019cee fix(exports): add a named export for userEvent
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/BreizhHardware/portfolio/pull/6 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/testing-library/user-event-14.5.2` --- ### 📝 Commits (1) - [`4278077`](https://github.com/BreizhHardware/portfolio/commit/4278077eef11597d64c03caa65aaa65d42d132cc) Bump @testing-library/user-event from 13.5.0 to 14.5.2 ### 📊 Changes **2 files changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.5.2. <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.5.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2">14.5.2</a> (2023-12-29)</h2> <h3>Bug Fixes</h3> <ul> <li>remove interop and deep DTL imports (<a href="https://github.com/testing-library/user-event/commit/6a3c896bd2d77d284c6deab4f4f02c0fb366824b">6a3c896</a>)</li> </ul> <h2>v14.5.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.5.0...v14.5.1">14.5.1</a> (2023-09-15)</h2> <h3>Bug Fixes</h3> <ul> <li>incorrect default import from <code>@​testing-library/dom</code> (<a href="https://redirect.github.com/testing-library/user-event/issues/1162">#1162</a>) (<a href="https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997">d7483f0</a>)</li> </ul> <h2>v14.5.0</h2> <h1><a href="https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.0">14.5.0</a> (2023-09-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>exports:</strong> add a named export for userEvent (<a href="https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f">4019cee</a>), closes <a href="https://redirect.github.com/testing-library/user-event/issues/1146">#1146</a></li> </ul> <h3>Features</h3> <ul> <li><strong>types:</strong> Add additional type exports for UserEvent &amp; Options (<a href="https://redirect.github.com/testing-library/user-event/issues/1112">#1112</a>) (<a href="https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1">da00e8d</a>)</li> </ul> <h2>v14.4.3</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.2...v14.4.3">14.4.3</a> (2022-08-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> add <code>types</code> field in <code>exports</code> (<a href="https://redirect.github.com/testing-library/user-event/issues/1029">#1029</a>) (<a href="https://github.com/testing-library/user-event/commit/5bed8c6a2b645e172973d55d6ac2ceb637972291">5bed8c6</a>)</li> <li>remove circular dependencies (<a href="https://redirect.github.com/testing-library/user-event/issues/1027">#1027</a>) (<a href="https://github.com/testing-library/user-event/commit/1aa2027e5ec445ab413808556efa7763b65053d3">1aa2027</a>)</li> </ul> <h2>v14.4.2</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.1...v14.4.2">14.4.2</a> (2022-08-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> add <code>exports</code> field (<a href="https://redirect.github.com/testing-library/user-event/issues/1022">#1022</a>) (<a href="https://github.com/testing-library/user-event/commit/7839e293135e48fd710445c8bb1233bf2e1abb4b">7839e29</a>)</li> </ul> <h2>v14.4.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.4.0...v14.4.1">14.4.1</a> (2022-08-02)</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/d0362796a33c2d39713998f82ae309020c37b385"><code>d036279</code></a> chore: upgrade <code>node</code> in codesandbox</li> <li><a href="https://github.com/testing-library/user-event/commit/910fee5ff3ff49f16a87f87579ce6e082fa00022"><code>910fee5</code></a> chore: set tsconfig <code>baseUrl</code></li> <li><a href="https://github.com/testing-library/user-event/commit/fa8d86768037b798ee6891d01a47a82e1e96b6c1"><code>fa8d867</code></a> revert: swap release script</li> <li><a href="https://github.com/testing-library/user-event/commit/c4b46292d12884641334efa943973aeaec46d1ea"><code>c4b4629</code></a> chore: upgrade testing environment</li> <li><a href="https://github.com/testing-library/user-event/commit/6a3c896bd2d77d284c6deab4f4f02c0fb366824b"><code>6a3c896</code></a> fix: remove interop and deep DTL imports</li> <li><a href="https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997"><code>d7483f0</code></a> fix: incorrect default import from <code>@​testing-library/dom</code> (<a href="https://redirect.github.com/testing-library/user-event/issues/1162">#1162</a>)</li> <li><a href="https://github.com/testing-library/user-event/commit/4be87b3452f524bcc256d43cfb891ba1f0e236d6"><code>4be87b3</code></a> chore: swap release script</li> <li><a href="https://github.com/testing-library/user-event/commit/d95121df6ceac872325357cdf09e2b007c52df22"><code>d95121d</code></a> chore: add --experimental-import-meta-resolve</li> <li><a href="https://github.com/testing-library/user-event/commit/8779eaec9424e9968f91f21f07ab699dd506e0b4"><code>8779eae</code></a> chore: format, lint, fix lint</li> <li><a href="https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f"><code>4019cee</code></a> fix(exports): add a named export for userEvent</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.5.2">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.5.0&new-version=14.5.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
BreizhHardware 2026-05-06 12:15:15 +02: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
BreizhHardware/portfolio#82
No description provided.