testing-library/dom-testing-library (@testing-library/dom)
### [`v10.4.0`](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.2...a86c54ccda5242ad8dfc1c70d31980bdbf96af7f)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.2...v10.4.0)
### [`v10.3.2`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.3.2)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.1...v10.3.2)
##### Bug Fixes
- safer read of DEBUG_PRINT_LIMIT ([#1329](https://redirect.github.com/testing-library/dom-testing-library/issues/1329)) ([306526b](https://redirect.github.com/testing-library/dom-testing-library/commit/306526b5519abcaed84ef35f82501a1691edcd0e))
### [`v10.3.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.3.1)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.0...v10.3.1)
##### Bug Fixes
- Revert "feat: Reduce caught exceptions in `prettyDom` ([#1321](https://redirect.github.com/testing-library/dom-testing-library/issues/1321))" ([#1325](https://redirect.github.com/testing-library/dom-testing-library/issues/1325)) ([fdc12ec](https://redirect.github.com/testing-library/dom-testing-library/commit/fdc12ecf4343ab6b08a898d9b3ff0013981849c8))
### [`v10.3.0`](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.2.0...76cb73dec444fca7ae3d160b4dad3b61f7bc8995)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.2.0...v10.3.0)
### [`v10.2.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.2.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0)
##### Features
- Support anonymous custom elements when pretty printing DOM ([#1319](https://redirect.github.com/testing-library/dom-testing-library/issues/1319)) ([0a8ad65](https://redirect.github.com/testing-library/dom-testing-library/commit/0a8ad65723efe47493d387c38f31082c7846d824))
### [`v10.1.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.1.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.0.0...v10.1.0)
##### Features
- Add window events "pagehide" / "pageshow" ([#1308](https://redirect.github.com/testing-library/dom-testing-library/issues/1308)) ([56543d5](https://redirect.github.com/testing-library/dom-testing-library/commit/56543d51a8776d3bc7fa9b947771ce5308bf5df4))
### [`v10.0.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.0.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0)
##### Bug Fixes
- use defineProperty on the error object instead of setting the message directly ([#1268](https://redirect.github.com/testing-library/dom-testing-library/issues/1268)) ([3580f25](https://redirect.github.com/testing-library/dom-testing-library/commit/3580f25bd765cedb70889b2cf716085023d8c314)), closes [#1259](https://redirect.github.com/testing-library/dom-testing-library/issues/1259)
##### Features
- Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x ([#1255](https://redirect.github.com/testing-library/dom-testing-library/issues/1255)) ([452097b](https://redirect.github.com/testing-library/dom-testing-library/commit/452097b35a207341f5328b997dfc901461a4e9d9))
- upgrade aria-query to 5.3.0 ([#1241](https://redirect.github.com/testing-library/dom-testing-library/issues/1241)) ([2c57055](https://redirect.github.com/testing-library/dom-testing-library/commit/2c570553d8f31b008451398152a9bd30bce362b3)), closes [#1240](https://redirect.github.com/testing-library/dom-testing-library/issues/1240)
##### BREAKING CHANGES
- Minimum supported Node.js version is 18.0
- New version of `aria-query` changes various roles. Check out the changed tests in [`2c57055`](https://redirect.github.com/testing-library/dom-testing-library/commit/2c57055) to get an overview about what changed.
### [`v9.3.4`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.4)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4)
##### Bug Fixes
- Stop calling `waitFor` callback after timeout ([#1271](https://redirect.github.com/testing-library/dom-testing-library/issues/1271)) ([9aaf715](https://redirect.github.com/testing-library/dom-testing-library/commit/9aaf71524beaeafdf9d8b690a4a78867fa50a5d2))
### [`v9.3.3`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.3)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.2...v9.3.3)
##### Bug Fixes
- use defineProperty on the error object instead of setting the message directly ([#1261](https://redirect.github.com/testing-library/dom-testing-library/issues/1261)) ([270a531](https://redirect.github.com/testing-library/dom-testing-library/commit/270a531bcd8bee2ccaaa96a477619f14422faebe)), closes [#1259](https://redirect.github.com/testing-library/dom-testing-library/issues/1259)
### [`v9.3.2`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.2)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.2)
##### Bug Fixes
- **role-helpers:** refine logRoles fn types ([#1249](https://redirect.github.com/testing-library/dom-testing-library/issues/1249)) ([5e03343](https://redirect.github.com/testing-library/dom-testing-library/commit/5e0334390f691366f8bab4123a4d1acd44665dc0))
### [`v9.3.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.1)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.0...v9.3.1)
##### Bug Fixes
- pin aria-query ([#1237](https://redirect.github.com/testing-library/dom-testing-library/issues/1237)) ([491e930](https://redirect.github.com/testing-library/dom-testing-library/commit/491e930b419c192c405216d169029172697c986c))
### [`v9.3.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.2.0...v9.3.0)
##### Features
- **waitFor:** Support async `unstable_advanceTimersWrapper` ([#1229](https://redirect.github.com/testing-library/dom-testing-library/issues/1229)) ([d09b3c2](https://redirect.github.com/testing-library/dom-testing-library/commit/d09b3c25b07486c17603317f4c5a0320c188cbed))
### [`v9.2.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.2.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.1.0...v9.2.0)
##### Features
- **ByRole:** Allow filter by value state ([#1223](https://redirect.github.com/testing-library/dom-testing-library/issues/1223)) ([eadf748](https://redirect.github.com/testing-library/dom-testing-library/commit/eadf7485430968df8d1e1293535d78cdbeea20a5))
### [`v9.1.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.1.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.0.1...v9.1.0)
##### Features
- **ByRole:** Allow filter by busy state ([#1222](https://redirect.github.com/testing-library/dom-testing-library/issues/1222)) ([8c40a21](https://redirect.github.com/testing-library/dom-testing-library/commit/8c40a218a244cbbfcb4b9bfcbf8f276ee02bdac3))
### [`v9.0.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.0.1)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.0.0...v9.0.1)
##### Bug Fixes
- Ensure MIT licensed lz-string is used ([#1219](https://redirect.github.com/testing-library/dom-testing-library/issues/1219)) ([4da0f39](https://redirect.github.com/testing-library/dom-testing-library/commit/4da0f39ae48ad98f8dad8b73fda5f3355877617d))
### [`v9.0.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.0.0)
[Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v8.20.1...v9.0.0)
##### Bug Fixes
- **ByRole:** Constrain API ([#1211](https://redirect.github.com/testing-library/dom-testing-library/issues/1211)) ([746def6](https://redirect.github.com/testing-library/dom-testing-library/commit/746def61471e51ba43a519f68c51c57fb0c84958))
##### Features
- Drop support for Node.js 12.x ([#1207](https://redirect.github.com/testing-library/dom-testing-library/issues/1207)) ([c37ea2e](https://redirect.github.com/testing-library/dom-testing-library/commit/c37ea2e711af79184a4a71c68feefc08a53618b5))
##### BREAKING CHANGES
- **ByRole:** Only allow `string` as a `role`.
Drop support for `exact`, `trim`, `collapseWhitespace`, and `normalizer` options.
- Minimum supported Node.js version is now 14.x
testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)
### [`v6.6.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.6.2)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)
##### Bug Fixes
- remove recursive type reference in vitest types ([#636](https://redirect.github.com/testing-library/jest-dom/issues/636)) ([4468378](https://redirect.github.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718))
### [`v6.6.1`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...ced792e2f2773f16c249c6ce59fa8df968d28a20)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)
### [`v6.6.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0)
### [`v6.5.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0)
### [`v6.4.8`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.7...d02e80b1b7ed38090975bdfe49ab8063eec040f5)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.7...v6.4.8)
### [`v6.4.7`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.6...5cc6298847e08872b79f827921c64c9ba261cc54)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.7)
### [`v6.4.6`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.6)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6)
##### Bug Fixes
- Support [@starting-style](https://redirect.github.com/starting-style) ([#602](https://redirect.github.com/testing-library/jest-dom/issues/602)) ([fd9ee68](https://redirect.github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476))
### [`v6.4.5`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.5)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5)
##### Bug Fixes
- add js suffix to isEqualWith import ([#599](https://redirect.github.com/testing-library/jest-dom/issues/599)) ([e8c8b13](https://redirect.github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca))
### [`v6.4.4`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.3...f03a582827453de6fac4510dcf4fa3148c7ed68a)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4)
### [`v6.4.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.2...20aca338d09062a2a71f6dd4e0daad65b26f6210)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3)
### [`v6.4.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.2)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2)
##### Bug Fixes
- Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations ([#575](https://redirect.github.com/testing-library/jest-dom/issues/575)) ([a93c0c4](https://redirect.github.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879))
### [`v6.4.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.1)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1)
##### Bug Fixes
- Export type `TestingLibraryMatchers` from "./matchers" ([#576](https://redirect.github.com/testing-library/jest-dom/issues/576)) ([dd1c4dd](https://redirect.github.com/testing-library/jest-dom/commit/dd1c4dd504973efced2f9e02a35e7df3079914af))
### [`v6.4.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.0)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0)
##### Features
- Add toHaveRole matcher ([#572](https://redirect.github.com/testing-library/jest-dom/issues/572)) ([f7dc673](https://redirect.github.com/testing-library/jest-dom/commit/f7dc673dbc13e508f9867a9eb9c547ce3964b22c))
### [`v6.3.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.3.0)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0)
##### Features
- Support for regular expressions in toHaveClass ([#563](https://redirect.github.com/testing-library/jest-dom/issues/563)) ([9787ed5](https://redirect.github.com/testing-library/jest-dom/commit/9787ed59fcc930e3d33c8a6efe473da3eca01707))
### [`v6.2.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.2.1)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1)
##### Bug Fixes
- Standalone types for "./matchers" export and add Bun support ([#566](https://redirect.github.com/testing-library/jest-dom/issues/566)) ([5675b86](https://redirect.github.com/testing-library/jest-dom/commit/5675b8668c09345e064001784338a85b7bf9f2af))
### [`v6.2.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.2.0)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0)
##### Features
- toHaveAccessibleDescription supports aria-description ([#565](https://redirect.github.com/testing-library/jest-dom/issues/565)) ([1fb156c](https://redirect.github.com/testing-library/jest-dom/commit/1fb156c2b544e0069c56a72a2f1909fe04850f6c))
### [`v6.1.6`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.6)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6)
##### Bug Fixes
- Upgrade [@adobe/css-tools](https://redirect.github.com/adobe/css-tools) to v4.3.2 ([#553](https://redirect.github.com/testing-library/jest-dom/issues/553)) ([b64b953](https://redirect.github.com/testing-library/jest-dom/commit/b64b953f76170f282c73329ee3479ede13610713))
### [`v6.1.5`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.5)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5)
##### Bug Fixes
- support uppercase custom props in toHaveStyle ([#552](https://redirect.github.com/testing-library/jest-dom/issues/552)) ([b7b7c6a](https://redirect.github.com/testing-library/jest-dom/commit/b7b7c6a9652f259434d13a22e4319826a4bd4d8b))
### [`v6.1.4`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.4)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4)
##### Bug Fixes
- upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability ([#532](https://redirect.github.com/testing-library/jest-dom/issues/532)) ([44f1eab](https://redirect.github.com/testing-library/jest-dom/commit/44f1eabc79b848f45daffac21c5f7383424e893c))
### [`v6.1.3`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.3)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3)
##### Bug Fixes
- proper [@jest/globals](https://redirect.github.com/jest/globals) import ([#530](https://redirect.github.com/testing-library/jest-dom/issues/530)) ([5b492ac](https://redirect.github.com/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26))
### [`v6.1.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.2)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2)
##### Bug Fixes
- bump [@adobe/css-tools](https://redirect.github.com/adobe/css-tools) for ESM support ([#525](https://redirect.github.com/testing-library/jest-dom/issues/525)) ([b959a68](https://redirect.github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12))
### [`v6.1.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.1)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1)
##### Bug Fixes
- **package.json:** update main and module file paths ([#523](https://redirect.github.com/testing-library/jest-dom/issues/523)) ([853a3e5](https://redirect.github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9))
### [`v6.1.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.0)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0)
##### Features
- Publish ESM and CJS ([https://github.com/testing-library/jest-dom/pull/519](https://redirect.github.com/testing-library/jest-dom/pull/519))
### [`v6.0.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.0.1)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1)
##### Bug Fixes
- matchers type is making the global expect unsafe ([#513](https://redirect.github.com/testing-library/jest-dom/issues/513)) ([bdb34f1](https://redirect.github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0))
### [`v6.0.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0)
##### Features
- local types, supporting jest, [@jest/globals](https://redirect.github.com/jest/globals), vitest ([#511](https://redirect.github.com/testing-library/jest-dom/issues/511)) ([4b764b9](https://redirect.github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8))
##### BREAKING CHANGES
- Removes the extend-expect script. Users should use
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
- [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) - jest ([@types/jest](https://redirect.github.com/types/jest))
- @testing-library/jest-dom/jest-globals - [@jest/globals](https://redirect.github.com/jest/globals)
- @testing-library/jest-dom/vitest - vitest
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import \* as matchers from '@testing-library/jest-dom/matchers'
- Update kcd-scripts
- Drop node < 14
testing-library/react-testing-library (@testing-library/react)
### [`v16.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...3dcd8a9649e25054c0e650d95fca2317b7008576)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1)
### [`v16.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.0.0)
[Compare Source](https://redirect.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 ([#1305](https://redirect.github.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://redirect.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://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...c1f2957a219ec7e6a6159a57c5d0717655c515cd)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7)
### [`v15.0.6`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6)
### [`v15.0.5`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...f6a1677501b53471f6a989078726aeb0dea114be)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5)
### [`v15.0.4`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...48282c2f35fb7338834b40983c12b889af35f5d1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4)
### [`v15.0.3`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v15.0.3)
[Compare Source](https://redirect.github.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://redirect.github.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://redirect.github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf))
### [`v15.0.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...c63b873072d62c858959c2a19e68f8e2cc0b11be)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2)
### [`v15.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...1645d21950ab8e3c6740b7e51b8a179a4c975c24)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1)
### [`v15.0.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...787cb85f8baa3d2e2a9916b7dad12c0a76d787a4)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.1...v15.0.0)
### [`v14.3.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.3.1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...v14.3.1)
##### Bug Fixes
- Stop using nullish coalescing ([#1300](https://redirect.github.com/testing-library/react-testing-library/issues/1300)) ([8434a24](https://redirect.github.com/testing-library/react-testing-library/commit/8434a24ce79583d1359f58563c5f3981e729eb1c))
### [`v14.3.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...v14.3.0)
### [`v14.2.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)
### [`v14.2.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1)
##### Bug Fixes
- Update types to support all possible react component return values ([#1272](https://redirect.github.com/testing-library/react-testing-library/issues/1272)) ([55e79c2](https://redirect.github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9))
### [`v14.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0)
##### Features
- add `reactStrictMode` option to enable strict mode render ([#1241](https://redirect.github.com/testing-library/react-testing-library/issues/1241)) ([0880eba](https://redirect.github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959))
### [`v14.1.2`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.2)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2)
##### Bug Fixes
- revert missing hooks warnings ([#1255](https://redirect.github.com/testing-library/react-testing-library/issues/1255)) ([1c67477](https://redirect.github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d))
### [`v14.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1)
##### Bug Fixes
- log globals warning only once ([#1252](https://redirect.github.com/testing-library/react-testing-library/issues/1252)) ([fd52a59](https://redirect.github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d)), closes [#1249](https://redirect.github.com/testing-library/react-testing-library/issues/1249)
### [`v14.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0)
##### Features
- add warnings when globals are missing ([#1244](https://redirect.github.com/testing-library/react-testing-library/issues/1244)) ([d80319f](https://redirect.github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6))
### [`v14.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.0.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0)
##### Bug Fixes
- Prevent "missing act" warning for queued microtasks ([#1137](https://redirect.github.com/testing-library/react-testing-library/issues/1137)) ([f78839b](https://redirect.github.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e))
##### Features
- Bump `@testing-library/dom` to 9.0.0 ([#1177](https://redirect.github.com/testing-library/react-testing-library/issues/1177)) ([6653c23](https://redirect.github.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898))
- Drop support for Node.js 12.x ([#1169](https://redirect.github.com/testing-library/react-testing-library/issues/1169)) ([9b7a1e2](https://redirect.github.com/testing-library/react-testing-library/commit/9b7a1e2bea5bf20ba9728f98eb7c68cdb80b7fdd))
##### BREAKING CHANGES
- See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0
- Minimum supported Node.js version is now 14.x
### [`v13.4.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.4.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0)
##### Features
- **renderHook:** allow passing of all render options to renderHook ([#1118](https://redirect.github.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://redirect.github.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678))
### [`v13.3.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.3.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0)
##### Features
- Use `globalThis` if available ([#1070](https://redirect.github.com/testing-library/react-testing-library/issues/1070)) ([c80809a](https://redirect.github.com/testing-library/react-testing-library/commit/c80809a956b0b9f3289c4a6fa8b5e8cc72d6ef6d))
### [`v13.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.2.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0)
##### Features
- Export RenderHookOptions type ([#1062](https://redirect.github.com/testing-library/react-testing-library/issues/1062)) ([46b28ad](https://redirect.github.com/testing-library/react-testing-library/commit/46b28ade730f97a49a253d630f5b97c17ff24f6e))
### [`v13.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.0...v13.1.1)
##### Bug Fixes
- **TS:** export interface RenderHookResult ([#1049](https://redirect.github.com/testing-library/react-testing-library/issues/1049)) ([9171163](https://redirect.github.com/testing-library/react-testing-library/commit/9171163fccf0a7ea43763475ca2980898b4079a5))
### [`v13.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0)
##### Features
- Add `renderHook` ([#991](https://redirect.github.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://redirect.github.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa))
### [`v13.0.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.1)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1)
##### Bug Fixes
- Specify a non-\* version for [@types/react-dom](https://redirect.github.com/types/react-dom) ([#1040](https://redirect.github.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://redirect.github.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0))
### [`v13.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.0)
[Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0)
##### Features
- Add support for React 18 ([#1031](https://redirect.github.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://redirect.github.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed))
##### BREAKING CHANGES
- Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://redirect.github.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://redirect.github.com/reactwg/react-18/discussions/4).
To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.
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 if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
8.20.1
->10.4.0
5.17.0
->6.6.3
12.1.5
->16.0.1
Release Notes
testing-library/dom-testing-library (@testing-library/dom)
### [`v10.4.0`](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.2...a86c54ccda5242ad8dfc1c70d31980bdbf96af7f) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.2...v10.4.0) ### [`v10.3.2`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.3.2) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.1...v10.3.2) ##### Bug Fixes - safer read of DEBUG_PRINT_LIMIT ([#1329](https://redirect.github.com/testing-library/dom-testing-library/issues/1329)) ([306526b](https://redirect.github.com/testing-library/dom-testing-library/commit/306526b5519abcaed84ef35f82501a1691edcd0e)) ### [`v10.3.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.3.1) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.3.0...v10.3.1) ##### Bug Fixes - Revert "feat: Reduce caught exceptions in `prettyDom` ([#1321](https://redirect.github.com/testing-library/dom-testing-library/issues/1321))" ([#1325](https://redirect.github.com/testing-library/dom-testing-library/issues/1325)) ([fdc12ec](https://redirect.github.com/testing-library/dom-testing-library/commit/fdc12ecf4343ab6b08a898d9b3ff0013981849c8)) ### [`v10.3.0`](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.2.0...76cb73dec444fca7ae3d160b4dad3b61f7bc8995) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.2.0...v10.3.0) ### [`v10.2.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.2.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0) ##### Features - Support anonymous custom elements when pretty printing DOM ([#1319](https://redirect.github.com/testing-library/dom-testing-library/issues/1319)) ([0a8ad65](https://redirect.github.com/testing-library/dom-testing-library/commit/0a8ad65723efe47493d387c38f31082c7846d824)) ### [`v10.1.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.0.0...v10.1.0) ##### Features - Add window events "pagehide" / "pageshow" ([#1308](https://redirect.github.com/testing-library/dom-testing-library/issues/1308)) ([56543d5](https://redirect.github.com/testing-library/dom-testing-library/commit/56543d51a8776d3bc7fa9b947771ce5308bf5df4)) ### [`v10.0.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0) ##### Bug Fixes - use defineProperty on the error object instead of setting the message directly ([#1268](https://redirect.github.com/testing-library/dom-testing-library/issues/1268)) ([3580f25](https://redirect.github.com/testing-library/dom-testing-library/commit/3580f25bd765cedb70889b2cf716085023d8c314)), closes [#1259](https://redirect.github.com/testing-library/dom-testing-library/issues/1259) ##### Features - Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x ([#1255](https://redirect.github.com/testing-library/dom-testing-library/issues/1255)) ([452097b](https://redirect.github.com/testing-library/dom-testing-library/commit/452097b35a207341f5328b997dfc901461a4e9d9)) - upgrade aria-query to 5.3.0 ([#1241](https://redirect.github.com/testing-library/dom-testing-library/issues/1241)) ([2c57055](https://redirect.github.com/testing-library/dom-testing-library/commit/2c570553d8f31b008451398152a9bd30bce362b3)), closes [#1240](https://redirect.github.com/testing-library/dom-testing-library/issues/1240) ##### BREAKING CHANGES - Minimum supported Node.js version is 18.0 - New version of `aria-query` changes various roles. Check out the changed tests in [`2c57055`](https://redirect.github.com/testing-library/dom-testing-library/commit/2c57055) to get an overview about what changed. ### [`v9.3.4`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.4) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4) ##### Bug Fixes - Stop calling `waitFor` callback after timeout ([#1271](https://redirect.github.com/testing-library/dom-testing-library/issues/1271)) ([9aaf715](https://redirect.github.com/testing-library/dom-testing-library/commit/9aaf71524beaeafdf9d8b690a4a78867fa50a5d2)) ### [`v9.3.3`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.3) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.2...v9.3.3) ##### Bug Fixes - use defineProperty on the error object instead of setting the message directly ([#1261](https://redirect.github.com/testing-library/dom-testing-library/issues/1261)) ([270a531](https://redirect.github.com/testing-library/dom-testing-library/commit/270a531bcd8bee2ccaaa96a477619f14422faebe)), closes [#1259](https://redirect.github.com/testing-library/dom-testing-library/issues/1259) ### [`v9.3.2`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.2) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.2) ##### Bug Fixes - **role-helpers:** refine logRoles fn types ([#1249](https://redirect.github.com/testing-library/dom-testing-library/issues/1249)) ([5e03343](https://redirect.github.com/testing-library/dom-testing-library/commit/5e0334390f691366f8bab4123a4d1acd44665dc0)) ### [`v9.3.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.1) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.3.0...v9.3.1) ##### Bug Fixes - pin aria-query ([#1237](https://redirect.github.com/testing-library/dom-testing-library/issues/1237)) ([491e930](https://redirect.github.com/testing-library/dom-testing-library/commit/491e930b419c192c405216d169029172697c986c)) ### [`v9.3.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.3.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.2.0...v9.3.0) ##### Features - **waitFor:** Support async `unstable_advanceTimersWrapper` ([#1229](https://redirect.github.com/testing-library/dom-testing-library/issues/1229)) ([d09b3c2](https://redirect.github.com/testing-library/dom-testing-library/commit/d09b3c25b07486c17603317f4c5a0320c188cbed)) ### [`v9.2.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.2.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.1.0...v9.2.0) ##### Features - **ByRole:** Allow filter by value state ([#1223](https://redirect.github.com/testing-library/dom-testing-library/issues/1223)) ([eadf748](https://redirect.github.com/testing-library/dom-testing-library/commit/eadf7485430968df8d1e1293535d78cdbeea20a5)) ### [`v9.1.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.0.1...v9.1.0) ##### Features - **ByRole:** Allow filter by busy state ([#1222](https://redirect.github.com/testing-library/dom-testing-library/issues/1222)) ([8c40a21](https://redirect.github.com/testing-library/dom-testing-library/commit/8c40a218a244cbbfcb4b9bfcbf8f276ee02bdac3)) ### [`v9.0.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.0.1) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v9.0.0...v9.0.1) ##### Bug Fixes - Ensure MIT licensed lz-string is used ([#1219](https://redirect.github.com/testing-library/dom-testing-library/issues/1219)) ([4da0f39](https://redirect.github.com/testing-library/dom-testing-library/commit/4da0f39ae48ad98f8dad8b73fda5f3355877617d)) ### [`v9.0.0`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v8.20.1...v9.0.0) ##### Bug Fixes - **ByRole:** Constrain API ([#1211](https://redirect.github.com/testing-library/dom-testing-library/issues/1211)) ([746def6](https://redirect.github.com/testing-library/dom-testing-library/commit/746def61471e51ba43a519f68c51c57fb0c84958)) ##### Features - Drop support for Node.js 12.x ([#1207](https://redirect.github.com/testing-library/dom-testing-library/issues/1207)) ([c37ea2e](https://redirect.github.com/testing-library/dom-testing-library/commit/c37ea2e711af79184a4a71c68feefc08a53618b5)) ##### BREAKING CHANGES - **ByRole:** Only allow `string` as a `role`. Drop support for `exact`, `trim`, `collapseWhitespace`, and `normalizer` options. - Minimum supported Node.js version is now 14.xtesting-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3) ### [`v6.6.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.6.2) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2) ##### Bug Fixes - remove recursive type reference in vitest types ([#636](https://redirect.github.com/testing-library/jest-dom/issues/636)) ([4468378](https://redirect.github.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718)) ### [`v6.6.1`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...ced792e2f2773f16c249c6ce59fa8df968d28a20) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1) ### [`v6.6.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0) ### [`v6.5.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0) ### [`v6.4.8`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.7...d02e80b1b7ed38090975bdfe49ab8063eec040f5) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.7...v6.4.8) ### [`v6.4.7`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.6...5cc6298847e08872b79f827921c64c9ba261cc54) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.7) ### [`v6.4.6`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.6) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6) ##### Bug Fixes - Support [@starting-style](https://redirect.github.com/starting-style) ([#602](https://redirect.github.com/testing-library/jest-dom/issues/602)) ([fd9ee68](https://redirect.github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476)) ### [`v6.4.5`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.5) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5) ##### Bug Fixes - add js suffix to isEqualWith import ([#599](https://redirect.github.com/testing-library/jest-dom/issues/599)) ([e8c8b13](https://redirect.github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca)) ### [`v6.4.4`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.3...f03a582827453de6fac4510dcf4fa3148c7ed68a) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4) ### [`v6.4.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.2...20aca338d09062a2a71f6dd4e0daad65b26f6210) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3) ### [`v6.4.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.2) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2) ##### Bug Fixes - Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations ([#575](https://redirect.github.com/testing-library/jest-dom/issues/575)) ([a93c0c4](https://redirect.github.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879)) ### [`v6.4.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.1) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1) ##### Bug Fixes - Export type `TestingLibraryMatchers` from "./matchers" ([#576](https://redirect.github.com/testing-library/jest-dom/issues/576)) ([dd1c4dd](https://redirect.github.com/testing-library/jest-dom/commit/dd1c4dd504973efced2f9e02a35e7df3079914af)) ### [`v6.4.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0) ##### Features - Add toHaveRole matcher ([#572](https://redirect.github.com/testing-library/jest-dom/issues/572)) ([f7dc673](https://redirect.github.com/testing-library/jest-dom/commit/f7dc673dbc13e508f9867a9eb9c547ce3964b22c)) ### [`v6.3.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0) ##### Features - Support for regular expressions in toHaveClass ([#563](https://redirect.github.com/testing-library/jest-dom/issues/563)) ([9787ed5](https://redirect.github.com/testing-library/jest-dom/commit/9787ed59fcc930e3d33c8a6efe473da3eca01707)) ### [`v6.2.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.2.1) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1) ##### Bug Fixes - Standalone types for "./matchers" export and add Bun support ([#566](https://redirect.github.com/testing-library/jest-dom/issues/566)) ([5675b86](https://redirect.github.com/testing-library/jest-dom/commit/5675b8668c09345e064001784338a85b7bf9f2af)) ### [`v6.2.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0) ##### Features - toHaveAccessibleDescription supports aria-description ([#565](https://redirect.github.com/testing-library/jest-dom/issues/565)) ([1fb156c](https://redirect.github.com/testing-library/jest-dom/commit/1fb156c2b544e0069c56a72a2f1909fe04850f6c)) ### [`v6.1.6`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.6) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6) ##### Bug Fixes - Upgrade [@adobe/css-tools](https://redirect.github.com/adobe/css-tools) to v4.3.2 ([#553](https://redirect.github.com/testing-library/jest-dom/issues/553)) ([b64b953](https://redirect.github.com/testing-library/jest-dom/commit/b64b953f76170f282c73329ee3479ede13610713)) ### [`v6.1.5`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.5) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5) ##### Bug Fixes - support uppercase custom props in toHaveStyle ([#552](https://redirect.github.com/testing-library/jest-dom/issues/552)) ([b7b7c6a](https://redirect.github.com/testing-library/jest-dom/commit/b7b7c6a9652f259434d13a22e4319826a4bd4d8b)) ### [`v6.1.4`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.4) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4) ##### Bug Fixes - upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability ([#532](https://redirect.github.com/testing-library/jest-dom/issues/532)) ([44f1eab](https://redirect.github.com/testing-library/jest-dom/commit/44f1eabc79b848f45daffac21c5f7383424e893c)) ### [`v6.1.3`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.3) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3) ##### Bug Fixes - proper [@jest/globals](https://redirect.github.com/jest/globals) import ([#530](https://redirect.github.com/testing-library/jest-dom/issues/530)) ([5b492ac](https://redirect.github.com/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26)) ### [`v6.1.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.2) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2) ##### Bug Fixes - bump [@adobe/css-tools](https://redirect.github.com/adobe/css-tools) for ESM support ([#525](https://redirect.github.com/testing-library/jest-dom/issues/525)) ([b959a68](https://redirect.github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12)) ### [`v6.1.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.1) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1) ##### Bug Fixes - **package.json:** update main and module file paths ([#523](https://redirect.github.com/testing-library/jest-dom/issues/523)) ([853a3e5](https://redirect.github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9)) ### [`v6.1.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0) ##### Features - Publish ESM and CJS ([https://github.com/testing-library/jest-dom/pull/519](https://redirect.github.com/testing-library/jest-dom/pull/519)) ### [`v6.0.1`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1) ##### Bug Fixes - matchers type is making the global expect unsafe ([#513](https://redirect.github.com/testing-library/jest-dom/issues/513)) ([bdb34f1](https://redirect.github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0)) ### [`v6.0.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0) ##### Features - local types, supporting jest, [@jest/globals](https://redirect.github.com/jest/globals), vitest ([#511](https://redirect.github.com/testing-library/jest-dom/issues/511)) ([4b764b9](https://redirect.github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8)) ##### BREAKING CHANGES - Removes the extend-expect script. Users should use the default import path or one of the new test platform-specific paths to automatically extend the appropriate "expect" instance. extend-expect was not documented in the Readme, so this change should have minimal impact. Users can now use the following import paths to automatically extend "expect" for their chosen test platform: - [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) - jest ([@types/jest](https://redirect.github.com/types/jest)) - @testing-library/jest-dom/jest-globals - [@jest/globals](https://redirect.github.com/jest/globals) - @testing-library/jest-dom/vitest - vitest For example: import '@testing-library/jest-dom/jest-globals' Importing from one of the above paths will augment the appropriate matcher interface for the given test platform, assuming the import is done in a .ts file that is included in the user's tsconfig.json. It's also (still) possible to import the matchers directly without side effects: import \* as matchers from '@testing-library/jest-dom/matchers' - Update kcd-scripts - Drop node < 14testing-library/react-testing-library (@testing-library/react)
### [`v16.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...3dcd8a9649e25054c0e650d95fca2317b7008576) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1) ### [`v16.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.0.0) [Compare Source](https://redirect.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 ([#1305](https://redirect.github.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://redirect.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://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...c1f2957a219ec7e6a6159a57c5d0717655c515cd) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7) ### [`v15.0.6`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6) ### [`v15.0.5`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...f6a1677501b53471f6a989078726aeb0dea114be) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5) ### [`v15.0.4`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...48282c2f35fb7338834b40983c12b889af35f5d1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4) ### [`v15.0.3`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v15.0.3) [Compare Source](https://redirect.github.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://redirect.github.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://redirect.github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf)) ### [`v15.0.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...c63b873072d62c858959c2a19e68f8e2cc0b11be) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2) ### [`v15.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...1645d21950ab8e3c6740b7e51b8a179a4c975c24) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) ### [`v15.0.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...787cb85f8baa3d2e2a9916b7dad12c0a76d787a4) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.1...v15.0.0) ### [`v14.3.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.3.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...v14.3.1) ##### Bug Fixes - Stop using nullish coalescing ([#1300](https://redirect.github.com/testing-library/react-testing-library/issues/1300)) ([8434a24](https://redirect.github.com/testing-library/react-testing-library/commit/8434a24ce79583d1359f58563c5f3981e729eb1c)) ### [`v14.3.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...v14.3.0) ### [`v14.2.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2) ### [`v14.2.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1) ##### Bug Fixes - Update types to support all possible react component return values ([#1272](https://redirect.github.com/testing-library/react-testing-library/issues/1272)) ([55e79c2](https://redirect.github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9)) ### [`v14.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0) ##### Features - add `reactStrictMode` option to enable strict mode render ([#1241](https://redirect.github.com/testing-library/react-testing-library/issues/1241)) ([0880eba](https://redirect.github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959)) ### [`v14.1.2`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.2) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2) ##### Bug Fixes - revert missing hooks warnings ([#1255](https://redirect.github.com/testing-library/react-testing-library/issues/1255)) ([1c67477](https://redirect.github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d)) ### [`v14.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1) ##### Bug Fixes - log globals warning only once ([#1252](https://redirect.github.com/testing-library/react-testing-library/issues/1252)) ([fd52a59](https://redirect.github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d)), closes [#1249](https://redirect.github.com/testing-library/react-testing-library/issues/1249) ### [`v14.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0) ##### Features - add warnings when globals are missing ([#1244](https://redirect.github.com/testing-library/react-testing-library/issues/1244)) ([d80319f](https://redirect.github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6)) ### [`v14.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.0.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0) ##### Bug Fixes - Prevent "missing act" warning for queued microtasks ([#1137](https://redirect.github.com/testing-library/react-testing-library/issues/1137)) ([f78839b](https://redirect.github.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e)) ##### Features - Bump `@testing-library/dom` to 9.0.0 ([#1177](https://redirect.github.com/testing-library/react-testing-library/issues/1177)) ([6653c23](https://redirect.github.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898)) - Drop support for Node.js 12.x ([#1169](https://redirect.github.com/testing-library/react-testing-library/issues/1169)) ([9b7a1e2](https://redirect.github.com/testing-library/react-testing-library/commit/9b7a1e2bea5bf20ba9728f98eb7c68cdb80b7fdd)) ##### BREAKING CHANGES - See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0 - Minimum supported Node.js version is now 14.x ### [`v13.4.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.4.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0) ##### Features - **renderHook:** allow passing of all render options to renderHook ([#1118](https://redirect.github.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://redirect.github.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678)) ### [`v13.3.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.3.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0) ##### Features - Use `globalThis` if available ([#1070](https://redirect.github.com/testing-library/react-testing-library/issues/1070)) ([c80809a](https://redirect.github.com/testing-library/react-testing-library/commit/c80809a956b0b9f3289c4a6fa8b5e8cc72d6ef6d)) ### [`v13.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.2.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0) ##### Features - Export RenderHookOptions type ([#1062](https://redirect.github.com/testing-library/react-testing-library/issues/1062)) ([46b28ad](https://redirect.github.com/testing-library/react-testing-library/commit/46b28ade730f97a49a253d630f5b97c17ff24f6e)) ### [`v13.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **TS:** export interface RenderHookResult ([#1049](https://redirect.github.com/testing-library/react-testing-library/issues/1049)) ([9171163](https://redirect.github.com/testing-library/react-testing-library/commit/9171163fccf0a7ea43763475ca2980898b4079a5)) ### [`v13.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0) ##### Features - Add `renderHook` ([#991](https://redirect.github.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://redirect.github.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa)) ### [`v13.0.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1) ##### Bug Fixes - Specify a non-\* version for [@types/react-dom](https://redirect.github.com/types/react-dom) ([#1040](https://redirect.github.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://redirect.github.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0)) ### [`v13.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0) ##### Features - Add support for React 18 ([#1031](https://redirect.github.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://redirect.github.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed)) ##### BREAKING CHANGES - Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://redirect.github.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://redirect.github.com/reactwg/react-18/discussions/4). To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.