esamattis / immer-reducer

Type-safe and terse reducers with Typescript for React Hooks and Redux
http://npm.im/immer-reducer
MIT License
225 stars 15 forks source link

Update immer to the latest version ๐Ÿš€ #22

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency immer was updated from 1.12.1 to 2.1.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.


Release Notes for v2.1.0

2.1.0 (2019-02-28)

Features

Commits

The new version differs by 22 commits.

  • fad74d3 refactor: clean up #320
  • cb5707f feat: improved array patches
  • 0b6960a docs: add redux-ts-utils to "cool things made with immer"
  • 42b14bd docs: fixed error in docs
  • ff210d8 Merge branch 'async-recipes'
  • b79bb97 BREAKING CHANGE: added migration guide
  • 9c498e1 docs: fixes
  • 3b8b39f docs: async and createDraft / finishDraft
  • 5479196 docs: reordered readme a bit to a more logical order
  • b0d3ce3 chores: added additional invariants
  • c6cd632 types: async produce
  • eabe9db fix(es5): throw if a modified child draft is returned
  • 13b0ed0 test: use snapshots in createDraft tests
  • 44ef0c8 refactor: rename createPublicDraft/finishPublicDraft for consistency
  • edda437 types: createDraft/finishDraft functions

There are 22 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 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v2.1.1

2.1.1 (2019-03-05)

Bug Fixes

  • share internal symbols between immer installations (02fed2c), closes #322
Commits

The new version differs by 1 commits.

  • 02fed2c fix: share internal symbols between immer installations

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v2.1.2

2.1.2 (2019-03-12)

Bug Fixes

  • es5: delete then set an existing property (6963420), closes #328
  • ts: --target=es5 compatibility (0e5ecc9), closes #321
Commits

The new version differs by 8 commits.

  • 0e5ecc9 fix(ts): --target=es5 compatibility
  • 6963420 fix(es5): delete then set an existing property
  • 5121d36 test: delete then set an existing property
  • 37f57f0 chore: upgrade to jest@24 and babel@7
  • b9f0029 chore: replace rollup with bili (#306)
  • c071fe0 chore: rewrite issue templates
  • 0ad9a91 test: use Jest snapshots for expected errors
  • a951f40 nit: improved error messages

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v2.1.3

2.1.3 (2019-03-13)

Bug Fixes

  • build: use .module.js instead of .mjs for esm bundle (#332) (8b33b98)
Commits

The new version differs by 1 commits.

  • 8b33b98 fix(build): use .module.js instead of .mjs for esm bundle (#332)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v2.1.4

2.1.4 (2019-03-19)

Bug Fixes

Commits

The new version differs by 1 commits.

  • fb92884 fix(build): publish source files

See the full diff