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 πŸš€ #21

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 5.0.0 of mobx was just published.

Dependency mobx
Current Version 4.3.1
Type dependency

The version 5.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 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

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 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

greenkeeper[bot] commented 6 years ago

Version 5.0.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 22 commits.

  • 8e013fd Updated changelog
  • 101bacd Fixed #1685: expose IAutorunOptions
  • 133e476 Added clearer version table
  • f1deb35 Removed multiple decorators from readme and moved to gh-pages
  • 433452a decorate - compose decorators for a single prop (#1652)
  • a967356 Recommend to PR instead of filing issues for documentation related stuff
  • 2d6cab7 Merge pull request #1601 from nunocastromartins/support-arrays-on-keys
  • fe46d37 Merge pull request #1656 from dannsam/AsyncIteratorTypingsForFlow_mobx4
  • 5eecede Added MobX book to the readme
  • 5dbe737 Merge pull request #1659 from qcam/master
  • 49286ec Rename decorators2.ts to decorators.ts
  • 3281c13 Update typings to allow flow to take async generators - async function*
  • f76f198 Merge pull request #1640 from zhDmitry/patch-1
  • c4d4669 Update README.md
  • b5c0ce0 Readme / sponsor improvement

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 6fc2bf6 Fixed array concatenation for large files, fixes #1667
  • 8b8d3df Fix in changelog
  • 3516987 Published version 5.0.4

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 8a62b98 Improved configure({ enforceActions }) api
  • 86f32d3 Warn about the absence of Symbols
  • 36b0159 Improved handling of multiple MobX instances, by using share-by-default, fixes #1681 / #1082
  • eb55603 Published version 5.0.5

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 3261444 Added mobx 4 version to changelog
  • df6b0c8 Merge pull request #1711 from makepost/master
  • cc896ea Merge pull request #1707 from jjinux/fix/changelog-3-0-0
  • d97e915 Decorate: Allow modifier when strict
  • 91fc585 Added an item to the CHANGELOG for version 3.0.0
  • a175c70 Published version 5.1.0

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 86600ad Updated changelog
  • d3413df created issue to reproduce #1650
  • 5ab9b3c Re-enabled skipped Jest tests
  • 42a3dd8 Merge pull request #1725 from mayorovp/master
  • a120190 Change property descriptor caches to null-prototype objects
  • 03af085 Merge pull request #1724 from Lipus86/patch-2
  • 100bb2f Update mobx.ts
  • d6881ed Update mobx.ts
  • 3b72ded Update mobx.ts
  • dfcc791 Update mobx.ts
  • dcd0e58 Published version 5.1.1

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • b62faa5 Updated changelog
  • 67d6e3a Cleanup test warnings
  • f6bfe4a Fixed #1740: combining extendobservable and decorators in the same class
  • e099329 Fixed #1740: combining extendobservable and decorators in the same class
  • 94696e1 Fixed #1739 for proxied objects: delete and in don't respect property deletions
  • 6836b77 Fixed #1739: has and get don't observe remove calls
  • fa09fa6 add allowStateChangesInsideComputed to allow changes inside a computed value (#1706)
  • c86ba97 Merge pull request #1731 from mobxjs/babel7
  • 36087e1 Merge pull request #1736 from AjaxSolutions/fix-readme-typos
  • 53d99db Implemented my tweaks
  • baf6906 Fixed typos
  • f825b49 cleanup
  • 1668830 upgraded to babel7
  • ed4827f Published version 5.1.2

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • d563586 Updated sponsors
  • 1017148 Merge pull request #1772 from alexandersorokin/patch-1
  • 564cc67 Add "never", "always" and "observed" to enforceActions
  • 3f161f3 Merge pull request #1752 from pdong/chore/add-comparer-flow-type
  • 7818360 Merge pull request #1751 from d4rky-pl/patch-1
  • 19b02cf Add flow type for comparer export
  • 34bf4fa Update README.md
  • be74b5f Refactor toJS (#1699)
  • ff78f69 Fix windows compilation + remove nscript due to fibers dep (#1735)
  • 4c42b22 Published version 5.5.0

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 397c1a1 Merge pull request #1783 from wangyiz4262/patch-1
  • 51b7885 Update tests
  • ee9454a Add check for nullable value
  • 9c89b50 Added missing version number
  • cbe3f84 discourage React Native Android + Mobx 5
  • acaef7a Published version 5.5.1

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 3a6b072 Fixed #1796, detect undelete of undefined property
  • 4a274fa Merge pull request #1799 from mobxjs/smarter-keep-alive
  • 0ad16cc removed old logo
  • f6e712a Updated sponsors
  • 3d05926 Cleaned up / fine tuned tests
  • 8b1c5ec implemented #1534:smareter keepAlive
  • aaac86b removed old logo
  • 913fabf Updated sponsors
  • 04dc620 Merge pull request #1786 from geneoes/minor-types-observablearray
  • bffa33b Merge pull request #1794 from alesn/master
  • b3cf8f4 Increased precision of some flow types
  • 3dba5a6 Merge pull request #1792 from mbelsky/patch-1
  • 0f00059 Display CDN urls as a sublist
  • ca16f29 Add tests
  • 2db3d4d added minor types on observablearray

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 0274b80 updated changelog
  • fcb7554 Merge pull request #1826 from mobxjs/fix-computed-stack-overflow
  • 8351262 Fixed stack overflow for @computed on RN, fixes #1777
  • 16f8586 Upgraded to TypeScript 3
  • f5a5915 UNCHANGED token is now part of mobxGlobals, fixes #1742
  • 2df55f1 Fixed flow iterator type, fixes #1624
  • 857621c Published version 5.6.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 18 commits.

  • 000d5d5 Updated changelog
  • 0e6e0d2 Merge pull request #1833 from fi3ework/fix-#1537
  • d46bbe5 Merge pull request #1838 from fi3ework/fix-quick-build-tsc3
  • 67e481c Merge pull request #1835 from fi3ework/fix-#1548
  • b869c38 Merge pull request #1825 from ismailhabib/master
  • b115850 Merge pull request #1834 from mrtnbroder/webpack-4-browser-field
  • daf6ac0 Merge pull request #1841 from k-g-a/fix-array-dehance
  • ea30f7d Merge pull request #1831 from jeffijoe/patch-1
  • fe2acb1 CHANGELOG
  • dd09a2f fix + test
  • 112f744 fix: type checking error under TypeScript 3.0 (fix #1837)
  • 009a482 fix: add hook listener props to IObservable interface
  • 7d42f47 fix: earlier onBecome(Un)Observed disposer will not dispose later listener (fix #1537)
  • 337b6aa fix: add a configure env variable to mute minification warning (fix #1548)
  • 72bdf6b support cjs and esm version for browser builds

There are 18 commits in total.

See the full diff