andyfangdz / resume

Resume, really over-engineered
https://cv.andyfang.me
0 stars 0 forks source link

Update mobx to the latest version πŸš€ #41

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