[PR #183] [CLOSED] Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 in /ui #594

Closed
opened 2026-03-07 22:16:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/183
Author: @dependabot[bot]
Created: 10/14/2021
Status: Closed

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


📝 Commits (1)

  • 1d7501c Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 in /ui

📊 Changes

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

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+6 -5)

📄 Description

Bumps @testing-library/jest-dom from 5.12.0 to 5.14.1.

Release notes

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

v5.14.1

5.14.1 (2021-06-11)

Bug Fixes

v5.14.0

5.14.0 (2021-06-11)

Features

  • toHaveAccessibleName and toHaveAccessibleDescription (#377) (87ffd2a)

v5.13.0

5.13.0 (2021-06-03)

Features

Commits

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/183 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/jest-dom-5.14.1` --- ### 📝 Commits (1) - [`1d7501c`](https://github.com/hibiken/asynqmon/commit/1d7501c800370f9bb7123757c5c6cacfd73c3c78) Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 in /ui ### 📊 Changes **2 files changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+6 -5) </details> ### 📄 Description Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.12.0 to 5.14.1. <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>v5.14.1</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v5.14.0...v5.14.1">5.14.1</a> (2021-06-11)</h2> <h3>Bug Fixes</h3> <ul> <li>Updates deprecated matchers info (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/378">#378</a>) (<a href="https://github.com/testing-library/jest-dom/commit/fc9ce6d406f7c3379aac3fa7aed756af105dfdb4">fc9ce6d</a>)</li> </ul> <h2>v5.14.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v5.13.0...v5.14.0">5.14.0</a> (2021-06-11)</h1> <h3>Features</h3> <ul> <li>toHaveAccessibleName and toHaveAccessibleDescription (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/377">#377</a>) (<a href="https://github.com/testing-library/jest-dom/commit/87ffd2a639dcf91fb59e38066136976e163df618">87ffd2a</a>)</li> </ul> <h2>v5.13.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.13.0">5.13.0</a> (2021-06-03)</h1> <h3>Features</h3> <ul> <li>Add <code>toHaveErrorMessage</code> matcher (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/370">#370</a>) (<a href="https://github.com/testing-library/jest-dom/commit/217fdcc2377bc24bfdbd2e121289704128048fa9">217fdcc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/fc9ce6d406f7c3379aac3fa7aed756af105dfdb4"><code>fc9ce6d</code></a> fix: Updates deprecated matchers info (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/378">#378</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/87ffd2a639dcf91fb59e38066136976e163df618"><code>87ffd2a</code></a> feat: toHaveAccessibleName and toHaveAccessibleDescription (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/377">#377</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/317e31910c8ed5212cae7c743a96b2676549cfd4"><code>317e319</code></a> docs: Update the documentation of toBeDisabled (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/375">#375</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/9b26aefc6cb9be00c87a0fdee0bc0495805be2be"><code>9b26aef</code></a> docs: add julienw as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/374">#374</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/1cc4261eeb43a0ac63562abee92f52748c8e139e"><code>1cc4261</code></a> docs: Fix typo in README (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/373">#373</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/b721454fa389bbb520ee5126373306ee783af02b"><code>b721454</code></a> docs: add SevenOutman as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/372">#372</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/217fdcc2377bc24bfdbd2e121289704128048fa9"><code>217fdcc</code></a> feat: Add <code>toHaveErrorMessage</code> matcher (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/370">#370</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/c816955ce5101d1ac3ee10b3d9fb649649a055c2"><code>c816955</code></a> doc: Better documentation for toContaintHTML (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/363">#363</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/637529e3892611092671f30c135587c130fbf92d"><code>637529e</code></a> chore: continue testing on Node 15 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/360">#360</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1">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.12.0&new-version=5.14.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 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-07 22:16:20 +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#594
No description provided.