Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

fix(deps): update dependency mobx-react-lite to v3 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2020

This PR contains the following updates:

Package Type Update Change
mobx-react-lite (source) dependencies major ^1.4.1 -> ^3.0.0

Release Notes

mobxjs/mobx-react-lite

v3.0.0

Compare Source

v2.2.2

Compare Source

v2.2.1

Compare Source

fix: reintroduce isObserverBatched for backwards compatibility (#​309) (#​313) [@​alex3683]

v2.2.0

Compare Source

v2.1.0

Compare Source

Fixed #​274 through #​299

v2.0.7

Compare Source

Compatibility fix for IE11 (#​286)

v2.0.6

Compare Source

observer() return type should be whatever the wrapped component is (#​275)

v2.0.5

Compare Source

Observer batching imports are kept in production builds as side effects (#​273)

v2.0.4

Compare Source

Fix losing props for observer component (#​272)

v2.0.3

Compare Source

Remove the use of Reflect to support compatibility with Hermes and IE11.

v2.0.2

Compare Source

Fix false positive warning about observer batching.

v2.0.1

Compare Source

Fixed small typo, use this instead of 2.0.0

v2.0.0

Compare Source

A major reason for this release is support for React.StrictMode which is now included by default in the create-react-app template. It's mostly about internal changes in how the cleanup of reaction is handled. There is no assurance it will work with currently experimental React Concurrent mode. We still need to investigate that.

Observer batching

Observer batching was included by default in 1.0, but there is a problem with dependency on react-dom which doesn't work in react-native and vice versa. For that reason, we had chosen a different path described in the docs. Without choosing one of the variants, you will get a warning about it.

Breaking changes

  • Remove deprecated hooks useComputed, useDisposable, useObservable
  • React Native no longer has a specific build, the regular one can be used
  • The optimizeForReactDOM and optimizeForReactNative are renamed to batchingForReactDom and batchingForReactNative to express the fact it's not just an optimization
  • Removed undocumented empty.js

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant