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 from 4.5.2 to 5.15.0 #35

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

Conversation

dependabot-preview[bot]
Copy link

Bumps mobx from 4.5.2 to 5.15.0.

Changelog

Sourced from mobx's changelog.

5.15.0

The minimum required TypeScript version is now 3.6

  • Fixed flow typings with Typescript v3.6. This means that version of Typescript is required when using flows.
  • Cancelled flows now reject with a FlowCancellationError instance whose error message is the same as in previous versions ("FLOW_CANCELLED") so this is not breaking. #2172 by @​vonovak
  • Fix running mobx in web worker #2184 by @​shahata
  • Fixed flow typings for Facebook's Flow. A new CancellablePromise Flow type is exported. #2164 by @​vonovak
  • Added support for symbol keys on observable properties (MobX 5 only). #2175 by @​StephenHaney

5.14.2

  • Fixed installation issue trying to run postinstall hook for a website #2165.

5.14.1 / 4.14.1

  • Fixed a possible issue with action stack errors and multiple mobx versions installed at the same time #2135.
  • Added comparer.shallow for shallow object/array comparisons #1561.
  • Fixed disposing an interception within an interception throwing an error #1950.

5.14.0 / 4.14.0

  • Added experimental reactionRequiresObservable & observableRequiresReaction config #2079, Docs
  • Added experimental requiresObservable config to reaction, autorun & when options #2079, Docs

5.13.1 / 4.13.1

  • Don't use global and self keywords unless defined. Fixes #2070.
  • onBecome(Un)Observed didn't trigger when using number as key of observable map. Fixes #2067.
  • Exposed _startAction and _endAction to be able to start and action and finish it without needing a code block. This is low level stuff you shouldn't need that's mostly useful for library creators.

5.13.0 / 4.13.0

  • Fixed potential memory leak in observable maps, when non-primitive values are used as keys. Fixes #2031 through #2032.
  • Added support to store additional non-observable(!) fields (string or symbol based) on array, to better reflect behavior of MobX 4. Fixes #2044 through #2046

5.11.0 / 4.12.0

4.11.0

BREAKING CHANGE

Reverted the support of Symbols in general in MobX 4, as it gives to many potential build errors and increases the system requirements for MobX 4 (which was an oversight in 4.10.0). Apologies for the breaking change (lack of new major version numbers). If lock files are properly used however, no harm should be caused by this change.

  • Reverted Symbol support in observable maps and objects. Reverts #1944 through #1988. Fixes #1986, #1987

5.10.1

... (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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 8, 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