[PR #5] [MERGED] Bump @testing-library/jest-dom from 5.17.0 to 6.4.6 #81

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/testing-library/jest-dom-6.4.6


📝 Commits (1)

  • 2162e69 Bump @testing-library/jest-dom from 5.17.0 to 6.4.6

📊 Changes

2 files changed (+3154 additions, -1590 deletions)

View changed files

📝 package-lock.json (+3153 -1589)
📝 package.json (+1 -1)

📄 Description

Bumps @testing-library/jest-dom from 5.17.0 to 6.4.6.

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.6

6.4.6 (2024-06-10)

Bug Fixes

v6.4.5

6.4.5 (2024-05-03)

Bug Fixes

v6.4.4

6.4.4 (2024-05-03)

Bug Fixes

v6.4.3

6.4.3 (2024-05-03)

Bug Fixes

  • Updates role support for aria-required attribute in toBeRequired (#590) (20aca33)

v6.4.2

6.4.2 (2024-02-05)

Bug Fixes

  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575) (a93c0c4)

v6.4.1

6.4.1 (2024-02-01)

Bug Fixes

  • Export type TestingLibraryMatchers from "./matchers" (#576) (dd1c4dd)

v6.4.0

6.4.0 (2024-01-30)

... (truncated)

Commits
  • fd9ee68 fix: Support @​starting-style (#602)
  • e8c8b13 fix: add js suffix to isEqualWith import (#599)
  • f03a582 fix(infra): codecoverage token addition (#600)
  • 20aca33 fix: Updates role support for aria-required attribute in toBeRequired (#590)
  • bd82f64 refactor: replace lodash with own implementation when possible (#593)
  • a93c0c4 fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...
  • c5c4e8d docs: add Dennis273 as a contributor for code (#581)
  • 978e3d4 docs: add kryops as a contributor for bug, code, and test (#580)
  • 73ad847 docs: add SteKoe as a contributor for bug, and code (#579)
  • d829ed9 docs: add jakeboone02 as a contributor for code, and test (#578)
  • 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/5 **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/jest-dom-6.4.6` --- ### 📝 Commits (1) - [`2162e69`](https://github.com/BreizhHardware/portfolio/commit/2162e6918cb365454474e6ecc2312ad1ff2c25a2) Bump @testing-library/jest-dom from 5.17.0 to 6.4.6 ### 📊 Changes **2 files changed** (+3154 additions, -1590 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3153 -1589) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.4.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.4.6</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6">6.4.6</a> (2024-06-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Support <a href="https://github.com/starting-style"><code>@​starting-style</code></a> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/602">#602</a>) (<a href="https://github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476">fd9ee68</a>)</li> </ul> <h2>v6.4.5</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5">6.4.5</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>add js suffix to isEqualWith import (<a href="https://redirect.github.com/testing-library/jest-dom/issues/599">#599</a>) (<a href="https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca">e8c8b13</a>)</li> </ul> <h2>v6.4.4</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4">6.4.4</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>infra:</strong> codecoverage token addition (<a href="https://redirect.github.com/testing-library/jest-dom/issues/600">#600</a>) (<a href="https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a">f03a582</a>)</li> </ul> <h2>v6.4.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3">6.4.3</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>Updates role support for aria-required attribute in <code>toBeRequired</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/590">#590</a>) (<a href="https://github.com/testing-library/jest-dom/commit/20aca338d09062a2a71f6dd4e0daad65b26f6210">20aca33</a>)</li> </ul> <h2>v6.4.2</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2">6.4.2</a> (2024-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li>Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (<a href="https://redirect.github.com/testing-library/jest-dom/issues/575">#575</a>) (<a href="https://github.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879">a93c0c4</a>)</li> </ul> <h2>v6.4.1</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1">6.4.1</a> (2024-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Export type <code>TestingLibraryMatchers</code> from &quot;./matchers&quot; (<a href="https://redirect.github.com/testing-library/jest-dom/issues/576">#576</a>) (<a href="https://github.com/testing-library/jest-dom/commit/dd1c4dd504973efced2f9e02a35e7df3079914af">dd1c4dd</a>)</li> </ul> <h2>v6.4.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0">6.4.0</a> (2024-01-30)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476"><code>fd9ee68</code></a> fix: Support <a href="https://github.com/starting-style"><code>@​starting-style</code></a> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/602">#602</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca"><code>e8c8b13</code></a> fix: add js suffix to isEqualWith import (<a href="https://redirect.github.com/testing-library/jest-dom/issues/599">#599</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a"><code>f03a582</code></a> fix(infra): codecoverage token addition (<a href="https://redirect.github.com/testing-library/jest-dom/issues/600">#600</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/20aca338d09062a2a71f6dd4e0daad65b26f6210"><code>20aca33</code></a> fix: Updates role support for aria-required attribute in <code>toBeRequired</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/590">#590</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/bd82f64592696c9710c59becaf1adfeb1e4c6169"><code>bd82f64</code></a> refactor: replace lodash with own implementation when possible (<a href="https://redirect.github.com/testing-library/jest-dom/issues/593">#593</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879"><code>a93c0c4</code></a> fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...</li> <li><a href="https://github.com/testing-library/jest-dom/commit/c5c4e8d4c806caf9b1077dbfd155bd4520d9b02b"><code>c5c4e8d</code></a> docs: add Dennis273 as a contributor for code (<a href="https://redirect.github.com/testing-library/jest-dom/issues/581">#581</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/978e3d4276e5082f79e4033c1347abddc1f3496e"><code>978e3d4</code></a> docs: add kryops as a contributor for bug, code, and test (<a href="https://redirect.github.com/testing-library/jest-dom/issues/580">#580</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/73ad847c7324235faffc441e9c48bc769e5ed9da"><code>73ad847</code></a> docs: add SteKoe as a contributor for bug, and code (<a href="https://redirect.github.com/testing-library/jest-dom/issues/579">#579</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/d829ed9cb834efae9d4c5ee08736dae48b11bcaa"><code>d829ed9</code></a> docs: add jakeboone02 as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/jest-dom/issues/578">#578</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.4.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.17.0&new-version=6.4.6)](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:14 +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#81
No description provided.