typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Update mobx to the latest version 🚀 #288

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 devDependency

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

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 7ae8796 Updated changelog
  • a1a923b Fixed an error message. Fixes #1418
  • f41dd51 Using the default export will no longer throw, but warn instead. Fixes #1458
  • 43779b8 Merge pull request #1460 from farwayer/spy-stop-fix
  • 647c3d5 spy: fix stop listen from handler
  • b0fcdc1 spy: stop listen from handler test
  • 8562e77 Merge pull request #1450 from makepost/master
  • e2cc3b3 Merge pull request #1430 from NoNameProvided/patch-1
  • e9b497f Merge pull request #1438 from forki/patch-1
  • 052bc55 Merge pull request #1451 from AMilassin/patch-2
  • 460ada2 Flow-typed: add missing runInAction declaration
  • c71ee1d Decorate: Fix in type-checked JS, resolves #1448
  • 057df95 sponsor update
  • eb13572 Attempt 3
  • a834549 doh

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

  • d17e73c Introduced enforceActions: "strict" mode, fixes #1473
  • b9ab050 Fixed test run issue
  • 8607ec3 Fixed #1480: exception in reaction effects where not handled correctly by the error handling system
  • 52d1541 Undeprecated ObservableMap, fixes #1496
  • b21b5e2 Implemented Symbol.toStringTag for observable arrays, fixes #1490
  • 394c418 Actions are now configurable again, fixes #1477
  • 3ae4444 More flow typings
  • 2b00e62 Updated sponsors
  • f6df576 Merge pull request #1499 from kuitos/fork-master
  • 09493ee Merge pull request #1501 from quanganhtran/master
  • dbef2ab Add IObservableDecorator to Flow type
  • 6f0bb9b Update MobX 4 observable factories
  • a867c00 Fix Flow typing for observable.map
  • cff477c reword the test case description
  • e1de210 avoid the unnecessary reassign with the equivalent comparison result

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 32 commits.

  • 5a78e6d Updated changelog
  • d40b258 Slightly better handling of #1506
  • a5f5793 Reproduced and fixed #1535
  • cf38655 Fixed compile / test issues
  • 4b08f12 Improved typings / impl for entries()
  • 10572e0 updated sponsors
  • 524045d Merge pull request #1536 from samjacobclift/entries-method-for-observable-map
  • ac79559 Merge pull request #1529 from AmazingTurtle/patch-1
  • b0371bf Fixed #1545: actions not reassignable when using typescript
  • ed0d15c Fixed issue where set from computed options wasn't picke dup
  • 9fdfa8c Merge pull request #1540 from hectorj/patch-1
  • b16b738 Fix typos in README
  • d9d8ef4 export entries from mobx.ts
  • 6ec3907 add specs for the new entries method
  • 45b4abc add entries method to observable object api

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 88 commits ahead by 88, behind by 2.

  • 7f57ad4 Merge branch 'mobx5'
  • e17c478 Improved changelog & readme
  • 5b8ba54 fixed peformance test
  • e10dbda Merge remote-tracking branch 'origin/master' into mobx5
  • 405a025 Merge pull request #1573 from kuitos/master
  • f695dae Better reuse, small optimizations
  • 9aace8f Fixed computed values not receiving proxy as this
  • c53f8be Improved changelog
  • b05c2df Make sure action.bound uses the proxy as this if available
  • a27b849 Using observableArray.reverse or sort now prints a warning about the correct usage
  • 445f7c0 'Fixed test
  • 37d6abc Somehow travis keeps using uglifyjs instead of uglify-es
  • b3a43b3 Downgraded node version for travis
  • c405059 Notes about Jest in the changelog
  • e66b1ad bug: allow changing while observable array initialization

There are 88 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • dd68d98 Reverted back to publishing ES5 builds. Fixes #1584
  • e656edf Fixed #1583: observableMap.size not observable
  • 67e9577 Export $mobx flag for devtools
  • ee3f286 Merge pull request #1579 from t49tran/fix-changelog-typo
  • a9d3b11 Merge pull request #1581 from Loilo/patch-1
  • e7e0209 the later -> the latter
  • eb85b9e Somehow linked to unrelated issues in changelog
  • f534e7f Updated changelog to reflect changes in mobx-react 5.2.1
  • 7e954f5 doc: fix changelog typo
  • f8496e6 Added note about freeze exception icmw React style property
  • 9133f6d Clearer NodeJS version number
  • 445b490 Added componentWillMount issue to the changelog, and fixed node version
  • fae3f2e Merge pull request #1576 from mobxjs/capaj-patch-1
  • 88ac8ea just wording fixes
  • c2dd6fb Published version 5.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.2 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 5.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 6d7616a fixed issue where custom props could no longer be used on observable arrays
  • e59797c Published version 5.0.2

See the full diff