[PR #40] [MERGED] Bump @testing-library/react from 9.5.0 to 11.2.5 in /ui #477

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/ui/testing-library/react-11.2.5


📝 Commits (1)

  • d6ba934 Bump @testing-library/react from 9.5.0 to 11.2.5 in /ui

📊 Changes

2 files changed (+13 additions, -119 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+12 -118)

📄 Description

Bumps @testing-library/react from 9.5.0 to 11.2.5.

Release notes

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

v11.2.5

11.2.5 (2021-02-02)

Bug Fixes

  • render: add default type for Queries parameter (#871) (5576e6f)

v11.2.4

11.2.4 (2021-02-02)

Bug Fixes

  • render: Default to HTMLElement in returned container (#868) (81c2de9)

v11.2.3

11.2.3 (2021-01-07)

Bug Fixes

v11.2.2

11.2.2 (2020-11-20)

Bug Fixes

  • dependencies: bump dom testing library (#836) (7fcb0f2)

v11.2.1

11.2.1 (2020-11-19)

Bug Fixes

  • types: Allow all HTML and SVG elements in render. (#833) (1dc33b2)

v11.2.0

11.2.0 (2020-11-18)

Features

v11.1.2

11.1.2 (2020-11-11)

... (truncated)

Commits
  • cbe020a docs: add solufa as a contributor (#872)
  • 5576e6f fix(render): add default type for Queries parameter (#871)
  • 81c2de9 fix(render): Default to HTMLElement in returned container (#868)
  • 2a3be2c docs: use vanity URL for Discord
  • deafd51 docs: add sanchit121 as a contributor (#858)
  • 1389f09 fix: Return type of unmount is void (#857)
  • 64a8b9c chore: update all deps (#842)
  • 03bea9f chore: Add 'Cancel Previous Runs' step (#840)
  • 7fcb0f2 fix(dependencies): bump dom testing library (#836)
  • 276673f chore(types): add test for rendering SVG elements (#834)
  • 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/40 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/5/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/react-11.2.5` --- ### 📝 Commits (1) - [`d6ba934`](https://github.com/hibiken/asynqmon/commit/d6ba9340c3818c6d058cc62e12e204889be0bb0c) Bump @testing-library/react from 9.5.0 to 11.2.5 in /ui ### 📊 Changes **2 files changed** (+13 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+12 -118) </details> ### 📄 Description Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.5.0 to 11.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react's releases</code></a>.</em></p> <blockquote> <h2>v11.2.5</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.4...v11.2.5">11.2.5</a> (2021-02-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>render:</strong> add default type for Queries parameter (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/871">#871</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/5576e6f71445fd08cb10a58b571976eb410699ec">5576e6f</a>)</li> </ul> <h2>v11.2.4</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.3...v11.2.4">11.2.4</a> (2021-02-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>render:</strong> Default to HTMLElement in returned container (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/868">#868</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/81c2de90c621df4f0702db02adf0c1f31bc08cd6">81c2de9</a>)</li> </ul> <h2>v11.2.3</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.2...v11.2.3">11.2.3</a> (2021-01-07)</h2> <h3>Bug Fixes</h3> <ul> <li>Return type of unmount is <code>void</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/857">#857</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/1389f094748991b3a900e2fcc9f4bf21df212da9">1389f09</a>)</li> </ul> <h2>v11.2.2</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.1...v11.2.2">11.2.2</a> (2020-11-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>dependencies:</strong> bump dom testing library (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/836">#836</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/7fcb0f2e930a34bc1a0fa3dc964cd05a74fdfefd">7fcb0f2</a>)</li> </ul> <h2>v11.2.1</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.0...v11.2.1">11.2.1</a> (2020-11-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> Allow all HTML and SVG elements in render. (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/833">#833</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/1dc33b23bec6d033d65674ac6e1c2dd7e9a71202">1dc33b2</a>)</li> </ul> <h2>v11.2.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v11.1.2...v11.2.0">11.2.0</a> (2020-11-18)</h1> <h3>Features</h3> <ul> <li>bump dom testing library (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/831">#831</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/456424ff33ea8d5156e5d86c64a756c6f852d96d">456424f</a>)</li> </ul> <h2>v11.1.2</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v11.1.1...v11.1.2">11.1.2</a> (2020-11-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/cbe020ada151a92aa1be46a695354a33045aafac"><code>cbe020a</code></a> docs: add solufa as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/872">#872</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/5576e6f71445fd08cb10a58b571976eb410699ec"><code>5576e6f</code></a> fix(render): add default type for Queries parameter (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/871">#871</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/81c2de90c621df4f0702db02adf0c1f31bc08cd6"><code>81c2de9</code></a> fix(render): Default to HTMLElement in returned container (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/868">#868</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/2a3be2c9064134bc3dcf7b88e438011a02d2baa3"><code>2a3be2c</code></a> docs: use vanity URL for Discord</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/deafd51bc20209612674dbdaba920750c1d6352e"><code>deafd51</code></a> docs: add sanchit121 as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/858">#858</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/1389f094748991b3a900e2fcc9f4bf21df212da9"><code>1389f09</code></a> fix: Return type of unmount is <code>void</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/857">#857</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/64a8b9c2f30922d362028d9c6a31543c1874d1c7"><code>64a8b9c</code></a> chore: update all deps (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/842">#842</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/03bea9fd76349f458b6aff7b472acefe1879375f"><code>03bea9f</code></a> chore: Add 'Cancel Previous Runs' step (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/840">#840</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/7fcb0f2e930a34bc1a0fa3dc964cd05a74fdfefd"><code>7fcb0f2</code></a> fix(dependencies): bump dom testing library (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/836">#836</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/276673ff001858fc5844df35114bf32e48bcdc1a"><code>276673f</code></a> chore(types): add test for rendering SVG elements (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/834">#834</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/react-testing-library/compare/v9.5.0...v11.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/react&package-manager=npm_and_yarn&previous-version=9.5.0&new-version=11.2.5)](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:15:43 +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#477
No description provided.