reactjs / react-tabs

An accessible and easy tab component for ReactJS.
https://reactcommunity.org/react-tabs/
MIT License
3.1k stars 447 forks source link

chore(deps): update dependency @testing-library/react to v14 #511

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 13.4.0 -> 14.0.0 age adoption passing confidence

Release Notes

testing-library/react-testing-library ### [`v14.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0) ##### Bug Fixes - Prevent "missing act" warning for queued microtasks ([#​1137](https://togithub.com/testing-library/react-testing-library/issues/1137)) ([f78839b](https://togithub.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e)) ##### Features - Bump `@testing-library/dom` to 9.0.0 ([#​1177](https://togithub.com/testing-library/react-testing-library/issues/1177)) ([6653c23](https://togithub.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898)) - Drop support for Node.js 12.x ([#​1169](https://togithub.com/testing-library/react-testing-library/issues/1169)) ([9b7a1e2](https://togithub.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

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

📊 Package size report   No changes

File Before (Size / Gzip) After (Size / Gzip)
Total (Includes all files) 59.7 kB / 20.7 kB 59.7 kB / -0%↓20.7 kB
Tarball size 12.6 kB -0.06%↓12.6 kB
Unchanged files | File | Size (Size / Gzip) | | ------------------------------------------------------------------------------------------------------------------------------- | -------------------: | | `esm/components/Tab.js` | `1.5 kB` / `628 B` | | `esm/components/TabList.js` | `671 B` / `332 B` | | `esm/components/TabPanel.js` | `989 B` / `453 B` | | `esm/components/Tabs.js` | `2.9 kB` / `1.0 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` / `158 B` | | `esm/helpers/elementTypes.js` | `244 B` / `142 B` | | `esm/helpers/propTypes.js` | `2.6 kB` / `927 B` | | `esm/index.js` | `200 B` / `94 B` | | [`index.d.ts`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/index.d.ts) | `2.0 kB` / `540 B` | | `lib/components/Tab.js` | `2.9 kB` / `1.0 kB` | | `lib/components/TabList.js` | `1.0 kB` / `427 B` | | `lib/components/TabPanel.js` | `1.3 kB` / `551 B` | | `lib/components/Tabs.js` | `4.3 kB` / `1.5 kB` | | `lib/components/UncontrolledTabs.js` | `7.7 kB` / `2.2 kB` | | `lib/helpers/childrenDeepMap.js` | `1.0 kB` / `344 B` | | `lib/helpers/count.js` | `325 B` / `194 B` | | `lib/helpers/elementTypes.js` | `396 B` / `195 B` | | `lib/helpers/propTypes.js` | `2.8 kB` / `980 B` | | `lib/index.js` | `568 B` / `216 B` | | [`LICENSE`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/LICENSE) | `1.1 kB` / `646 B` | | [`package.json`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/package.json) | `3.2 kB` / `1.2 kB` | | [`README.md`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/README.md) | `12.1 kB` / `3.6 kB` | | [`style/react-tabs.css`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/style/react-tabs.css) | `842 B` / `369 B` | | [`style/react-tabs.less`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/style/react-tabs.less) | `879 B` / `393 B` | | [`style/react-tabs.scss`](https://github.com/reactjs/react-tabs/blob/renovate/testing-library-react-14.x/style/react-tabs.scss) | `879 B` / `393 B` |

🤖 This report was automatically generated by pkg-size-action

codecov-commenter commented 1 year ago

Codecov Report

Merging #511 (5268e1f) into main (634fbfb) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #511   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files           9        9           
  Lines         328      328           
  Branches      104      104           
=======================================
  Hits          325      325           
  Misses          3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 6.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: