Skip to content

Commit

Permalink
chore(deps): update testing-library monorepo (major) (#638)
Browse files Browse the repository at this point in the history
[![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 (@&#8203;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 ([#&#8203;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 (@&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;362](https://togithub.com/testing-library/svelte-testing-library/issues/362)) ([ed541de](https://togithub.com/testing-library/svelte-testing-library/commit/ed541de853d8668f5fa6fbf037f3474ca435dc5e)), closes [#&#8203;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 ([#&#8203;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
renovate[bot] authored Jul 2, 2024
1 parent 399c6fc commit e6d2865
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@netlify/plugin-nextjs": "5.4.0",
"@playwright/test": "^1.45.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/svelte": "^4.2.3",
"@testing-library/svelte": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@unpic/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
46 changes: 26 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6d2865

Please sign in to comment.