Update dependency @testing-library/react to v16 #9

Merged
bizcochito merged 1 commits from renovate/testing-library-react-16.x into main 2024-12-01 13:19:25 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@testing-library/react devDependencies major ^14.2.1 -> ^16.0.0

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in 2c570553d8 to get an overview about what changed.

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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/react](https://github.com/testing-library/react-testing-library) | devDependencies | major | [`^14.2.1` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.3.1/16.0.1) | --- ### Release Notes <details> <summary>testing-library/react-testing-library (@&#8203;testing-library/react)</summary> ### [`v16.0.1`](https://github.com/testing-library/react-testing-library/releases/tag/v16.0.1) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1) ##### Bug Fixes - Add support for exactOptionalPropertyTypes in TypeScript ([#&#8203;1351](https://github.com/testing-library/react-testing-library/issues/1351)) ([3dcd8a9](https://github.com/testing-library/react-testing-library/commit/3dcd8a9649e25054c0e650d95fca2317b7008576)) ### [`v16.0.0`](https://github.com/testing-library/react-testing-library/releases/tag/v16.0.0) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0) ##### Features - Move `@testing-library/dom` and `@types/react-dom` to peer dependencies ([#&#8203;1305](https://github.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636)) ##### BREAKING CHANGES - `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency. `@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`. ### [`v15.0.7`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.7) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7) ##### Bug Fixes - Ensure `act` is not `any` when `React.act` is not declared ([#&#8203;1323](https://github.com/testing-library/react-testing-library/issues/1323)) ([c1f2957](https://github.com/testing-library/react-testing-library/commit/c1f2957a219ec7e6a6159a57c5d0717655c515cd)) ### [`v15.0.6`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.6) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6) ##### Bug Fixes - export new act when available ([#&#8203;1319](https://github.com/testing-library/react-testing-library/issues/1319)) ([b6e59f7](https://github.com/testing-library/react-testing-library/commit/b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9)) ### [`v15.0.5`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.5) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5) ##### Bug Fixes - Stop restricting `container` option based on `hydrate` ([#&#8203;1313](https://github.com/testing-library/react-testing-library/issues/1313)) ([d143f46](https://github.com/testing-library/react-testing-library/commit/d143f46b39cbc750630a5cf2863182b4036d35ac)) ### [`v15.0.4`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.4) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4) ##### Bug Fixes - Ensure `renderHook` options extend options for `render` ([#&#8203;1308](https://github.com/testing-library/react-testing-library/issues/1308)) ([48282c2](https://github.com/testing-library/react-testing-library/commit/48282c2f35fb7338834b40983c12b889af35f5d1)) ### [`v15.0.3`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.3) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.3) ##### Bug Fixes - Don't raise TypeScript errors when hydating `document` ([#&#8203;1304](https://github.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf)) ### [`v15.0.2`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.2) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2) ##### Bug Fixes - Improve `legacyRoot` error message ([#&#8203;1301](https://github.com/testing-library/react-testing-library/issues/1301)) ([c63b873](https://github.com/testing-library/react-testing-library/commit/c63b873072d62c858959c2a19e68f8e2cc0b11be)) ### [`v15.0.1`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.1) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) ##### Bug Fixes - Stop using nullish coalescing ([#&#8203;1299](https://github.com/testing-library/react-testing-library/issues/1299)) ([1645d21](https://github.com/testing-library/react-testing-library/commit/1645d21950ab8e3c6740b7e51b8a179a4c975c24)) ### [`v15.0.0`](https://github.com/testing-library/react-testing-library/releases/tag/v15.0.0) [Compare Source](https://github.com/testing-library/react-testing-library/compare/v14.3.1...v15.0.0) ##### Release - 15.0.0 ([#&#8203;1295](https://github.com/testing-library/react-testing-library/issues/1295)) ([787cb85](https://github.com/testing-library/react-testing-library/commit/787cb85f8baa3d2e2a9916b7dad12c0a76d787a4)) ##### BREAKING CHANGES - Minimum supported Node.js version is 18.0 - New version of `@testing-library/dom` changes various roles. Check out the changed tests in https://github.com/testing-library/dom-testing-library/commit/2c570553d8f31b008451398152a9bd30bce362b3 to get an overview about what changed. </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
bizcochito added 1 commit 2024-11-29 20:02:11 +00:00
renovate/artifacts Artifact file update failure
f0c6399782
Update dependency @testing-library/react to v16
bizcochito force-pushed renovate/testing-library-react-16.x from f0c6399782 to 652282051d 2024-12-01 12:27:32 +00:00 Compare
bizcochito force-pushed renovate/testing-library-react-16.x from 652282051d to 5bb62aa949 2024-12-01 13:02:25 +00:00 Compare
bizcochito merged commit 4e6b992aa1 into main 2024-12-01 13:19:25 +00:00
bizcochito deleted branch renovate/testing-library-react-16.x 2024-12-01 13:19:25 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: fedi-image-bot/bot-image-moderation-fe#9
No description provided.