moroshko / react-scanner

Extract React components and props usage from code.
MIT License
564 stars 40 forks source link

Update minor and patch #20

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
c8 devDependencies patch 7.3.0 -> 7.3.1
eslint (source) devDependencies minor 7.9.0 -> 7.10.0
eslint-plugin-import devDependencies patch 2.22.0 -> 2.22.1
sade dependencies patch 1.7.3 -> 1.7.4
uvu devDependencies patch 0.3.3 -> 0.3.4

Release Notes

bcoe/c8 ### [`v7.3.1`](https://togithub.com/bcoe/c8/blob/master/CHANGELOG.md#​731-httpswwwgithubcombcoec8comparev730v731-2020-09-10) [Compare Source](https://togithub.com/bcoe/c8/compare/v7.3.0...v7.3.1)
eslint/eslint ### [`v7.10.0`](https://togithub.com/eslint/eslint/releases/v7.10.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.9.0...v7.10.0) - [`6919fbb`](https://togithub.com/eslint/eslint/commit/6919fbb83f86552b0f49ae749da866e4edc7c46a) Docs: Clarify that ignorePattern should be a string (refs [#​13029](https://togithub.com/eslint/eslint/issues/13029)) ([#​13718](https://togithub.com/eslint/eslint/issues/13718)) (Brandon Mills) - [`07d9bea`](https://togithub.com/eslint/eslint/commit/07d9bea7c6f953e8f754afffc9752edcee799431) Update: Add ignorePattern to no-inline-comments ([#​13029](https://togithub.com/eslint/eslint/issues/13029)) (Edie Lemoine) - [`d79bbe9`](https://togithub.com/eslint/eslint/commit/d79bbe982930b53358d34ad91cc6e5eaac8ddede) Docs: fix typo ([#​13717](https://togithub.com/eslint/eslint/issues/13717)) (Alexander Liu) - [`9b8490e`](https://togithub.com/eslint/eslint/commit/9b8490ee6391c986b1314540a92b71d8c1e0efc4) Docs: grammatical error ([#​13687](https://togithub.com/eslint/eslint/issues/13687)) (rajdeep) - [`cb44e93`](https://togithub.com/eslint/eslint/commit/cb44e93f4780e925a75a68ce2f7f6d065b5f756c) Fix: prefer-destructuring invalid autofix with computed property access ([#​13704](https://togithub.com/eslint/eslint/issues/13704)) (Milos Djermanovic) - [`46c73b1`](https://togithub.com/eslint/eslint/commit/46c73b159a5ceed2f7f26f254fd97e459fb0e81a) Upgrade: eslint-scope@5.1.1 ([#​13716](https://togithub.com/eslint/eslint/issues/13716)) (Milos Djermanovic) - [`b7b12ba`](https://togithub.com/eslint/eslint/commit/b7b12ba0bd4e9c66883f11e97de8ed84b600cdaa) Chore: Move comment to make tests more organized ([#​13707](https://togithub.com/eslint/eslint/issues/13707)) (Yusuke Tanaka) - [`51674a4`](https://togithub.com/eslint/eslint/commit/51674a4113a1ca877094606bbf4938ab06cc1aad) Docs: Add missing quotes ([#​13714](https://togithub.com/eslint/eslint/issues/13714)) (Lucio Paiva) - [`7c34a98`](https://togithub.com/eslint/eslint/commit/7c34a982aaf93a02348f56c9ce887c7dcf51b5bd) Chore: remove mistakenly added file ([#​13710](https://togithub.com/eslint/eslint/issues/13710)) (Milos Djermanovic) - [`30b76c9`](https://togithub.com/eslint/eslint/commit/30b76c9a13fae3dff59f7db406d6c66f11152973) Docs: Clarify package.json requirement in Getting Started (refs [#​13549](https://togithub.com/eslint/eslint/issues/13549)) ([#​13696](https://togithub.com/eslint/eslint/issues/13696)) (Nicholas C. Zakas) - [`044560d`](https://togithub.com/eslint/eslint/commit/044560dcc74db98b28e293da2e2f3b41ecbf5884) Sponsors: Sync README with website (ESLint Jenkins) - [`54000d1`](https://togithub.com/eslint/eslint/commit/54000d13f27d5255851b5ac0606ad027e2b8d331) Sponsors: Sync README with website (ESLint Jenkins)
benmosher/eslint-plugin-import ### [`v2.22.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2221---2020-09-27) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1) ##### Fixed - [`default`]/TypeScript: avoid crash on `export =` with a MemberExpression ([#​1841], thanks [@​ljharb]) - [`extensions`]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc]) - allow using rest operator in named export ([#​1878], thanks [@​foray1010]) - [`dynamic-import-chunkname`]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub]) ##### Changed - [`export`]: add tests for a name collision with `export * from` ([#​1704], thanks [@​tomprats](https://togithub.com/tomprats))
lukeed/sade ### [`v1.7.4`](https://togithub.com/lukeed/sade/releases/v1.7.4) [Compare Source](https://togithub.com/lukeed/sade/compare/v1.7.3...v1.7.4) #### Patches - Handle equal-length aliases for sub-commands: [`6a08885`](https://togithub.com/lukeed/sade/commit/6a08885) _Previously, a subcommand only worked correctly if its alias had fewer segments:_ ```js sade('git') .command('remote add ') .alias('ra', 'remote new') // ... // BEFORE: Only `ra` worked // AFTER: Both `ra` and `remote new` work ``` - (perf) Faster command parsing: [`6a08885`](https://togithub.com/lukeed/sade/commit/6a08885) _Fewer `for-loop`s to determine command alises._ #### Chores - (CI) Move CI to GitHub Actions: [`66c0912`](https://togithub.com/lukeed/sade/commit/66c0912), [`a35149b`](https://togithub.com/lukeed/sade/commit/a35149b) - (pkg): Ensure valid `author.url` format ([#​41](https://togithub.com/lukeed/sade/issues/41)): [`cf24e4f`](https://togithub.com/lukeed/sade/commit/cf24e4f) _Thank you [@​marvinhagemeister](https://togithub.com/marvinhagemeister)_
lukeed/uvu ### [`v0.3.4`](https://togithub.com/lukeed/uvu/releases/v0.3.4) [Compare Source](https://togithub.com/lukeed/uvu/compare/v0.3.3...v0.3.4) #### Patches - (bin) Bail with non-zero exit code on boot/`require` error ([#​50](https://togithub.com/lukeed/uvu/issues/50)): [`973eb04`](https://togithub.com/lukeed/uvu/commit/973eb04) #### Chores - (deps) Update `bundt` version: [`dba97ff`](https://togithub.com/lukeed/uvu/commit/dba97ff) - (deps) Update `totalist` version: [`c916972`](https://togithub.com/lukeed/uvu/commit/c916972) - (deps) Update `dequal` version: [`4cb9310`](https://togithub.com/lukeed/uvu/commit/4cb9310), [`083e2bd`](https://togithub.com/lukeed/uvu/commit/083e2bd) - (types) Split `index.d.ts` into separate files: [`4786a85`](https://togithub.com/lukeed/uvu/commit/4786a85) - Enable [GitHub Sponsor](https://togithub.com/sponsors/lukeed) button: [`0354288`](https://togithub.com/lukeed/uvu/commit/0354288)

Renovate configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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