Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Update immer to the latest version 🚀 #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 17, 2019

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


Release Notes for v3.0.0

3.0.0 (2019-04-17)

Bug Fixes

  • ts: Immutable / read-only arrays in TS 3.4+ (2c27133)

Features

  • ts: improve curried producers (3cb0fb3)
  • ts: Improve type inference based on the first arg of the recipe function (acf8a57)
  • ts: Support typescript 3.4 (2868065)
  • this in recipe is no longer the draft, but unbound (3f40298)
  • Dropped node 6 support (eecc773)
  • Immer now has it's own Github org, immerjs (17d69c3)

BREAKING CHANGES

Commits

The new version differs by 28 commits.

  • a437755 docs: add migration guide for v3
  • 4191969 docs: Fixed some badges
  • 487e3d7 test(ts): stop testing latest typescript
  • b5abaed test(ts): use spec.ts
  • bce282d refactor(ts): simplify IProduce type tests
  • 1282f04 refactor(ts): curriedProduce function
  • 8925080 refactor(ts): tweak IProduce type
  • 3f40298 feat: this in recipe is no longer the draft, but unbound
  • 9077851 chore: processed review comment from #348
  • 980474a docs: Readme fixes
  • 7820eee docs: remove install size badge
  • eecc773 feat: Dropped node 6 support
  • 17d69c3 feat: Immer now has it's own Github org, immerjs
  • dfb66ae chore(ts): Clean up this from typings
  • fe2473f docs: Update readme

There are 28 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov-io
Copy link

codecov-io commented Apr 17, 2019

Codecov Report

Merging #22 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #22   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          39     39           
  Branches        7      7           
=====================================
  Hits           39     39

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 98001a1...3f51b0f. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The dependency immer was updated from 2.1.5 to 3.1.0.

Update to this version instead 🚀

Release Notes for v3.1.0

3.1.0 (2019-04-18)

Bug Fixes

  • add Map getter for DRAFT_STATE, make isEnumerable more resilient (5c728a4)
  • Map.prototype.set should return a draft (cef5859)
  • remove "function*" syntax (6a359e1)

Features

Commits

The new version differs by 9 commits.

  • 946cf90 nit: argument names
  • b967bab nit: ensure isEnumerable returns a boolean
  • cef5859 fix: Map.prototype.set should return a draft
  • 5c728a4 fix: add Map getter for DRAFT_STATE, make isEnumerable more resilient
  • 6a359e1 fix: remove "function*" syntax
  • bbaa6dc refactor: simplify mapGetters.keys
  • e809ffc chore: reorganize src/proxy.js
  • 1cb564a docs: es6 map support
  • 8276a6c feat: Map support

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The dependency immer was updated from 2.1.5 to 3.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2019

  • The dependency immer was updated from 2.1.5 to 3.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2019

  • The dependency immer was updated from 2.1.5 to 3.1.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 2, 2019

  • The dependency immer was updated from 2.1.5 to 3.1.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 2, 2019

  • The dependency immer was updated from 2.1.5 to 3.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 10, 2019

  • The dependency immer was updated from 2.1.5 to 3.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

  • The dependency immer was updated from 2.1.5 to 3.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

  • The dependency immer was updated from 2.1.5 to 4.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2019

  • The dependency immer was updated from 2.1.5 to 4.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 22, 2019

  • The dependency immer was updated from 2.1.5 to 4.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2019

  • The dependency immer was updated from 2.1.5 to 5.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2019

  • The dependency immer was updated from 2.1.5 to 5.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2019

  • The dependency immer was updated from 2.1.5 to 5.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2019

  • The dependency immer was updated from 2.1.5 to 5.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2020

  • The dependency immer was updated from 2.1.5 to 5.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

  • The dependency immer was updated from 2.1.5 to 5.3.0.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant