mysamai / mysam-ui

A frontend for mysam built with React
GNU General Public License v3.0
1 stars 2 forks source link

Update mobx to the latest version šŸš€ #17

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.0.0 of mobx was just published.

Dependency mobx
Current Version 3.6.2
Type dependency

The version 4.0.0 is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mobx.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 206 commits.

  • 1090a2c Merge branch 'mobx4'
  • 298ce84 Merge branch 'cancellable-flows' into mobx4
  • cbfbbca Added support for async iterators
  • 5ab68b1 Anything can now be yielded from flows
  • fe8131c Promises cancel recursively
  • 9e805b5 Use generator.return rather than throw for cancellation
  • b0dbe24 Removed @flow decorator; as it's type signature is misleading
  • 36d690c Iterator cleanup
  • ac5fe77 Modifiers cleanup
  • 12c7c6f Merge branch 'master' into mobx4
  • de6c018 Cleaned up ref.struct / deep.struct decorators
  • 5525473 Better error handling setup for reactions
  • 966f0d5 Published version 3.6.2
  • ac3f948 Updated readme to MobX 4
  • a8354cd Deprecated array.move and findIndex arguments

There are 206 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 6 commits.

  • 6d8c6af Merge pull request #1394 from jjinux/changelog-observable-computed-get
  • b68df65 Merge pull request #1393 from andrew--r/master
  • 7bb3f14 Added something missing from the CHANGELOG
  • 1f04e8b Fixed flow typings (#1392)
  • ef9ffb9 Removed jsfiddle link
  • 1bbcac3 Published version 4.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 9 commits.

  • 4b44c32 Fixed object initialization issue
  • 6e50585 Removed debugger statements
  • ea47438 Merge pull request #1399 from ismailhabib/master
  • 94a8882 Merge pull request #1400 from jdreesen/patch-1
  • 0d73fdd Added tests to verify that arrays are still spreadable / not concat spreadable, see #1395
  • 562030b Fix some more typos in the changelog
  • 9d8a725 Fix typo in the changelog
  • 2dc4f1d Minor fix for flow typing
  • 6f7dc09 Published version 4.0.1

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 18 commits.

  • 1cd8e7b Test fixups
  • c9bb570 Merge pull request #1414 from mobxjs/random-improvements
  • 7b7d6a7 Merge branch 'master' into random-improvements
  • 3e07bcb Merge pull request #1407 from mobxjs/make-actions-reconfigurable
  • 84d4f0f Merge pull request #1412 from mobxjs/fix-rn-decorators
  • 5fb127c Updated changelog
  • 02c0994 Implemented #1402: run when effect in action
  • f1c45e2 Added tests verifying #1413
  • aa2f558 Fixed potentially runaway promise when cancelling the flow generator
  • 5e230c2 Added test demonstrating tuples, see #1391
  • b7fec6e Slightly faster observable initialization
  • 037020d Introduced keepAlive option on computed.
  • 18ad1d9 All observable api's now default to any for their generic arguments
  • 25f2fed Updated sponsors list
  • e6363ad Correct issue nr is #1396

There are 18 commits in total.

See the full diff