[PR #162] [CLOSED] Bump @testing-library/react from 11.2.6 to 12.1.1 in /ui #926

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/162
Author: @dependabot[bot]
Created: 9/28/2021
Status: Closed

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


📝 Commits (1)

  • 1e0e172 Bump @testing-library/react from 11.2.6 to 12.1.1 in /ui

📊 Changes

2 files changed (+54 additions, -16 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+53 -15)

📄 Description

Bumps @testing-library/react from 11.2.6 to 12.1.1.

Release notes

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

v12.1.1

12.1.1 (2021-09-27)

Bug Fixes

  • TS: make wrapper allow a simple function comp (#966) (cde904c)

v12.1.0

12.1.0 (2021-09-11)

Features

v12.0.0

12.0.0 (2021-06-23)

Bug Fixes

Features

BREAKING CHANGES

  • Bump @testing-library/dom to 8.0.0. Please check out the @testing-library/dom@8.0.0 release page for a detailed list of breaking changes.
  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v12.0.0-alpha.2

12.0.0-alpha.2 (2021-06-13)

Bug Fixes

v12.0.0-alpha.1

12.0.0-alpha.1 (2021-06-12)

Features

... (truncated)

Commits
  • cde904c fix(TS): make wrapper allow a simple function comp (#966)
  • a218b63 docs: add akashshyamdev as a contributor for bug (#967)
  • 84851dc test: Backport tests using the full timer matrix (#962)
  • 3325061 docs: add ImADrafter as a contributor for doc (#961)
  • fbacb0d feat: improve JSDocs for RenderOptions (#909)
  • 071a6fd test: Format codebase with prettier (#959)
  • 68fd459 test: Ensure broken node 16.9.0 isn't used (#960)
  • 8f3bd3c docs: add leschdom as a contributor for doc (#941)
  • 801edaa docs(CONTRIBUTING): update links (#932)
  • 6e6bf85 feat: Bump @​testing-library/dom
  • 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/162 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/28/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/react-12.1.1` --- ### 📝 Commits (1) - [`1e0e172`](https://github.com/hibiken/asynqmon/commit/1e0e172332f77717aa4414377e2e1b6ac9032544) Bump @testing-library/react from 11.2.6 to 12.1.1 in /ui ### 📊 Changes **2 files changed** (+54 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+53 -15) </details> ### 📄 Description Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 12.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v12.1.1</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v12.1.0...v12.1.1">12.1.1</a> (2021-09-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>TS:</strong> make wrapper allow a simple function comp (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/966">#966</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/cde904cd161782090d7ab7256bcb9b13e771d0ea">cde904c</a>)</li> </ul> <h2>v12.1.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.0">12.1.0</a> (2021-09-11)</h1> <h3>Features</h3> <ul> <li>improve JSDocs for RenderOptions (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/909">#909</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/fbacb0da993518c2975efee17604e99a3180664f">fbacb0d</a>)</li> </ul> <h2>v12.0.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.7...v12.0.0">12.0.0</a> (2021-06-23)</h1> <h3>Bug Fixes</h3> <ul> <li>Bump testing-library/dom to v8 alpha (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/923">#923</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/770246e5cf15593bee96de5ce8b43305826c0893">770246e</a>)</li> <li>Update <code>@​testing-library/dom</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/931">#931</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/05c74219cc19a46b0aa81a81db93121387bd4f8c">05c7421</a>)</li> </ul> <h3>Features</h3> <ul> <li>Bump <code>@​testing-library/dom</code> (<a href="https://github.com/testing-library/react-testing-library/commit/6e6bf85301feed5d6bfa498d6d7f58a0bdef4520">6e6bf85</a>)</li> <li>Drop support for node 10 (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/930">#930</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/42dad789af193cdb11701db3fdb970f8ec0ffc83">42dad78</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Bump <code>@testing-library/dom</code> to 8.0.0. Please check out the <a href="https://github.com/testing-library/dom-testing-library/releases/tag/v8.0.0"><code>@testing-library/dom@8.0.0</code> release page</a> for a detailed list of breaking changes.</li> <li>node 10 is no longer supported. It reached its end-of-life on 30.04.2021.</li> </ul> <h2>v12.0.0-alpha.2</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v12.0.0-alpha.1...v12.0.0-alpha.2">12.0.0-alpha.2</a> (2021-06-13)</h1> <h3>Bug Fixes</h3> <ul> <li>Update <code>@​testing-library/dom</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/931">#931</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/05c74219cc19a46b0aa81a81db93121387bd4f8c">05c7421</a>)</li> </ul> <h2>v12.0.0-alpha.1</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v11.2.8-alpha.1...v12.0.0-alpha.1">12.0.0-alpha.1</a> (2021-06-12)</h1> <h3>Features</h3> <!-- 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/cde904cd161782090d7ab7256bcb9b13e771d0ea"><code>cde904c</code></a> fix(TS): make wrapper allow a simple function comp (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/966">#966</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/a218b63163e1cafffb7da08fa05f26b68a34f14d"><code>a218b63</code></a> docs: add akashshyamdev as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/967">#967</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/84851dc660d49543707ba9eead42395c45ec06e2"><code>84851dc</code></a> test: Backport tests using the full timer matrix (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/962">#962</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/3325061cac7c6cfcefa7da7b80765c7d36a25b40"><code>3325061</code></a> docs: add ImADrafter as a contributor for doc (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/961">#961</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/fbacb0da993518c2975efee17604e99a3180664f"><code>fbacb0d</code></a> feat: improve JSDocs for RenderOptions (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/909">#909</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/071a6fdc1d8378bad0ad2d9f8fa58ec846ed7e2d"><code>071a6fd</code></a> test: Format codebase with prettier (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/959">#959</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/68fd459149e04d2edea991f61ea04dfc8c3cba34"><code>68fd459</code></a> test: Ensure broken node 16.9.0 isn't used (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/960">#960</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/8f3bd3c34fa63edf33b2139f27544e41f7593dfd"><code>8f3bd3c</code></a> docs: add leschdom as a contributor for doc (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/941">#941</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/801edaa0d607e8a5acb988a9ba7777262c5d2df4"><code>801edaa</code></a> docs(CONTRIBUTING): update links (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/932">#932</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/6e6bf85301feed5d6bfa498d6d7f58a0bdef4520"><code>6e6bf85</code></a> feat: Bump <code>@​testing-library/dom</code></li> <li>Additional commits viewable in <a href="https://github.com/testing-library/react-testing-library/compare/v11.2.6...v12.1.1">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=11.2.6&new-version=12.1.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-15 21:42:38 +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#926
No description provided.