byte-fe / react-model

The next generation state management library for React
235 stars 22 forks source link

Update immer to the latest version 🚀 #143

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency immer was updated from 5.3.6 to 6.0.0.

This version 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.


Publisher: aleclarson License: MIT

Release Notes for v6.0.0

6.0.0 (2020-03-03)

BREAKING CHANGES

feat: Adding large data sets to a draft has been optimized (in case autofreeze is disabled)

Commits

The new version differs by 41 commits.

  • 0d87fc8 Merge pull request #536 from immerjs/multi-bundle
  • d676e61 removed notes file
  • 3cfd621 backported new API's
  • 0d7f883 Merge pull request #541 from phryneas/typesversions-compat
  • f215409 Merge branch 'multi-bundle' into typesversions-compat
  • 5f86272 Fixed entry point
  • b94c34f Merge pull request #544 from delanni/patch-1
  • 30e0f54 Add section about using classes with immer
  • e6c3f13 stricter compression
  • 7a38af9 unclassed scope
  • cb3b9d6 Processed some todo's
  • 895e0cc Updated docs
  • edb1cad Renamed utils dir
  • db16520 Tests for plugins
  • ab49edc Moving files into folders

There are 41 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:

codecov[bot] commented 4 years ago

Codecov Report

Merging #143 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #143   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          265       265           
  Branches        55        55           
=========================================
  Hits           265       265           

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 785df20...c8b5a60. Read the comment docs.

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v6.0.1

6.0.1 (2020-03-04)

Bug Fixes

  • rename compat index.d.ts to immer.d.ts (ed6ba6d)
Commits

The new version differs by 7 commits.

  • ed6ba6d fix: rename compat index.d.ts to immer.d.ts
  • 1256100 rename index.d.ts to immer.d.ts
  • c246035 Merge pull request #547 from ChiaJune/patch-1
  • 33bb29c Docs: Update redux-starter-kit to redux-toolkit
  • 8a66164 docs: added link to snapshot / patches blog
  • 94b3356 Merge pull request #543 from praveen001/patch-1
  • c29fb97 Update resources.md

See the full diff