multei / web

Multei web app
https://multei.com.br
MIT License
3 stars 2 forks source link

fix(deps): update dependency recoil to v0.0.8 #226

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
recoil dependencies patch 0.0.7 -> 0.0.8

Release Notes

facebookexperimental/recoil ### [`v0.0.8`](https://togithub.com/facebookexperimental/recoil/blob/master/CHANGELOG.md#​008-2020-05-30) ##### Bug Fixes - Build system and repository syncing fixed. - Fixed a bug where atoms that stored self-referential structures would cause an infinite loop. ([#​153](https://togithub.com/facebookexperimental/recoil/issues/153)) - Fixed bugs affecting Server-Side Rendering. ([#​53](https://togithub.com/facebookexperimental/recoil/issues/53)) ##### Features - TypeScript support is now available via DefinitelyTyped. - `atomFamily` and `selectorFamily`: these provide a standard way to create atoms and selectors using memoized functions. Compared with doing this yourself, in the future these will help with memory management. - `noWait`, `waitForNone`, `waitForAny`, `waitForAll`: helpers for concurrency and other advanced logic in async selectors. - `constSelector` and `errorSelector`: selectors that always evaluate to a constant or always throw an error. - `readOnlySelector`: wraps a read-write atom or selector in a read-only interface, for when you need type covariance.

Renovate configuration

:date: Schedule: "every weekend" (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.

netlify[bot] commented 4 years ago

Preview deployed with success. Look for the URL in Details.

Built with commit 0f6b92dfeba24863c0645370141641c5e0a3490b

https://deploy-preview-226--multei.netlify.app

codecov[bot] commented 4 years ago

Codecov Report

Merging #226 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   37.80%   37.80%           
=======================================
  Files          34       34           
  Lines         283      283           
  Branches       37       37           
=======================================
  Hits          107      107           
  Misses        155      155           
  Partials       21       21           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b09569d...0f6b92d. Read the comment docs.