byte-fe / react-model

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

Update immer to the latest version 🚀 #129

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency immer was updated from 3.3.0 to 4.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 v4.0.0

4.0.0 (2019-09-11)

Features

  • In development mode, any new value stored in a tree will be deeply frozen. (cb1c6dd)

BREAKING CHANGES

  • any value returned from produce will be deeply frozen in DEV, even when it wasn't frozen before the producer started. Fixes #412 #363 #260 #230 #313 #229 through #417
Commits

The new version differs by 6 commits.

  • cb1c6dd feat: In development mode, any new value stored in a tree will be deeply frozen.
  • fc41507 BREAKING CHANGE: In development mode, any new value stored in a tree will be deeply frozen
  • 9fa2581 BREAKING CHANGE: In development mode, any new value stored in a tree will be deeply frozen. Fixes #412 #363 #260 #230 #313 #229
  • 9064d26 Processed review comments
  • 7fd3ef3 Implemented deepFreeze functionality, anything draftable returned from a produce will now be deeply frozen
  • 8aa4da3 updated tests

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 #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #129   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  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 d279396...cb5770c. Read the comment docs.