tabs
tabs copied to clipboard
chore(deps): update dependency @testing-library/react to v14
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@testing-library/react | 9.5.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/dom
to 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
createRoot
API 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
v12.0.0
Bug Fixes
- Bump testing-library/dom to v8 alpha (#923) (770246e)
- Update @testing-library/dom (#931) (05c7421)
Features
- Bump @testing-library/dom (6e6bf85)
- Drop support for node 10 (#930) (42dad78)
BREAKING CHANGES
- Bump
@testing-library/dom
to 8.0.0. Please check out the@testing-library/[email protected]
release page for a detailed list of breaking changes. - node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
v11.2.7
Bug Fixes
v11.2.6
Bug Fixes
v11.2.5
Bug Fixes
v11.2.4
Bug Fixes
v11.2.3
Bug Fixes
v11.2.2
Bug Fixes
v11.2.1
Bug Fixes
v11.2.0
Features
v11.1.2
Bug Fixes
- import pretty-format from @testing-library/dom (#821) (2712dc2)
v11.1.1
Bug Fixes
- upgrade dependencies, typescript, @testing-library/dom etc (#816) (e07e641)
v11.1.0
Features
- bump @testing-library/dom to v7.26.0 (#799) (6b9a720)
v11.0.4
Bug Fixes
v11.0.3
Bug Fixes
v11.0.2
Bug Fixes
v11.0.1
Bug Fixes
v11.0.0
Features
BREAKING CHANGES
- cleanup is now synchronous and wraps the unmounting process in
act
.
v10.4.9
Bug Fixes
- Bump @testing-library/dom to 7.22.3 (#766) (276eb65)
v10.4.8
Bug Fixes
v10.4.7
Bug Fixes
v10.4.6
Bug Fixes
v10.4.5
Bug Fixes
v10.4.4
Bug Fixes
v10.4.3
Bug Fixes
v10.4.2
Bug Fixes
v10.4.1
Bug Fixes
- update @testing-library/dom to get a bug fix (6558845)
v10.4.0
Features
- force update of @testing-library/dom (d10a13d)
Latest DOM Testing Library release page: https://github.com/testing-library/dom-testing-library/releases/tag/v7.17.0
The big feature is fake timers working with async utils out of the box
v10.3.0
Features
v10.2.1
Bug Fixes
v10.2.0
Features
v10.1.0
Features
v10.0.6
Bug Fixes
- force update version of @testing-library/dom (#687) (c3008be)
v10.0.5
Bug Fixes
v10.0.4
Bug Fixes
v10.0.3
Bug Fixes
v10.0.2
Bug Fixes
v10.0.1
Bug Fixes
v10.0.0
Features
BREAKING CHANGES
Update DOM Testing Library
The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library v7.0.0 to ensure you are unaffected.
Drop Node 8
Node 10 or greater is required. Node 8 is out of LTS (#576) (fccc2cf), closes #575
remove deprecated cleanup-after-each.js
This file which did nothing but log a warning to the console (#598) (7942f68)
- import '@​testing-library/react/cleanup-after-each'
+ // nothing! Just remove it
As a general reminder, you should NOT need to use cleanup
at all as this is done automatically for you (unless you're using @testing-library/react/pure
in which case you know what you're doing... keep using cleanup
).
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Moscow, 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.