moroshko / react-scanner

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

Update dependency uvu to v0.3.2 #9

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
uvu devDependencies patch 0.3.1 -> 0.3.2

Release Notes

lukeed/uvu ### [`v0.3.2`](https://togithub.com/lukeed/uvu/releases/v0.3.2) [Compare Source](https://togithub.com/lukeed/uvu/compare/v0.3.1...v0.3.2) #### Patches - (diff) Preserve `undefined` and `NaN` values in diff details ([#​42](https://togithub.com/lukeed/uvu/issues/42)): [`4853b49`](https://togithub.com/lukeed/uvu/commit/4853b49) _Circumvent `JSON.stringify` which naturally hides/alters these values -- missing info!_ - (types) Move `Arrayable` and `Promisable` types into `uvu` namespace: [`d1f1b5f`](https://togithub.com/lukeed/uvu/commit/d1f1b5f) _Avoids potential conflict(s) with user and/or third-party types._ - (uvu) Print `err.operator` property only if it exists ([#​41](https://togithub.com/lukeed/uvu/issues/41)): [`18ada58`](https://togithub.com/lukeed/uvu/commit/18ada58) _Allows for custom and/or plain `throw new Error` in tests without visual artifact._ _Thank you [@​lukeshiru](https://togithub.com/lukeshiru)~!_

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.