Skip to content

Commit

Permalink
Bump @testing-library/dom from 10.0.0 to 10.1.0 in /frontend (#675)
Browse files Browse the repository at this point in the history
Bumps
[@testing-library/dom](https://github.com/testing-library/dom-testing-library)
from 10.0.0 to 10.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/dom-testing-library/releases"><code>@​testing-library/dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v10.1.0</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v10.0.0...v10.1.0">10.1.0</a>
(2024-04-29)</h1>
<h3>Features</h3>
<ul>
<li>Add window events &quot;pagehide&quot; / &quot;pageshow&quot; (<a
href="https://github.com/testing-library/dom-testing-library/issues/1308">#1308</a>)
(<a
href="https://github.com/testing-library/dom-testing-library/commit/56543d51a8776d3bc7fa9b947771ce5308bf5df4">56543d5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-library/dom-testing-library/commit/56543d51a8776d3bc7fa9b947771ce5308bf5df4"><code>56543d5</code></a>
feat: Add window events &quot;pagehide&quot; / &quot;pageshow&quot; (<a
href="https://github.com/testing-library/dom-testing-library/issues/1308">#1308</a>)</li>
<li><a
href="https://github.com/testing-library/dom-testing-library/commit/47fe879f572e2cfb2ca1e40d1ebcdffdd34a79eb"><code>47fe879</code></a>
chore: correct some typos and spelling errors (<a
href="https://github.com/testing-library/dom-testing-library/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/testing-library/dom-testing-library/commit/791735855b0922fedc1bafd4efbdb9c76457c4fd"><code>7917358</code></a>
docs: update reproduction link (<a
href="https://github.com/testing-library/dom-testing-library/issues/1304">#1304</a>)</li>
<li><a
href="https://github.com/testing-library/dom-testing-library/commit/5c7f2e836799873edd700b42df56b9264a457cc8"><code>5c7f2e8</code></a>
docs: add jlp-craigmorten as a contributor for question (<a
href="https://github.com/testing-library/dom-testing-library/issues/1298">#1298</a>)</li>
<li><a
href="https://github.com/testing-library/dom-testing-library/commit/e1dbb55222f26689139296d119acdd4f424ae870"><code>e1dbb55</code></a>
test: Stop running with unsupported Node.js versions (<a
href="https://github.com/testing-library/dom-testing-library/issues/1296">#1296</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/dom-testing-library/compare/v10.0.0...v10.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/dom&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=10.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 57be8ff commit 61b3005
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@babel/core": "^7.24.0",
"@next/eslint-plugin-next": "^14.2.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.5.1",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,10 @@
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-2.47.0.tgz#c41c680d1947e3ab2d60af3febc4132287c60596"
integrity sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==

"@testing-library/dom@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.0.0.tgz#ae1ab88aad35a728a38264041163174cafd7e8dd"
integrity sha512-PmJPnogldqoVFf+EwbHvbBJ98MmqASV8kLrBYgsDNxQcFMeIS7JFL48sfyXvuMtgmWO/wMhh25odr+8VhDmn4g==
"@testing-library/dom@^10.0.0", "@testing-library/dom@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.1.0.tgz#2d073e49771ad614da999ca48f199919e5176fb6"
integrity sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5"
Expand Down

0 comments on commit 61b3005

Please sign in to comment.