Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Bump mobx from 3.4.1 to 5.7.0#22

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mobx-5.7.0
Closed

Bump mobx from 3.4.1 to 5.7.0#22
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mobx-5.7.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mobx from 3.4.1 to 5.7.0.

Changelog

Sourced from mobx's changelog.

5.7.0 / 4.7.0

  • Upgraded typings to TypeScript 3
  • Fixed #1742, change detection fails when multiple mobx instances were active.
  • Fixed #1624, use built-in flow types for iterators
  • Fixed #1777 through #1826, stack overflow exception, in development mode, when using [**computed**](https://github.com/computed) on a React component. The MobX 5 behavior here has been reverted to the MobX 4 behavior.

5.6.0 / 4.6.0

  • keepAlive has become smarter and won't recomputed computed values that are kept alive, as long as they aren't read. Implements #1534
  • Fixed #1796, undeleting a property that had an initial value of undefined was undetected
  • Improved Flow typings, see #1794 and #1786

5.5.2 / 4.5.2

5.5.1 / 4.5.1

  • toJS now has a recurseEverything everything option, that even detects and converts observable objects that are "behind" non-observable objects. See #1699 by wangyiz4262
  • Added flow typings form comparer, see #1751 by pdong
  • Update flow typings for configuration options, #1772 by alexandersorokin

5.5.0 / 4.5.0

(Minor version of 5 was bumped significantly to make the number better correlate together :-))

  • Fixed #1740: combining decorators and extendObservable in a class constructor caused errors to be thrown
  • Fixed #1739:
    • Proxies: delete-ing a property was not always picked up by the reactivity system
    • Non-proxies: remove()-ing a property was not always picked up by the has() and get() utilities
    • has now returns true for computed fields
    • get now returns a value for computed fields
  • Introduced _allowStateChangeInsideComputed. Don't use it :-).
  • MobX is now transpiled using babel 7

5.1.2 / 4.4.2

  • Fixed #1650, decorating fields with the name toString does not behave correctly.

5.1.1 / 4.4.1

5.1.0 / 4.4.0

  • Improved handling of multiple MobX instances. MobX will no longer complain about being loaded multiple times (one should still prevent it though, to prevent blowing up bundle size!), but merge internal state by default. If multiple MobX versions need to be loaded, call configure({ isolateGlobalState: true }). Note that this means that observables from the different MobX instances won't cooperate. Fixes #1681, #1082
  • enforceActions options now supports the values: "never", "observed" and "always" to make the behavior more clear. Fixes #1680, #1473
... (truncated)
Commits

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [mobx](https://github.com/mobxjs/mobx) from 3.4.1 to 5.7.0.
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Changelog](https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md)
- [Commits](mobxjs/mobx@v3.4.1...5.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 4, 2018
@dependabot-preview dependabot-preview bot requested a review from tomusdrw December 4, 2018 06:35
@dependabot-preview
Copy link
Contributor Author

Superseded by #23.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mobx-5.7.0 branch December 13, 2018 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant