[PR #154] [CLOSED] Bump @testing-library/react from 11.2.6 to 12.1.0 in /ui #573

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0cc7849 Bump @testing-library/react from 11.2.6 to 12.1.0 in /ui

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

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

BREAKING CHANGES

  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

... (truncated)

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/154 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/testing-library/react-12.1.0` --- ### 📝 Commits (1) - [`0cc7849`](https://github.com/hibiken/asynqmon/commit/0cc7849c6ceb43f7cf7d9c6fdb13cd7b5c815604) Bump @testing-library/react from 11.2.6 to 12.1.0 in /ui ### 📊 Changes **2 files changed** (+49 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+48 -15) </details> ### 📄 Description Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 12.1.0. <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.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> <ul> <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>node 10 is no longer supported. It reached its end-of-life on 30.04.2021.</li> </ul> <!-- 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/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><a href="https://github.com/testing-library/react-testing-library/commit/2e8dc0339663b93800b46a6c20169bd92907226f"><code>2e8dc03</code></a> Merge branch 'main' into alpha-release</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/05c74219cc19a46b0aa81a81db93121387bd4f8c"><code>05c7421</code></a> fix: Update <code>@​testing-library/dom</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/931">#931</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/42dad789af193cdb11701db3fdb970f8ec0ffc83"><code>42dad78</code></a> feat: Drop support for node 10 (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/930">#930</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/react-testing-library/compare/v11.2.6...v12.1.0">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.0)](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:13 +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#573
No description provided.