[PR #27] [MERGED] Bump @testing-library/jest-dom from 4.2.4 to 5.11.9 in /ui #816

Closed
opened 2026-03-15 21:36:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/27
Author: @dependabot[bot]
Created: 3/2/2021
Status: Merged
Merged: 3/2/2021
Merged by: @hibiken

Base: masterHead: dependabot/npm_and_yarn/ui/testing-library/jest-dom-5.11.9


📝 Commits (1)

  • a188f34 Bump @testing-library/jest-dom from 4.2.4 to 5.11.9 in /ui

📊 Changes

2 files changed (+49 additions, -28 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+48 -27)

📄 Description

Bumps @testing-library/jest-dom from 4.2.4 to 5.11.9.

Release notes

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

v5.11.9

5.11.9 (2021-01-12)

Bug Fixes

  • Ignore comment nodes in toBeEmptyDOMElement (#317) (6a6531d)

v5.11.8

5.11.8 (2020-12-30)

Bug Fixes

  • Adds expected text for toContainHTML checks that fail (#299) (#318) (0bd1ed9)

v5.11.7

5.11.7 (2020-12-30)

Bug Fixes

v5.11.6

5.11.6 (2020-11-13)

Bug Fixes

  • Improved error messaging for toHaveFocus assertion (#304) (c79faa2)

v5.11.5

5.11.5 (2020-10-23)

Bug Fixes

  • treat shadow DOM elements as in the document (#298) (7ee54ab)

v5.11.4

5.11.4 (2020-08-22)

Bug Fixes

  • do not explicitly depend on jest assertion utils (#250) (2da8c71)

v5.11.3

5.11.3 (2020-08-11)

... (truncated)

Commits
  • 6a6531d fix: Ignore comment nodes in toBeEmptyDOMElement (#317)
  • f930668 docs: add obedparla as a contributor (#327)
  • c686a78 docs: Update usage in README to make it more copy-pasty (#326)
  • 70677a1 docs: add nickmccurdy as a contributor (#324)
  • 0bd1ed9 fix: Adds expected text for toContainHTML checks that fail (#299) (#318)
  • 4179117 fix: check equality in toHaveDisplayValue (fix #290) (#319)
  • 2927c95 ci: Add validate workflow instead of travis (#311)
  • 8298015 chore: fix jest-watch-select-projects (#309)
  • 0309dcf docs: add syneva-runyan as a contributor (#308)
  • c79faa2 fix: Improved error messaging for toHaveFocus assertion (#304)
  • 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/27 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/jest-dom-5.11.9` --- ### 📝 Commits (1) - [`a188f34`](https://github.com/hibiken/asynqmon/commit/a188f340252340c400636efa05d99ce8d24ef6b7) Bump @testing-library/jest-dom from 4.2.4 to 5.11.9 in /ui ### 📊 Changes **2 files changed** (+49 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+48 -27) </details> ### 📄 Description Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.2.4 to 5.11.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom's releases</code></a>.</em></p> <blockquote> <h2>v5.11.9</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.8...v5.11.9">5.11.9</a> (2021-01-12)</h2> <h3>Bug Fixes</h3> <ul> <li>Ignore comment nodes in toBeEmptyDOMElement (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/317">#317</a>) (<a href="https://github.com/testing-library/jest-dom/commit/6a6531d17b69583590dea67dc2b6ca5fb18351b3">6a6531d</a>)</li> </ul> <h2>v5.11.8</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.7...v5.11.8">5.11.8</a> (2020-12-30)</h2> <h3>Bug Fixes</h3> <ul> <li>Adds expected text for toContainHTML checks that fail (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/299">#299</a>) (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/318">#318</a>) (<a href="https://github.com/testing-library/jest-dom/commit/0bd1ed9c14ca23067d81f4c04967839776e94bbf">0bd1ed9</a>)</li> </ul> <h2>v5.11.7</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.6...v5.11.7">5.11.7</a> (2020-12-30)</h2> <h3>Bug Fixes</h3> <ul> <li>check equality in toHaveDisplayValue (fix <a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/290">#290</a>) (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/319">#319</a>) (<a href="https://github.com/testing-library/jest-dom/commit/4179117d3df1f2cd6c7a203759b3668dcd092ac7">4179117</a>)</li> </ul> <h2>v5.11.6</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.5...v5.11.6">5.11.6</a> (2020-11-13)</h2> <h3>Bug Fixes</h3> <ul> <li>Improved error messaging for toHaveFocus assertion (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/304">#304</a>) (<a href="https://github.com/testing-library/jest-dom/commit/c79faa211c90b222658585858c760dbabb07fa5a">c79faa2</a>)</li> </ul> <h2>v5.11.5</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.4...v5.11.5">5.11.5</a> (2020-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li>treat shadow DOM elements as in the document (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/298">#298</a>) (<a href="https://github.com/testing-library/jest-dom/commit/7ee54abf20aa4c52f0bc0fa862999a98f7ffbc3f">7ee54ab</a>)</li> </ul> <h2>v5.11.4</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.3...v5.11.4">5.11.4</a> (2020-08-22)</h2> <h3>Bug Fixes</h3> <ul> <li>do not explicitly depend on jest assertion utils (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/250">#250</a>) (<a href="https://github.com/testing-library/jest-dom/commit/2da8c71eef4bdfaf7787710a29cbc7956d8529d9">2da8c71</a>)</li> </ul> <h2>v5.11.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.11.2...v5.11.3">5.11.3</a> (2020-08-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/6a6531d17b69583590dea67dc2b6ca5fb18351b3"><code>6a6531d</code></a> fix: Ignore comment nodes in toBeEmptyDOMElement (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/317">#317</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/f930668e0c1d7dc20f88bdcfc19327e47f14a7eb"><code>f930668</code></a> docs: add obedparla as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/327">#327</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/c686a786becd2912468daf5204c6c918d8f1d997"><code>c686a78</code></a> docs: Update usage in README to make it more copy-pasty (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/326">#326</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/70677a1ec7570c760120b6378ec3f740009c2be9"><code>70677a1</code></a> docs: add nickmccurdy as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/324">#324</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/0bd1ed9c14ca23067d81f4c04967839776e94bbf"><code>0bd1ed9</code></a> fix: Adds expected text for toContainHTML checks that fail (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/299">#299</a>) (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/318">#318</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/4179117d3df1f2cd6c7a203759b3668dcd092ac7"><code>4179117</code></a> fix: check equality in toHaveDisplayValue (fix <a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/290">#290</a>) (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/319">#319</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/2927c9526204c272602400d1efce752283bfaf95"><code>2927c95</code></a> ci: Add validate workflow instead of travis (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/311">#311</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/8298015b09e886e53116d4977c20924e45d3fcd9"><code>8298015</code></a> chore: fix jest-watch-select-projects (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/309">#309</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/0309dcf8c80d31f0feed7c549da74e5eff24a450"><code>0309dcf</code></a> docs: add syneva-runyan as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/308">#308</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/c79faa211c90b222658585858c760dbabb07fa5a"><code>c79faa2</code></a> fix: Improved error messaging for toHaveFocus assertion (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/304">#304</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/jest-dom/compare/v4.2.4...v5.11.9">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=4.2.4&new-version=5.11.9)](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-15 21:36:41 +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#816
No description provided.