Skip to content

Commit

Permalink
chore(deps): Bump @testing-library/user-event from 12.8.3 to 14.5.1 (#35
Browse files Browse the repository at this point in the history
)

Bumps
[@testing-library/user-event](https://github.com/testing-library/user-event)
from 12.8.3 to 14.5.1.
<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.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>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> transpile to es2019 syntax (<a
href="https://redirect.github.com/testing-library/user-event/issues/1016">#1016</a>)
(<a
href="https://github.com/testing-library/user-event/commit/4291cb8cd59afa9f7e2cff46f12dae6e26f7c5bc">4291cb8</a>)</li>
</ul>
<h2>v14.4.0</h2>
<h2><a
href="https://github.com/testing-library/user-event/compare/v14.3.0...v14.4.0">14.4.0</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/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><a
href="https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1"><code>da00e8d</code></a>
feat(types): Add additional type exports for UserEvent &amp; Options (<a
href="https://redirect.github.com/testing-library/user-event/issues/1112">#1112</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/7a305dee9ab833d6f338d567fc2e862b4838b76a"><code>7a305de</code></a>
chore: fix snapshot testing (<a
href="https://redirect.github.com/testing-library/user-event/issues/1090">#1090</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/e93a5af30a2afd05e49abcb37db3f2f212fe0df7"><code>e93a5af</code></a>
chore: rewrite tests (<a
href="https://redirect.github.com/testing-library/user-event/issues/1081">#1081</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/1aa2027e5ec445ab413808556efa7763b65053d3"><code>1aa2027</code></a>
fix: remove circular dependencies (<a
href="https://redirect.github.com/testing-library/user-event/issues/1027">#1027</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/5bed8c6a2b645e172973d55d6ac2ceb637972291"><code>5bed8c6</code></a>
fix(build): add <code>types</code> field in <code>exports</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1029">#1029</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/user-event/compare/v12.8.3...v14.5.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=12.8.3&new-version=14.5.1)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent c7f31b9 commit 884d65c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2628,12 +2628,10 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"

"@testing-library/user-event@^12.1.10":
version "12.8.3"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a"
integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/user-event@^14.5.1":
version "14.5.1"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f"
integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==

"@tootallnate/once@1":
version "1.1.2"
Expand Down

0 comments on commit 884d65c

Please sign in to comment.