treeherder
treeherder copied to clipboard
Update dependency @testing-library/react to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @testing-library/react | 12.0.0 -> 14.2.2 |
Release Notes
testing-library/react-testing-library (@testing-library/react)
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.
v12.1.5
Bug Fixes
v12.1.4
Bug Fixes
v12.1.3
Bug Fixes
v12.1.2
Bug Fixes
v12.1.1
Bug Fixes
v12.1.0
Features
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
@beatrice-acasandrei @alexandru-io can one of you work on this- it is failing on perfherder tests
This depends on the React upgrade in #7672
@alexandru-io this also has been 6 months with no action.
Sorry @jmaher we'll look into it with higher priority. cc @beatrice-acasandrei
Hey @jmaher, I looked into the releases for testing-library/react. For this upgrade to testing-library/react v14 we need React 18 on Perfherder (current version is React 17). Starting from testing-library/react v13 they have dropped support for React 17 and earlier.
testing-library/react v12 only supports React < 18.
Do we plan to upgrade to React 18?
yes that is the goal, see https://github.com/mozilla/treeherder/pull/7798 ; we keep running into failing perf tests on a lot of things (see the comments).
it appears there is nothing to do with this right now.