chore(deps): update testing-library monorepo #19

Merged
kjuulh merged 1 commits from renovate/testing-library-monorepo into main 2024-07-06 15:02:03 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@testing-library/jest-dom devDependencies patch 6.4.2 -> 6.4.6
@testing-library/react devDependencies major ^15.0.0 -> ^16.0.0
@testing-library/user-event devDependencies minor 14.4.3 -> 14.5.2

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

Bug Fixes

v6.4.3

Compare Source

Bug Fixes
  • Updates role support for aria-required attribute in toBeRequired (#​590) (20aca33)
testing-library/react-testing-library (@​testing-library/react)

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
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/jest-dom](https://github.com/testing-library/jest-dom) | devDependencies | patch | [`6.4.2` -> `6.4.6`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.2/6.4.6) | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | devDependencies | major | [`^15.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/15.0.0/16.0.0) | | [@testing-library/user-event](https://github.com/testing-library/user-event) | devDependencies | minor | [`14.4.3` -> `14.5.2`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.4.3/14.5.2) | --- ### Release Notes <details> <summary>testing-library/jest-dom (@&#8203;testing-library/jest-dom)</summary> ### [`v6.4.6`](https://github.com/testing-library/jest-dom/releases/tag/v6.4.6) [Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6) ##### Bug Fixes - Support [@&#8203;starting-style](https://github.com/starting-style) ([#&#8203;602](https://github.com/testing-library/jest-dom/issues/602)) ([fd9ee68](https://github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476)) ### [`v6.4.5`](https://github.com/testing-library/jest-dom/releases/tag/v6.4.5) [Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5) ##### Bug Fixes - add js suffix to isEqualWith import ([#&#8203;599](https://github.com/testing-library/jest-dom/issues/599)) ([e8c8b13](https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca)) ### [`v6.4.4`](https://github.com/testing-library/jest-dom/releases/tag/v6.4.4) [Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4) ##### Bug Fixes - **infra:** codecoverage token addition ([#&#8203;600](https://github.com/testing-library/jest-dom/issues/600)) ([f03a582](https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a)) ### [`v6.4.3`](https://github.com/testing-library/jest-dom/releases/tag/v6.4.3) [Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3) ##### Bug Fixes - Updates role support for aria-required attribute in `toBeRequired` ([#&#8203;590](https://github.com/testing-library/jest-dom/issues/590)) ([20aca33](https://github.com/testing-library/jest-dom/commit/20aca338d09062a2a71f6dd4e0daad65b26f6210)) </details> <details> <summary>testing-library/react-testing-library (@&#8203;testing-library/react)</summary> ### [`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)) </details> <details> <summary>testing-library/user-event (@&#8203;testing-library/user-event)</summary> ### [`v14.5.2`](https://github.com/testing-library/user-event/releases/tag/v14.5.2) [Compare Source](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2) ##### Bug Fixes - remove interop and deep DTL imports ([6a3c896](https://github.com/testing-library/user-event/commit/6a3c896bd2d77d284c6deab4f4f02c0fb366824b)) ### [`v14.5.1`](https://github.com/testing-library/user-event/releases/tag/v14.5.1) [Compare Source](https://github.com/testing-library/user-event/compare/v14.5.0...v14.5.1) ##### Bug Fixes - incorrect default import from [@&#8203;testing-library/dom](https://github.com/testing-library/dom) ([#&#8203;1162](https://github.com/testing-library/user-event/issues/1162)) ([d7483f0](https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997)) ### [`v14.5.0`](https://github.com/testing-library/user-event/releases/tag/v14.5.0) [Compare Source](https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.0) ##### Bug Fixes - **exports:** add a named export for userEvent ([4019cee](https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f)), closes [#&#8203;1146](https://github.com/testing-library/user-event/issues/1146) ##### Features - **types:** Add additional type exports for UserEvent & Options ([#&#8203;1112](https://github.com/testing-library/user-event/issues/1112)) ([da00e8d](https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-05-23 21:42:21 +02:00
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-05-23 21:42:21 +02:00
kjuulh force-pushed renovate/testing-library-monorepo from 0189a0e2bf to f2f7ac8e06 2024-07-06 15:01:57 +02:00 Compare
kjuulh merged commit af7f9bfe2d into main 2024-07-06 15:02:03 +02: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: kjuulh/backstage#19
No description provided.