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 eslint to v8.26.0 #501

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.25.0 -> 8.26.0 age adoption passing confidence

Release Notes

eslint/eslint ### [`v8.26.0`](https://togithub.com/eslint/eslint/releases/tag/v8.26.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.25.0...v8.26.0) #### Features - [`4715787`](https://togithub.com/eslint/eslint/commit/4715787724a71494ba0bb0c5fe4639570bb6985b) feat: check `Object.create()` in getter-return ([#​16420](https://togithub.com/eslint/eslint/issues/16420)) (Yuki Hirasawa) - [`28d1902`](https://togithub.com/eslint/eslint/commit/28d190264017dbaa29f2ab218f73b623143cd1af) feat: `no-implicit-globals` supports `exported` block comment ([#​16343](https://togithub.com/eslint/eslint/issues/16343)) (Sosuke Suzuki) - [`e940be7`](https://togithub.com/eslint/eslint/commit/e940be7a83d0caea15b64c1e1c2785a6540e2641) feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config ([#​16356](https://togithub.com/eslint/eslint/issues/16356)) (Tomer Aberbach) - [`dd0c58f`](https://togithub.com/eslint/eslint/commit/dd0c58f0f34d24331ae55139af39cf2747125f5e) feat: Swap out Globby for custom globbing solution. ([#​16369](https://togithub.com/eslint/eslint/issues/16369)) (Nicholas C. Zakas) #### Bug Fixes - [`df77409`](https://togithub.com/eslint/eslint/commit/df7740967ffab2915974c7b310ac76ea2915ac2d) fix: use `baseConfig` constructor option in FlatESLint ([#​16432](https://togithub.com/eslint/eslint/issues/16432)) (Milos Djermanovic) - [`33668ee`](https://togithub.com/eslint/eslint/commit/33668ee9d22e1988ba03e07fb547738bdb21dc0e) fix: Ensure that glob patterns are matched correctly. ([#​16449](https://togithub.com/eslint/eslint/issues/16449)) (Nicholas C. Zakas) - [`740b208`](https://togithub.com/eslint/eslint/commit/740b20826fadc5322ea5547c1ba41793944e571d) fix: ignore messages without a `ruleId` in `getRulesMetaForResults` ([#​16409](https://togithub.com/eslint/eslint/issues/16409)) (Francesco Trotta) - [`8f9759e`](https://togithub.com/eslint/eslint/commit/8f9759e2a94586357d85fac902e038fabdba79a7) fix: `--ignore-pattern` in flat config mode should be relative to `cwd` ([#​16425](https://togithub.com/eslint/eslint/issues/16425)) (Milos Djermanovic) - [`325ad37`](https://togithub.com/eslint/eslint/commit/325ad375a52d1c7b8b8fd23943350c91781366a2) fix: make `getRulesMetaForResults` return a plain object in trivial case ([#​16438](https://togithub.com/eslint/eslint/issues/16438)) (Francesco Trotta) - [`a2810bc`](https://togithub.com/eslint/eslint/commit/a2810bc485d9f1123a86b60702fcaa51e19d71a3) fix: Ensure that directories can be unignored. ([#​16436](https://togithub.com/eslint/eslint/issues/16436)) (Nicholas C. Zakas) - [`35916ad`](https://togithub.com/eslint/eslint/commit/35916ad9bfc07dab63361721df1bd7f21e43e094) fix: Ensure unignore and reignore work correctly in flat config. ([#​16422](https://togithub.com/eslint/eslint/issues/16422)) (Nicholas C. Zakas) #### Documentation - [`651649b`](https://togithub.com/eslint/eslint/commit/651649b12797594a86c0d659d6a0d1cdbda6f57b) docs: Core concepts page ([#​16399](https://togithub.com/eslint/eslint/issues/16399)) (Ben Perlmutter) - [`631cf72`](https://togithub.com/eslint/eslint/commit/631cf72e82f316a2cc08770e5c81b858637ab04a) docs: note --ignore-path not supported with flat config ([#​16434](https://togithub.com/eslint/eslint/issues/16434)) (Andy Edwards) - [`1692840`](https://togithub.com/eslint/eslint/commit/1692840a2f763737a4891419dc304db4ebedab5d) docs: fix syntax in examples for new config files ([#​16427](https://togithub.com/eslint/eslint/issues/16427)) (Milos Djermanovic) - [`d336cfc`](https://togithub.com/eslint/eslint/commit/d336cfc9145a72bf8730250ee1e331a135e6ee2c) docs: Document extending plugin with new config ([#​16394](https://togithub.com/eslint/eslint/issues/16394)) (Ben Perlmutter) #### Chores - [`e917a9a`](https://togithub.com/eslint/eslint/commit/e917a9a2e555d398c64b985fc933d44a42c958f0) ci: add node v19 ([#​16443](https://togithub.com/eslint/eslint/issues/16443)) (Koichi ITO) - [`4b70b91`](https://togithub.com/eslint/eslint/commit/4b70b91a6e28669ab8e2a4ce2a6d9ed40be20fa7) chore: Add VS Code issues link ([#​16423](https://togithub.com/eslint/eslint/issues/16423)) (Nicholas C. Zakas) - [`232d291`](https://togithub.com/eslint/eslint/commit/232d2916ac5e44db55c2ffbd2f3b37ad70037b7b) chore: suppress a Node.js deprecation warning ([#​16398](https://togithub.com/eslint/eslint/issues/16398)) (Koichi ITO)

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.

🔕 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.

renovate[bot] commented 2 years ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


github-actions[bot] commented 2 years ago

📊 Package size report   No changes

File Before (Size / Gzip) After (Size / Gzip)
Total (Includes all files) 197.7 kB / 59.7 kB 197.7 kB / 59.7 kB
Tarball size 44.4 kB -0.04%↓44.4 kB
Unchanged files | File | Size (Size / Gzip) | | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------: | | `dist/react-tabs.development.js` | `19.3 kB` / `4.7 kB` | | `dist/react-tabs.production.min.js` | `7.3 kB` / `2.6 kB` | | `esm/components/Tab.js` | `2.1 kB` / `845 B` | | `esm/components/TabList.js` | `1.1 kB` / `497 B` | | `esm/components/TabPanel.js` | `1.5 kB` / `651 B` | | `esm/components/Tabs.js` | `3.1 kB` / `1.1 kB` | | `esm/components/UncontrolledTabs.js` | `7.1 kB` / `2.0 kB` | | `esm/helpers/childrenDeepMap.js` | `877 B` / `307 B` | | `esm/helpers/count.js` | `213 B` / `157 B` | | `esm/helpers/elementTypes.js` | `254 B` / `145 B` | | `esm/helpers/propTypes.js` | `2.6 kB` / `921 B` | | `esm/index.js` | `200 B` / `94 B` | | [`index.d.ts`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/index.d.ts) | `1.9 kB` / `529 B` | | `lib/components/Tab.js` | `3.6 kB` / `1.3 kB` | | `lib/components/TabList.js` | `1.4 kB` / `585 B` | | `lib/components/TabPanel.js` | `1.9 kB` / `742 B` | | `lib/components/Tabs.js` | `4.6 kB` / `1.5 kB` | | `lib/components/UncontrolledTabs.js` | `8.8 kB` / `2.4 kB` | | `lib/helpers/childrenDeepMap.js` | `1.1 kB` / `353 B` | | `lib/helpers/count.js` | `333 B` / `195 B` | | `lib/helpers/elementTypes.js` | `406 B` / `196 B` | | `lib/helpers/propTypes.js` | `2.8 kB` / `973 B` | | `lib/index.js` | `582 B` / `220 B` | | [`LICENSE`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/LICENSE) | `1.1 kB` / `646 B` | | [`package.json`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/package.json) | `3.6 kB` / `1.3 kB` | | [`README.md`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/README.md) | `12.8 kB` / `3.9 kB` | | [`src/components/Tab.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/components/Tab.js) | `1.9 kB` / `691 B` | | [`src/components/TabList.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/components/TabList.js) | `670 B` / `326 B` | | [`src/components/TabPanel.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/components/TabPanel.js) | `1.1 kB` / `491 B` | | [`src/components/Tabs.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/components/Tabs.js) | `4.2 kB` / `1.5 kB` | | [`src/components/UncontrolledTabs.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/components/UncontrolledTabs.js) | `11.0 kB` / `3.0 kB` | | [`src/helpers/childrenDeepMap.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/helpers/childrenDeepMap.js) | `1.4 kB` / `441 B` | | [`src/helpers/count.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/helpers/count.js) | `250 B` / `176 B` | | [`src/helpers/elementTypes.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/helpers/elementTypes.js) | `269 B` / `156 B` | | [`src/helpers/propTypes.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/helpers/propTypes.js) | `3.3 kB` / `1.0 kB` | | [`src/index.js`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/src/index.js) | `224 B` / `100 B` | | [`style/react-tabs.css`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/style/react-tabs.css) | `842 B` / `369 B` | | [`style/react-tabs.less`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/style/react-tabs.less) | `879 B` / `393 B` | | [`style/react-tabs.scss`](https://github.com/reactjs/react-tabs/blob/renovate/eslint-8.x/style/react-tabs.scss) | `879 B` / `393 B` |
Hidden files | File | Before (Size / Gzip) | After (Size / Gzip) | | --------------------------------------- | --------------------: | ------------------------------------------: | | `dist/react-tabs.development.js.map` | `48.3 kB` / `12.2 kB` | `48.3 kB` / `12.2 kB` | | `dist/react-tabs.production.min.js.map` | `32.1 kB` / `9.5 kB` | `32.1 kB` / `9.5 kB` |

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #501 (7b73df6) into main (c7c1f29) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #501   +/-   ##
=======================================
  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 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: