matrix-react-sdk
matrix-react-sdk copied to clipboard
Update testing-library monorepo (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @testing-library/dom | ^9.0.0 -> ^10.0.0 |
||||
| @testing-library/react | ^12.1.5 -> ^16.0.0 |
Release Notes
testing-library/dom-testing-library (@testing-library/dom)
v10.4.0
v10.3.2
Bug Fixes
v10.3.1
Bug Fixes
v10.3.0
v10.2.0
Features
v10.1.0
Features
v10.0.0
Bug Fixes
- use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259
Features
- Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x (#1255) (452097b)
- upgrade aria-query to 5.3.0 (#1241) (2c57055), closes #1240
BREAKING CHANGES
- Minimum supported Node.js version is 18.0
- New version of
aria-querychanges various roles. Check out the changed tests in2c57055to get an overview about what changed.
testing-library/react-testing-library (@testing-library/react)
v16.0.0
Features
BREAKING CHANGES
@testing-library/domwas moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dominstalled that frequently caused bugs when used with@testing-library/user-event. We will also be able to allow new versions of@testing-library/dombeing used without a SemVer major release of@testing-library/reactby just widening the peer dependency.@types/react-domneeds to be installed if you're typechecking files using@testing-library/react.
v15.0.7
v15.0.6
v15.0.5
v15.0.4
v15.0.3
Bug Fixes
v15.0.2
v15.0.1
v15.0.0
v14.3.1
Bug Fixes
v14.3.0
v14.2.2
v14.2.1
Bug Fixes
v14.2.0
Features
v14.1.2
Bug Fixes
v14.1.1
Bug Fixes
v14.1.0
Features
v14.0.0
Bug Fixes
Features
- Bump
@testing-library/domto 9.0.0 (#1177) (6653c23) - Drop support for Node.js 12.x (#1169) (9b7a1e2)
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
Features
v13.3.0
Features
v13.2.0
Features
v13.1.1
Bug Fixes
v13.1.0
Features
v13.0.1
Bug Fixes
- Specify a non-* version for @types/react-dom (#1040) (2a889e8)
v13.0.0
Features
BREAKING CHANGES
- Drop support for React 17 and earlier. We'll use the new
createRootAPI by default which comes with a set of changes while also enabling support for concurrent features. To opt-out of this change you can userender(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: 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 was generated by Mend Renovate. View the repository job log.
Incompatible with React 17