Update dependency @testing-library/react to v13.4.0 (#46)
Some checks failed
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / Pin to cluster node (push) Blocked by required conditions
Build and deploy / Update OVH DNS (push) Blocked by required conditions
Build and deploy / build-wasm (push) Has been cancelled

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | dependencies | minor | [`13.2.0` -> `13.4.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/13.2.0/13.4.0) |

---

### Release Notes

<details>
<summary>testing-library/react-testing-library (@&#8203;testing-library/react)</summary>

### [`v13.4.0`](https://github.com/testing-library/react-testing-library/releases/tag/v13.4.0)

[Compare Source](https://github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0)

##### Features

-   **renderHook:** allow passing of all render options to renderHook ([#&#8203;1118](https://github.com/testing-library/react-testing-library/issues/1118)) ([27a9584](27a9584629))

### [`v13.3.0`](https://github.com/testing-library/react-testing-library/releases/tag/v13.3.0)

[Compare Source](https://github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0)

##### Features

-   Use `globalThis` if available ([#&#8203;1070](https://github.com/testing-library/react-testing-library/issues/1070)) ([c80809a](c80809a956))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #46
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
This commit is contained in:
Renovate 2024-11-08 12:04:58 +00:00 committed by Alexandre Bruyant
parent 49110c80ca
commit 77d1f39140

View File

@ -3105,9 +3105,9 @@
} }
}, },
"node_modules/@testing-library/react": { "node_modules/@testing-library/react": {
"version": "13.2.0", "version": "13.4.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz",
"integrity": "sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g==", "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.5.0", "@testing-library/dom": "^8.5.0",
@ -16728,9 +16728,9 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "13.2.0", "version": "13.4.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz",
"integrity": "sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g==", "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.5.0", "@testing-library/dom": "^8.5.0",