moroshko / react-scanner

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

Update dependency fdir to v4 #4

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
fdir dependencies major 3.4.3 -> 4.0.0

Release Notes

thecodrr/fdir ### [`v4.0.0`](https://togithub.com/thecodrr/fdir/releases/v4.0.0) [Compare Source](https://togithub.com/thecodrr/fdir/compare/v3.4.3...v4.0.0) ### Breaking Changes: 1. Due to issues with `export default` in the Type Definitions, I had to migrate to using named exports. ([#​37](https://togithub.com/thecodrr/fdir/issues/37)) So this is now invalid: ```js import fdir from "fdir"; ``` Instead do this: #### ES6: ```js import { fdir } from "fdir"; ``` #### CommonJS: ```js const { fdir } = require("fdir"); ```

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.

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



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