Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency recoil-sync to v0.2.0 #123

Merged
merged 1 commit into from Oct 15, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recoil-sync ^0.1.0 -> ^0.1.0 || ^0.2.0 age adoption passing confidence
recoil-sync 0.1.1 -> 0.2.0 age adoption passing confidence

Release Notes

facebookexperimental/Recoil

v0.2.0

Compare Source

0.2.0 (2021-3-18)

Major improvements
  • More reliable async selectors
  • Improved performance using HAMT data structures (b7d1cfd).
Other improvements
  • Changed semantics of waitForAny() such that it will always return loadables unless everything is loading. This better aligns behaviour of waitForAny() and waitForNone()
  • Added a waitForAllSettled helper analogous to Promise.allSettled. (4c95591)
  • Friendly error message for misuse of useRecoilCallback (#​870)
  • Friendly error message if you try to use an async function as a selector setter, which is not uspported. (#​777)
  • Improved React Native support. (#​748, #​702)
  • Added useGetRecoilValueInfo_UNSTABLE() hook for dev tools. (#​713, #​714)
Bug fixes
  • Selectors now treat any non-Promise that is thrown as an error, rather than only instances of Error. (f0e66f7)
  • A child of RecoilRoot could sometimes have its state updated after being unmounted. (#​917)
  • The error message for missing RecoilRoot wasn't displayed on React experimental releases. (#​712)
  • IE 11 compatibility (#​894, d27c800)
  • Errors shouldn't be frozen (#​852)
  • Atom effects could fail to initialize atoms in certain cases (#​775).
  • Async selectors would fail with multiple React roots (a618a3).

Configuration

📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@koichik koichik merged commit f480fd6 into main Oct 15, 2022
@koichik koichik deleted the renovate/recoil-sync-0.x branch October 15, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant