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.10 - autoclosed #252

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

Release Notes

facebookexperimental/recoil ### [`v0.0.10`](https://togithub.com/facebookexperimental/recoil/blob/master/CHANGELOG.md#​0010-2020-06-18) [Compare Source](https://togithub.com/facebookexperimental/recoil/compare/0.0.9...0.0.10) ##### Bug Fix - Fix exports for snapshot hooks ### [`v0.0.9`](https://togithub.com/facebookexperimental/recoil/blob/master/CHANGELOG.md#​009-2020-06-17) [Compare Source](https://togithub.com/facebookexperimental/recoil/compare/0.0.8...0.0.9) ##### Features - TypeScript support now rolled into Recoil repository and package. - Recoil Snapshot API for observing and managing global Recoil state. ##### Improvements - Throw error with meaningful message if user doesn't use an atom or selector with most Recoil hooks ([#​205](https://togithub.com/facebookexperimental/recoil/issues/205)) - Thanks [@​alexandrzavalii](https://togithub.com/alexandrzavalii) - Improve testing ([#​321](https://togithub.com/facebookexperimental/recoil/issues/321), [#​318](https://togithub.com/facebookexperimental/recoil/issues/318), [#​294](https://togithub.com/facebookexperimental/recoil/issues/294), [#​262](https://togithub.com/facebookexperimental/recoil/issues/262), [#​295](https://togithub.com/facebookexperimental/recoil/issues/295)) - Thanks [@​aaronabramov](https://togithub.com/aaronabramov), [@​Komalov](https://togithub.com/Komalov), [@​mondaychen](https://togithub.com/mondaychen), [@​drarmstr](https://togithub.com/drarmstr), and [@​tyler-mitchell](https://togithub.com/tyler-mitchell) - Improve open-source build ([#​249](https://togithub.com/facebookexperimental/recoil/issues/249), [#​203](https://togithub.com/facebookexperimental/recoil/issues/203), [#​33](https://togithub.com/facebookexperimental/recoil/issues/33)) - Thanks to [@​tony-go](https://togithub.com/tony-go), [@​acutmore](https://togithub.com/acutmore), and [@​jaredpalmer](https://togithub.com/jaredpalmer) ##### Bug Fixes - Some fixes for Server Side Rendering, though we do not officially support it yet. ([#​233](https://togithub.com/facebookexperimental/recoil/issues/233), [#​220](https://togithub.com/facebookexperimental/recoil/issues/220), [#​284](https://togithub.com/facebookexperimental/recoil/issues/284)) - Thanks [@​fyber-LJX](https://togithub.com/fyber-LJX), [@​Chrischuck](https://togithub.com/Chrischuck), and [@​aulneau](https://togithub.com/aulneau) - Fix selectors recording dependency subscriptions in some cases ([#​296](https://togithub.com/facebookexperimental/recoil/issues/296)) - Thanks [@​drarmstr](https://togithub.com/drarmstr) - Fix updaters in `useRecoilCallback()` getting current state ([#​260](https://togithub.com/facebookexperimental/recoil/issues/260)) - Thanks [@​drarmstr](https://togithub.com/drarmstr) - Fix error messages when throwing certain errors in the open-source build. ([#​199](https://togithub.com/facebookexperimental/recoil/issues/199)) - Thanks [@​jonthomp](https://togithub.com/jonthomp) - Reduce Flow errors for open-source builds ([#​308](https://togithub.com/facebookexperimental/recoil/issues/308)) - Thanks [@​Komalov](https://togithub.com/Komalov) ### [`v0.0.8`](https://togithub.com/facebookexperimental/recoil/blob/master/CHANGELOG.md#​008-2020-05-30) [Compare Source](https://togithub.com/facebookexperimental/recoil/compare/bd6c8a7b7c5f888c45a0eb486ee90a60413eb195...0.0.8) ##### 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 7fdb758d2fb3da2657d88ba1292c37a110b1c263

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #252   +/-   ##
=======================================
  Coverage   50.41%   50.41%           
=======================================
  Files          49       49           
  Lines         361      361           
  Branches       40       40           
=======================================
  Hits          182      182           
  Misses        149      149           
  Partials       30       30           

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 29a8c5a...7fdb758. Read the comment docs.