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

Bump mobx from 3.4.1 to 5.15.4 #61

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mobx from 3.4.1 to 5.15.4.

Changelog

Sourced from mobx's changelog.

5.15.4 / 4.15.4

5.15.3 / 4.15.3

5.15.2 / 4.15.2

5.15.1 / 4.15.1

  • Make initial values of observable set accept readonly array #2202
  • Expose _allowStateReadsStart & _allowStateReadsEnd. This is low level stuff you shouldn't need that's mostly useful for library creators. #2233
  • Fixed an issue with observableRequiresReaction and updating observable during reaction #2195
  • Improved type inference for action #2213 (see detailed explanation)

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.
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by fredyc, a new releaser for mobx 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 4, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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.

None yet

0 participants