Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Update mobx to the latest version 🚀 #357

Merged
merged 1 commit into from
Mar 20, 2018
Merged

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 12, 2018

☝️ 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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@fionawhim
Copy link
Contributor

Waiting on mobxjs/mobx#1392

greenkeeper bot added a commit that referenced this pull request Mar 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2018

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 added a commit that referenced this pull request Mar 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2018

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 added a commit that referenced this pull request Mar 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2018

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

@fionawhim fionawhim removed the blocked label Mar 19, 2018
Updates usage of the API to match the new changes.
@fionawhim fionawhim force-pushed the greenkeeper/mobx-4.0.0 branch from 3eb9cc7 to 8b463d2 Compare March 20, 2018 19:09
@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

Merging #357 into production will not change coverage.
The diff coverage is 68.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           production    #357   +/-   ##
==========================================
  Coverage        66.8%   66.8%           
==========================================
  Files              63      63           
  Lines            1178    1178           
==========================================
  Hits              787     787           
  Misses            391     391
Impacted Files Coverage Δ
client/app.js 55.55% <0%> (ø) ⬆️
client/store/Accessibility.js 0% <0%> (ø) ⬆️
client/dao/CheckoutDao.js 87.8% <100%> (ø) ⬆️
client/store/Cart.js 90% <100%> (ø) ⬆️
client/death/checkout/CheckoutPage.js 76.25% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ab3bfb...8b463d2. Read the comment docs.

@fionawhim fionawhim merged commit 4fd3d48 into production Mar 20, 2018
@fionawhim fionawhim deleted the greenkeeper/mobx-4.0.0 branch March 20, 2018 19:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant