From 86bff1bc764fa99d6d9716b331af1a81546b338a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 26 Mar 2024 19:37:05 -0700
Subject: [PATCH] chore(deps): update dependency @testing-library/react to
v14.2.2 (#10303)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/react](https://togithub.com/testing-library/react-testing-library)
| [`14.1.2` ->
`14.2.2`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.1.2/14.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/14.1.2/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/14.1.2/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
testing-library/react-testing-library
(@testing-library/react)
###
[`v14.2.2`](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)
###
[`v14.2.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.1)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1)
##### Bug Fixes
- Update types to support all possible react component return values
([#1272](https://togithub.com/testing-library/react-testing-library/issues/1272))
([55e79c2](https://togithub.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9))
###
[`v14.2.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.0)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0)
##### Features
- add `reactStrictMode` option to enable strict mode render
([#1241](https://togithub.com/testing-library/react-testing-library/issues/1241))
([0880eba](https://togithub.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price
---
package.json | 2 +-
packages/auth/package.json | 2 +-
packages/forms/package.json | 2 +-
packages/testing/package.json | 2 +-
packages/web/package.json | 2 +-
yarn.lock | 18 +++++++++---------
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package.json b/package.json
index a1ff8d1810e4..99a9a6635359 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@npmcli/arborist": "7.2.2",
"@playwright/test": "1.41.2",
"@testing-library/jest-dom": "6.3.0",
- "@testing-library/react": "14.1.2",
+ "@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/babel__generator": "7.6.8",
"@types/fs-extra": "11.0.4",
diff --git a/packages/auth/package.json b/packages/auth/package.json
index bf8dd6bc9453..ebc718238d66 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -31,7 +31,7 @@
"@babel/cli": "7.23.9",
"@babel/core": "^7.22.20",
"@testing-library/jest-dom": "6.3.0",
- "@testing-library/react": "14.1.2",
+ "@testing-library/react": "14.2.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"msw": "1.3.2",
diff --git a/packages/forms/package.json b/packages/forms/package.json
index f9e9546da00c..0ae61c43c06e 100644
--- a/packages/forms/package.json
+++ b/packages/forms/package.json
@@ -34,7 +34,7 @@
"@babel/core": "^7.22.20",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.3.0",
- "@testing-library/react": "14.1.2",
+ "@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/pascalcase": "1.0.3",
"@types/react": "^18.2.55",
diff --git a/packages/testing/package.json b/packages/testing/package.json
index 35a3c44988e9..0afe2b040b1c 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -37,7 +37,7 @@
"@redwoodjs/router": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@testing-library/jest-dom": "6.3.0",
- "@testing-library/react": "14.1.2",
+ "@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/aws-lambda": "8.10.126",
"@types/babel-core": "6.25.10",
diff --git a/packages/web/package.json b/packages/web/package.json
index 143442998e6d..8aca7f32c0c7 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -57,7 +57,7 @@
"@babel/runtime": "7.24.0",
"@rollup/plugin-babel": "6.0.4",
"@testing-library/jest-dom": "6.3.0",
- "@testing-library/react": "14.1.2",
+ "@testing-library/react": "14.2.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"nodemon": "3.1.0",
diff --git a/yarn.lock b/yarn.lock
index 738e354c1b38..516dc9875e92 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8020,7 +8020,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.0"
"@testing-library/jest-dom": "npm:6.3.0"
- "@testing-library/react": "npm:14.1.2"
+ "@testing-library/react": "npm:14.2.2"
core-js: "npm:3.35.1"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
@@ -8393,7 +8393,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.24.0"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.3.0"
- "@testing-library/react": "npm:14.1.2"
+ "@testing-library/react": "npm:14.2.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/pascalcase": "npm:1.0.3"
"@types/react": "npm:^18.2.55"
@@ -8802,7 +8802,7 @@ __metadata:
"@redwoodjs/router": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@testing-library/jest-dom": "npm:6.3.0"
- "@testing-library/react": "npm:14.1.2"
+ "@testing-library/react": "npm:14.2.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/aws-lambda": "npm:8.10.126"
"@types/babel-core": "npm:6.25.10"
@@ -8920,7 +8920,7 @@ __metadata:
"@redwoodjs/auth": "workspace:*"
"@rollup/plugin-babel": "npm:6.0.4"
"@testing-library/jest-dom": "npm:6.3.0"
- "@testing-library/react": "npm:14.1.2"
+ "@testing-library/react": "npm:14.2.2"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
core-js: "npm:3.35.1"
@@ -10590,9 +10590,9 @@ __metadata:
languageName: node
linkType: hard
-"@testing-library/react@npm:14.1.2":
- version: 14.1.2
- resolution: "@testing-library/react@npm:14.1.2"
+"@testing-library/react@npm:14.2.2":
+ version: 14.2.2
+ resolution: "@testing-library/react@npm:14.2.2"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
@@ -10600,7 +10600,7 @@ __metadata:
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- checksum: 10c0/b5b0990d3aa0ea8b37c55804e0d5d584fc638a5c7d4df90da9a0fdb00bc981b27b6991468b2dc719982a5d0b0107a41596063ce51ad519eeab47b22bc04d6779
+ checksum: 10c0/ab36707f6701a4a56dd217e16e00d6326e0f760bb2e716245422c7500a0b94efcd351d0aa89c4fab2916e6ebc68c983cec6b3ae0804de813cafc913a612668f6
languageName: node
linkType: hard
@@ -29930,7 +29930,7 @@ __metadata:
"@npmcli/arborist": "npm:7.2.2"
"@playwright/test": "npm:1.41.2"
"@testing-library/jest-dom": "npm:6.3.0"
- "@testing-library/react": "npm:14.1.2"
+ "@testing-library/react": "npm:14.2.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/babel__generator": "npm:7.6.8"
"@types/fs-extra": "npm:11.0.4"