jeetiss / tabs

React tabs with hooks
https://jeetiss.github.io/tabs/
208 stars 30 forks source link

chore(deps): update dev dependencies (non-major) #194

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.13.10 -> 7.13.13 age adoption passing confidence
@babel/preset-env (source) 7.13.10 -> 7.13.12 age adoption passing confidence
@babel/preset-react (source) 7.12.13 -> 7.13.13 age adoption passing confidence
@testing-library/jest-dom 5.11.9 -> 5.11.10 age adoption passing confidence
eslint-plugin-react 7.22.0 -> 7.23.1 age adoption passing confidence
rollup (source) 2.42.1 -> 2.43.1 age adoption passing confidence
shipjs 0.23.0 -> 0.23.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.13.13`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71313-2021-03-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.13) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12441](https://togithub.com/babel/babel/pull/12441) Disallow await before exponential ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-core` - [#​13031](https://togithub.com/babel/babel/pull/13031) Correctly handle relative `browserslistConfigFile` paths ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-preset-env` - [#​13028](https://togithub.com/babel/babel/pull/13028) Resolve `.browserslistrc` as a project-wide file ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements` - [#​13054](https://togithub.com/babel/babel/pull/13054) fix: constant variables only enable constant react elements ([@​cgood92](https://togithub.com/cgood92)) - `babel-types` - [#​13046](https://togithub.com/babel/babel/pull/13046) fix(types): add missing range for BaseNode ([@​JounQin](https://togithub.com/JounQin)) - `babel-node` - [#​13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@​lambertkevin](https://togithub.com/lambertkevin)) - [#​13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@​lambertkevin](https://togithub.com/lambertkevin)) - `babel-parser` - [#​12933](https://togithub.com/babel/babel/pull/12933) fix(ts): parenthesized assert and assign ([@​fedeci](https://togithub.com/fedeci)) ##### :nail_care: Polish - `babel-cli`, `babel-core` - [#​12954](https://togithub.com/babel/babel/pull/12954) Do not bail on SHOW_CONFIG_FOR matches ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​13021](https://togithub.com/babel/babel/pull/13021) Remove lodash sortBy use ([@​jridgewell](https://togithub.com/jridgewell)) - Other - [#​13055](https://togithub.com/babel/babel/pull/13055) Replace CircleCI badge by GitHub CI ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​13044](https://togithub.com/babel/babel/pull/13044) Expand type definitions for path.{get,set}Data to cover symbols ([@​addaleax](https://togithub.com/addaleax)) ##### :running_woman: Performance - `babel-core` - [#​13040](https://togithub.com/babel/babel/pull/13040) Set `rootMode: "root"` in `loadPartialConfig` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
testing-library/jest-dom ### [`v5.11.10`](https://togithub.com/testing-library/jest-dom/releases/v5.11.10) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.11.9...v5.11.10) ##### Bug Fixes - normalize expected value in toContainHTML ([#​349](https://togithub.com/testing-library/jest-dom/issues/349)) ([21ad89b](https://togithub.com/testing-library/jest-dom/commit/21ad89bc707b6e41af887d1bd103dd6dbc665dee)), closes [#​347](https://togithub.com/testing-library/jest-dom/issues/347)
yannickcr/eslint-plugin-react ### [`v7.23.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7231---20210323) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1) ##### Fixed - version detection: support processor virtual filename ([#​2949][] [@​JounQin](https://togithub.com/JounQin)) [7.23.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 [#​2949]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2949 ### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7230---20210322) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0) ##### Added - [`jsx-no-target-blank`]: add fixer ([#​2862][] [@​Nokel81](https://togithub.com/Nokel81)) - [`jsx-pascal-case`]: support minimatch `ignore` option ([#​2906][] [@​bcherny](https://togithub.com/bcherny)) - [`jsx-pascal-case`]: support `allowNamespace` option ([#​2917][] [@​kev-y-huang](https://togithub.com/kev-y-huang)) - [`jsx-newline`]: Add prevent option ([#​2935][] [@​jsphstls](https://togithub.com/jsphstls)) - [`no-unstable-nested-components`]: Prevent creating unstable components inside components ([#​2750][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - added `jsx-runtime` config, for the modern JSX runtime transform ([@​ljharb](https://togithub.com/ljharb)) ##### Fixed - [`jsx-no-constructed-context-values`]: avoid a crash with `as X` TS code ([#​2894][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-no-constructed-context-values`]: avoid a crash with boolean shorthand ([#​2895][] [@​ljharb](https://togithub.com/ljharb)) - [`static-property-placement`]: do not report non-components ([#​2893][] [@​golopot](https://togithub.com/golopot)) - [`no-array-index-key`]: support optional chaining ([#​2897][] [@​SyMind](https://togithub.com/SyMind)) - [`no-typos`]: avoid a crash on bindingless `prop-types` import; add warning ([#​2899][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-curly-brace-presence`]: ignore containers with comments ([#​2900][] [@​golopot](https://togithub.com/golopot)) - [`destructuring-assignment`]: fix a false positive for local prop named `context` in SFC ([#​2929][] [@​SyMind](https://togithub.com/SyMind)) - [`jsx-no-target-blank`]: Allow rel="noreferrer" when `allowReferrer` is true ([#​2925][] [@​edemaine](https://togithub.com/edemaine)) - [`boolean-prop-naming`]: add check for typescript "boolean" type ([#​2930][] [@​vedadeepta](https://togithub.com/vedadeepta)) - version detection: Add tests that verify versioning works for sibling and child projects ([#​2943][] [@​jcrosetto](https://togithub.com/jcrosetto)) - [`jsx-curly-newline`]: Update error messages ([#​2933][] [@​jbrower2](https://togithub.com/jbrower2)) ##### Changed - [Docs][`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#​2910][] [@​kud](https://togithub.com/kud)) - [readme] Replace lists of rules with tables in readme ([#​2908][] [@​motato1](https://togithub.com/motato1)) - [Docs] added missing curly braces ([#​2923][] [@​Muditxofficial](https://togithub.com/Muditxofficial)) [7.23.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0 [#​2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943 [#​2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935 [#​2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933 [#​2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930 [#​2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929 [#​2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925 [#​2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923 [#​2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917 [#​2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910 [#​2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908 [#​2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906 [#​2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900 [#​2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899 [#​2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897 [#​2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895 [#​2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894 [#​2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893 [#​2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862 [#​2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750
rollup/rollup ### [`v2.43.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2431) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.43.0...v2.43.1) _2021-03-28_ ##### Bug Fixes - Prevent infinite recursions in certain scenarios when calling object properties ([#​4025](https://togithub.com/rollup/rollup/issues/4025)) ##### Pull Requests - [#​4025](https://togithub.com/rollup/rollup/pull/4025): Handle recursive this mutation detection ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.43.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2430) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.42.4...v2.43.0) _2021-03-27_ ##### Features - Track side effects of function properties in objects for better tree-shaking ([#​4011](https://togithub.com/rollup/rollup/issues/4011)) ##### Pull Requests - [#​4011](https://togithub.com/rollup/rollup/pull/4011): Disable pessimistic object deoptimization for calls when the called function doesn't ref this ([@​marijnh](https://togithub.com/marijnh)) - [#​4012](https://togithub.com/rollup/rollup/pull/4012): fix `sourcemap` reference in docs ([@​tjenkinson](https://togithub.com/tjenkinson)) - [#​4015](https://togithub.com/rollup/rollup/pull/4015): Use SIGTERM instead of SIGINT to kill test child processes in tests ([@​marijnh](https://togithub.com/marijnh)) ### [`v2.42.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2424) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.42.3...v2.42.4) _2021-03-24_ ##### Bug Fixes - Do not discard plugin return values when using perf option ([#​4010](https://togithub.com/rollup/rollup/issues/4010)) ##### Pull Requests - [#​4010](https://togithub.com/rollup/rollup/pull/4010): Return hook result inside promise with async timer end ([@​SuperOleg39](https://togithub.com/SuperOleg39)) ### [`v2.42.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2423) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.42.2...v2.42.3) _2021-03-22_ ##### Bug Fixes - Do not ignore `#__PURE__` comments in front of optional chaining expressions ([#​4007](https://togithub.com/rollup/rollup/issues/4007)) ##### Pull Requests - [#​4007](https://togithub.com/rollup/rollup/pull/4007): Tree-shake pure call expressions with optional chaining ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.42.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2422) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.42.1...v2.42.2) _2021-03-22_ ##### Bug Fixes - Use correct import.meta.url in relative imports from transpiled config files ([#​4005](https://togithub.com/rollup/rollup/issues/4005)) ##### Pull Requests - [#​4005](https://togithub.com/rollup/rollup/pull/4005): Use correct import.meta.url in config files ([@​lukastaegert](https://togithub.com/lukastaegert))
algolia/shipjs ### [`v0.23.1`](https://togithub.com/algolia/shipjs/blob/master/CHANGELOG.md#​0231-httpsgithubcomalgoliashipjscomparev0230v0231-2021-03-09) [Compare Source](https://togithub.com/algolia/shipjs/compare/v0.23.0...v0.23.1) ##### Bug Fixes - **prepare:** allow shouldPrepare callback to run during --dry-run ([#​947](https://togithub.com/algolia/shipjs/issues/947)) ([8602ba0](https://togithub.com/algolia/shipjs/commit/8602ba06fc32f73c871c4b8d624a288a87ca0d89))

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Europe/Moscow.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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