module-federation / module-federation-examples

Implementation examples of module federation , by the creators of module federation
https://module-federation.io/
MIT License
5.67k stars 1.76k forks source link

chore(deps): update dependency @testing-library/react to v16 #4215

Closed ScriptedAlchemy closed 4 months ago

ScriptedAlchemy commented 4 months ago

This PR contains the following updates:

Package Type Update Change
@testing-library/react devDependencies major 14.3.1 -> 16.0.0
@testing-library/react devDependencies major 13.4.0 -> 16.0.0

Release Notes

testing-library/react-testing-library (@​testing-library/react) ### [`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`. ### [`v15.0.7`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.7) [Compare Source](https://togithub.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 ([#​1323](https://togithub.com/testing-library/react-testing-library/issues/1323)) ([c1f2957](https://togithub.com/testing-library/react-testing-library/commit/c1f2957a219ec7e6a6159a57c5d0717655c515cd)) ### [`v15.0.6`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.6) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6) ##### Bug Fixes - export new act when available ([#​1319](https://togithub.com/testing-library/react-testing-library/issues/1319)) ([b6e59f7](https://togithub.com/testing-library/react-testing-library/commit/b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9)) ### [`v15.0.5`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5) ##### Bug Fixes - Stop restricting `container` option based on `hydrate` ([#​1313](https://togithub.com/testing-library/react-testing-library/issues/1313)) ([d143f46](https://togithub.com/testing-library/react-testing-library/commit/d143f46b39cbc750630a5cf2863182b4036d35ac)) ### [`v15.0.4`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4) ##### Bug Fixes - Ensure `renderHook` options extend options for `render` ([#​1308](https://togithub.com/testing-library/react-testing-library/issues/1308)) ([48282c2](https://togithub.com/testing-library/react-testing-library/commit/48282c2f35fb7338834b40983c12b889af35f5d1)) ### [`v15.0.3`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.3) ##### Bug Fixes - Don't raise TypeScript errors when hydating `document` ([#​1304](https://togithub.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://togithub.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf)) ### [`v15.0.2`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2) ##### Bug Fixes - Improve `legacyRoot` error message ([#​1301](https://togithub.com/testing-library/react-testing-library/issues/1301)) ([c63b873](https://togithub.com/testing-library/react-testing-library/commit/c63b873072d62c858959c2a19e68f8e2cc0b11be)) ### [`v15.0.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) ##### Bug Fixes - Stop using nullish coalescing ([#​1299](https://togithub.com/testing-library/react-testing-library/issues/1299)) ([1645d21](https://togithub.com/testing-library/react-testing-library/commit/1645d21950ab8e3c6740b7e51b8a179a4c975c24)) ### [`v15.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v14.3.1...v15.0.0) ##### Release - 15.0.0 ([#​1295](https://togithub.com/testing-library/react-testing-library/issues/1295)) ([787cb85](https://togithub.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.

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 these updates again.



This PR has been generated by Renovate Bot.

github-actions[bot] commented 4 months ago

Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link