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

Bump mobx-state-tree from 2.2.0 to 3.9.0 #9

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

Conversation

dependabot-preview[bot]
Copy link

Bumps mobx-state-tree from 2.2.0 to 3.9.0.

Changelog

Sourced from mobx-state-tree's changelog.

3.9.0

  • TypeScript 3.0 or later is now required when using TypeScript. This brings some improvements:
    • flow arguments and return types are now correctly inferred automatically. One exception is when the last return of a flow is a Promise. In these cases castFlowReturn(somePromise) needs to be used so the return type can be inferred properly.
    • create method is now smart enough to warn when no snapshot argument is provided on types that have some mandatory properties.
  • Added setLivelinessChecking and getLivelinessChecking, the old setLivelynessChecking will eventually be deprecated.
  • Added onInvalidated option for references and types.safeReference (see readme) through #1091 by @​xaviergonz
  • Added tryReference and isValidReference to use references that might be no longer pointing to any nodes in a safe way through #1087 by @​xaviergonz
  • Readded IComplexType for backwards compatibility.

3.8.1

3.8.0

  • Added castToSnapshot/castToReferenceSnapshot methods for TypeScript and fixed some TypeScript typings not being properly detected when using SnapshotIn types through #1074 by @​xaviergonz
  • Fixed redux middleware throwing an error when a flow is called before it is connected #1065 through #1079 by @​mkramb and @​xaviergonz
  • Made addDisposer return the passed disposer through #1059 by @​xaviergonz

3.7.1

  • Fixed references to nodes being broken after the node was replaced #1052, plus speed up of reference resolving when using IDs through #1053 by @​xaviergonz

3.7.0

  • Middleware events now also contain allParentIds (chain of causing ids, from root until (excluding) current)
  • Improved redux dev tools integration, now supporting flows and showing action chains through #1035 based on a fix by @​bourquep

3.6.0

  • Made type Typescript compilation when 'declarations' is set to true + type completion faster thanks to some type optimizations through #1043 by @​xaviergonz
  • Fix for array reconciliation of union types with ids #1045 through #1047 by @​xaviergonz
  • Fixed bug where the eager option for the union type defaulted to true when no options argument was passed but false when it was passed. Now they both default to true when not specified. Fixed through #1046 by @​xaviergonz

3.5.0

  • Fix for afterCreate/afterAttach sometimes throwing an exception when a node was created as part of a view/computed property #967 through #1026 by @​xaviergonz. Note that this fix will only work if your installed peer mobx version is >= 4.5.0 or >= 5.5.0
  • Fix for cast method being broken in Typescript 3.1.1 through #1028 by @​xaviergonz

3.4.0

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by xaviergonz, a new releaser for mobx-state-tree since your current version.


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)
  • @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)
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants