Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

chore(deps): update dependency mobx-react to v5.4.3 #34

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 4, 2018

This PR contains the following updates:

Package Type Update Change References
mobx-react devDependencies minor 5.1.2 -> 5.4.3 homepage, source

Release Notes

mobxjs/mobx-react

v5.4.3

Compare Source

  • Fixed #​612, contextType was hoisted by inject, which shouldn't the case.

v5.4.2

Compare Source

  • Fixed issue where react-is wasn't properly rolled-up into the package. Fixes #​608

v5.4.1

Compare Source

  • Fixed issue where react-is wasn't properly rolled-up into the package. Fixes #​608

v5.4.0

Compare Source

  • Added support for forward refs, fixes #​602

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

  • Fixed Cannot read property 'forEach' of undefined exception if disposeOnUnmount was called conditionally. #​578 by Jef Hellemans

v5.3.2

Compare Source

v5.3.1

Compare Source

5.3.0 was retracted as files were not generated correctly during publish

  • Added disposeOnUnmount utility / decorator to call disposable properties (reaction, autorun, etc) automatically on componentWillUnmount
  • Introduced new method to patch lifecycle methods which should be more compatible with for example arrow functions.

v5.2.8

Compare Source

  • Make sure mobx-react doesn't require Object.assign polyfill

v5.2.7

Compare Source

  • Fixed issue where React 16.5 printed a warning when using Provider, fixes #​545

v5.2.6

Compare Source

  • Fixed bug in defining properties (although the bug had no known observable effect). Fixes #​540

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

  • Component props and state properties are now made observable during the instance creation. This restores the behavior from before 5.1.0 where props and state could safely be observed during mount. Actually it is now possible to do similar things in constructors as well. Fixes #​478. Thanks @​Strate for the idea and PR! #​496.

v5.2.0

Compare Source

  • Added backward compatible support for MobX 5.
  • Fixed components sometimes being displayed as undefined in mobx-devtools. See #​470 by @​MauricioAndrades
  • Removed unnecessary warning @observer was used both on a sub and super class. See #​492 by @​skiritsis. N.B. putting @observer on a super and subclass is still not an supported pattern, use @​observer on subclasses only!

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 if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/mobx-react-5.x branch from f2fa587 to 9e1bcea Compare June 8, 2018 08:15
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.0 chore(deps): update dependency mobx-react to v5.2.1 Jun 8, 2018
@renovate renovate bot force-pushed the renovate/mobx-react-5.x branch from 9e1bcea to 7f2f968 Compare June 8, 2018 20:23
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.1 chore(deps): update dependency mobx-react to v5.2.2 Jun 8, 2018
@renovate renovate bot force-pushed the renovate/mobx-react-5.x branch from 7f2f968 to a5ad57f Compare June 11, 2018 09:13
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.2 chore(deps): update dependency mobx-react to v5.2.3 Jun 11, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.3 chore(deps): update dependency mobx-react to v5.2.5 Aug 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.5 chore(deps): update dependency mobx-react to v5.2.6 Sep 4, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.6 chore(deps): update dependency mobx-react to v5.2.7 Sep 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.7 chore(deps): update dependency mobx-react to v5.2.8 Sep 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.2.8 chore(deps): update dependency mobx-react to v5.3.0 Oct 16, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.0 chore(deps): update dependency mobx-react to v5.3.1 Oct 16, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.1 chore(deps): update dependency mobx-react to v5.3.2 Oct 18, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.2 chore(deps): update dependency mobx-react to v5.3.3 Oct 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.3 chore(deps): update dependency mobx-react to v5.3.4 Oct 19, 2018
@renovate renovate bot force-pushed the renovate/mobx-react-5.x branch 2 times, most recently from 5369c23 to 8f61da8 Compare October 23, 2018 09:20
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.4 chore(deps): update dependency mobx-react to v5.3.5 Oct 23, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.5 chore(deps): update dependency mobx-react to v5.3.6 Oct 26, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.3.6 chore(deps): update dependency mobx-react to v5.4.0 Nov 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.4.0 chore(deps): update dependency mobx-react to v5.4.1 Nov 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.4.1 chore(deps): update dependency mobx-react to v5.4.2 Nov 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency mobx-react to v5.4.2 chore(deps): update dependency mobx-react to v5.4.3 Dec 12, 2018
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.

None yet

1 participant