react-tabs
react-tabs copied to clipboard
chore(deps): update testing-library monorepo (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @testing-library/dom | 9.3.4 -> 10.4.0 |
||||
| @testing-library/react | 14.3.1 -> 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
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 was generated by Mend Renovate. View the repository job log.
📊 Package size report 0%↑
| File | Before (Size / Gzip) | After (Size / Gzip) |
|---|---|---|
package.json |
3.3 kB / 1.2 kB |
0.03%↑3.3 kB / 0.2%↑1.2 kB |
| Total (Includes all files) | 58.7 kB / 20.6 kB |
0%↑58.7 kB / 0.01%↑20.6 kB |
| Tarball size | 12.6 kB |
0.05%↑12.6 kB |
Unchanged files
| File | Size (Size / Gzip) |
|---|---|
esm/components/Tab.js |
1.5 kB / 630 B |
esm/components/TabList.js |
658 B / 331 B |
esm/components/TabPanel.js |
975 B / 456 B |
esm/components/Tabs.js |
2.9 kB / 1.1 kB |
esm/components/UncontrolledTabs.js |
6.2 kB / 1.8 kB |
esm/helpers/childrenDeepMap.js |
846 B / 299 B |
esm/helpers/count.js |
205 B / 157 B |
esm/helpers/elementTypes.js |
244 B / 144 B |
esm/helpers/propTypes.js |
2.6 kB / 927 B |
esm/index.js |
200 B / 94 B |
index.d.ts |
2.0 kB / 542 B |
lib/components/Tab.js |
2.6 kB / 978 B |
lib/components/TabList.js |
974 B / 418 B |
lib/components/TabPanel.js |
1.3 kB / 546 B |
lib/components/Tabs.js |
4.0 kB / 1.4 kB |
lib/components/UncontrolledTabs.js |
7.4 kB / 2.2 kB |
lib/helpers/childrenDeepMap.js |
1.0 kB / 344 B |
lib/helpers/count.js |
325 B / 193 B |
lib/helpers/elementTypes.js |
369 B / 187 B |
lib/helpers/propTypes.js |
2.8 kB / 978 B |
lib/index.js |
558 B / 209 B |
LICENSE |
1.1 kB / 653 B |
README.md |
12.1 kB / 3.6 kB |
style/react-tabs.css |
842 B / 369 B |
style/react-tabs.less |
879 B / 391 B |
style/react-tabs.scss |
879 B / 391 B |
🤖 This report was automatically generated by pkg-size-action