Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update testing-library monorepo (major) (#638)
[![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) | [`^15.0.7` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/15.0.7/16.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/15.0.7/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/15.0.7/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@testing-library/svelte](https://togithub.com/testing-library/svelte-testing-library) | [`^4.2.3` -> `^5.2.0`](https://renovatebot.com/diffs/npm/@testing-library%2fsvelte/4.2.3/5.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fsvelte/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fsvelte/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fsvelte/4.2.3/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fsvelte/4.2.3/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testing-library/react-testing-library (@​testing-library/react)</summary> ### [`v16.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v16.0.0) [Compare Source](https://togithub.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 ([#​1305](https://togithub.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://togithub.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`. </details> <details> <summary>testing-library/svelte-testing-library (@​testing-library/svelte)</summary> ### [`v5.2.0`](https://togithub.com/testing-library/svelte-testing-library/releases/tag/v5.2.0) [Compare Source](https://togithub.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0) ##### Features - **svelte5:** incorporate Svelte 5 support into main entry point ([#​375](https://togithub.com/testing-library/svelte-testing-library/issues/375)) ([9dce164](https://togithub.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98)) ##### Bug Fixes - **deps:** allow svelte 5.0.0-next as peer dep ([#​384](https://togithub.com/testing-library/svelte-testing-library/issues/384)) ([2fb7423](https://togithub.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700)) - **types:** build types from JS source ([#​376](https://togithub.com/testing-library/svelte-testing-library/issues/376)) ([a8f21f8](https://togithub.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06)) ### [`v5.1.0`](https://togithub.com/testing-library/svelte-testing-library/releases/tag/v5.1.0) [Compare Source](https://togithub.com/testing-library/svelte-testing-library/compare/v5.0.1...v5.1.0) ##### Features - **vitest:** add Vite plugin for Svelte browser import and autocleanup ([#​362](https://togithub.com/testing-library/svelte-testing-library/issues/362)) ([ed541de](https://togithub.com/testing-library/svelte-testing-library/commit/ed541de853d8668f5fa6fbf037f3474ca435dc5e)), closes [#​359](https://togithub.com/testing-library/svelte-testing-library/issues/359) ### [`v5.0.1`](https://togithub.com/testing-library/svelte-testing-library/releases/tag/v5.0.1) [Compare Source](https://togithub.com/testing-library/svelte-testing-library/compare/v5.0.0...v5.0.1) ##### Bug Fixes - **release:** trigger release ([0b857d6](https://togithub.com/testing-library/svelte-testing-library/commit/0b857d62a8ef9b88ac6fbb28b46a6d70207cc7d6)) ### [`v5.0.0`](https://togithub.com/testing-library/svelte-testing-library/releases/tag/v5.0.0) [Compare Source](https://togithub.com/testing-library/svelte-testing-library/compare/v4.2.3...v5.0.0) ##### chore - **release:** note breaking changes for v5 ([#​347](https://togithub.com/testing-library/svelte-testing-library/issues/347)) ([496c455](https://togithub.com/testing-library/svelte-testing-library/commit/496c4559c09c2d31115b797ad6ba36b0b3a4aa41)) ##### BREAKING CHANGES - **release:** `render` is now more strict about the `target` option, and the `container` result is now the direct parent of your component instance. </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ascorbic/unpic-img). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
- Loading branch information