amilajack / node-disk-utility

Quickly calculate the size of a folder or disk on macOS and Linux
MIT License
30 stars 4 forks source link

Update dependency neon-cli to ^0.5.1 #50

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
neon-cli (source) dependencies minor ^0.4.2 -> ^0.5.1

Release Notes

neon-bindings/neon ### [`v0.5.1`](https://togithub.com/neon-bindings/neon/blob/master/RELEASES.md#Version-051) [Compare Source](https://togithub.com/neon-bindings/neon/compare/0.5.0...0.5.1) #### Performance - `smallvec` is used for collecting arguments and yields a small performance gain when calling `JsFunction` #### Broader Support Thanks to [@​staltz](https://togithub.com/staltz), neon now builds for both iOS and Android with [nodejs-mobile](https://togithub.com/JaneaSystems/nodejs-mobile). ### [`v0.5.0`](https://togithub.com/neon-bindings/neon/blob/master/RELEASES.md#Version-050) [Compare Source](https://togithub.com/neon-bindings/neon/compare/0.4.2...0.5.0) _Re-publish_ Versions `0.4.1` and `0.4.2` included a breaking change in `neon-runtime`. At the time, this was considered acceptable because `neon-runtime` is considered an internal crate and not part of the public API. However, it was discovered, after publishing, that `neon-serde`, a commonly used crate in the `neon` ecosystem, contained a direct dependency on `neon-runtime`. In order to best support users, versions `0.4.1` and `0.4.2` were "yanked" and re-published as `0.5.0`. Additionally, the team is working with the authors of `neon-serde` to remove the dependency on `neon-runtime` to prevent future issues. #### Bug Fixes - Fix stack overflow in `DowncastError` `Display` impl ([#​606](https://togithub.com/neon-bindings/neon/pull/606))

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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