Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Bump recoil from 0.4.1 to 0.5.2 #302

Merged
merged 1 commit into from
Dec 28, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2021

Bumps recoil from 0.4.1 to 0.5.2.

Release notes

Sourced from recoil's releases.

0.5.2

TypeScript fixes

0.5.1

TypeScript fixes

0.5.0

  • Added useRecoilRefresher_UNSTABLE() hook which forces a selector to re-run it's get(), and is a no-op for an atom. (#972, #1294, #1302)
  • Atom effect improvements:
    • Add getLoadable(), getPromise(), and getInfo_UNSTABLE() to Atom Effects interface for reading other atoms. (#1205, #1210)
    • Add isReset parameter to onSet() callback to know if the atom is being reset or not. (#1358, #1345)
  • Loadable improvements:
    • Publish RecoilLoadable interface with factories and type checking for Loadables. (#1263, #1264, #1312)
    • Ability to map Loadables with other Loadables. (#1180)
    • Re-implement Loadable as classes. (#1315)
  • Improved dev-mode checks:
    • Atoms freeze default, initialized, and async values. Selectors should not freeze upstream dependencies. (#1261, #1259)
    • Perform runtime check that required options are provided when creating atoms and selectors. (#1324)
  • Allow class instances in family parameters for Flow
Changelog

Sourced from recoil's changelog.

0.5.2 (2021-11-07)

  • Fix TypeScript exports (#1397)

0.5.1 (2021-11-05)

  • Fix TypeScript exports (#1389)

0.5.0 (2021-11-03)

  • Added useRecoilRefresher_UNSTABLE() hook which forces a selector to re-run it's get(), and is a no-op for an atom. (#972, #1294, #1302)
  • Atom effect improvements:
    • Add getLoadable(), getPromise(), and getInfo_UNSTABLE() to Atom Effects interface for reading other atoms. (#1205, #1210)
    • Add isReset parameter to onSet() callback to know if the atom is being reset or not. (#1358, #1345)
  • Loadable improvements:
    • Publish RecoilLoadable interface with factories and type checking for Loadables. (#1263, #1264, #1312)
    • Ability to map Loadables with other Loadables. (#1180)
    • Re-implement Loadable as classes. (#1315)
  • Improved dev-mode checks:
    • Atoms freeze default, initialized, and async values. Selectors should not freeze upstream dependencies. (#1261, #1259)
    • Perform runtime check that required options are provided when creating atoms and selectors. (#1324)
  • Fix user-thrown promises in selectors for some cases.
  • Allow class instances in family parameters for Flow
Commits
  • b1b8f80 Recoil 0.5.2 - TypeScript fix for useRecoilRefresher() (#1399)
  • f522786 Recoil 0.5.1 - TypeScript fixes (#1391)
  • ab6e6c2 Wrapper to sync URL with page transitions for EntryPoints prefetching
  • 70c08b8 Abstract Browser URL interface (#1383)
  • 6324307 Avoid redundant sync write operations (#1377)
  • f956640 Test co-existence of JSON query params and Transit URL encoding (#1361)
  • 90cfec4 Support for encoding user-defined classes (#1347)
  • d146d57 Built-in Transit encoding for URL persistence (#1350)
  • d5a39c4 Temporarily suppress OSS Flow and Jest for recoil-sync (#1387)
  • c1a113d Add documentation for $Values<> with stringLiterals() (#1384)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [recoil](https://github.com/facebookexperimental/Recoil) from 0.4.1 to 0.5.2.
- [Release notes](https://github.com/facebookexperimental/Recoil/releases)
- [Changelog](https://github.com/facebookexperimental/Recoil/blob/main/CHANGELOG.md)
- [Commits](facebookexperimental/Recoil@0.4.1...0.5.2)

---
updated-dependencies:
- dependency-name: recoil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 24, 2021
@hdl-service hdl-service added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 24, 2021
@WatanabeToshimitsu
Copy link
Contributor

/lgtm

@hdl-service hdl-service added the lgtm Indicates that a PR is ready to be merged. label Dec 28, 2021
@hdl-service
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], WatanabeToshimitsu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hdl-service hdl-service added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 28, 2021
@hdl-service hdl-service merged commit 96e538b into master Dec 28, 2021
@hdl-service hdl-service deleted the dependabot/npm_and_yarn/recoil-0.5.2 branch December 28, 2021 02:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants