From 55c11e8e3d4c5caad72a32f239b56e65659d0949 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:56:42 -0800 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v16.3.2 (#2237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`16.3.1` → `16.3.2`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.3.1/16.3.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/16.3.1/16.3.2?slim=true) | --- ### Release Notes
testing-library/react-testing-library (@​testing-library/react) ### [`v16.3.2`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.3.2) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2) ##### Bug Fixes - Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 ([#​1438](https://redirect.github.com/testing-library/react-testing-library/issues/1438)) ([f32bd1b](https://redirect.github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a9e2f64..3ce58b1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@tanstack/react-table": "8.21.3", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.1", + "@testing-library/react": "16.3.2", "@types/grafana": "github:CorpGlory/types-grafana", "@types/jest": "30.0.0", "@types/lodash": "4.17.23", diff --git a/yarn.lock b/yarn.lock index 4b98339..0291f22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3597,9 +3597,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:16.3.1": - version: 16.3.1 - resolution: "@testing-library/react@npm:16.3.1" +"@testing-library/react@npm:16.3.2": + version: 16.3.2 + resolution: "@testing-library/react@npm:16.3.2" dependencies: "@babel/runtime": "npm:^7.12.5" peerDependencies: @@ -3613,7 +3613,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/5a26ceaa4ab1d065be722d93e3b019883864ae038f9fd1c974f5b8a173f5f35a25768ecb2baa02a783299f009cbcd09fa7ee0b8b3d360d1c0f81535436358b28 + checksum: 10c0/f9c7f0915e1b5f7b750e6c7d8b51f091b8ae7ea99bacb761d7b8505ba25de9cfcb749a0f779f1650fb268b499dd79165dc7e1ee0b8b4cb63430d3ddc81ffe044 languageName: node linkType: hard @@ -7595,7 +7595,7 @@ __metadata: "@tanstack/react-table": "npm:8.21.3" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.9.1" - "@testing-library/react": "npm:16.3.1" + "@testing-library/react": "npm:16.3.2" "@types/grafana": "github:CorpGlory/types-grafana" "@types/jest": "npm:30.0.0" "@types/lodash": "npm:4.17.23"