Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade immer from 3.0.0 to 3.3.0 #415

Merged
merged 1 commit into from Mar 22, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade immer from 3.0.0 to 3.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 7 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2019-09-11.
Release notes
Package name: immer
  • 3.3.0 - 2019-09-11

    3.3.0 (2019-09-11)

    Features

    • Always use remove command in generateArrayPatches() (d483334), closes #208
  • 3.2.1 - 2019-09-10

    3.2.1 (2019-09-10)

    Bug Fixes

    • ensure patches are reusable (49b2e7b)
    • ensure patches are reusable (c2e69d9)
    • ensure that patches are reusable. Fixes #411 (af3a59d)
  • 3.2.0 - 2019-08-02

    3.2.0 (2019-08-02)

    Features

    • introduced produceWithPatches. Implements #400 (86be737)
  • 3.1.4 - 2019-08-02

    3.1.4 (2019-08-02)

    Bug Fixes

    • don't unnecessary modify draft if replaying patches results in a new state anyway (96f2b2e)
    • If a property is added, then deleted, don't produce a patch (7cd2dc1)
  • 3.1.3 - 2019-06-07

    3.1.3 (2019-06-07)

    Bug Fixes

    • build: add unpkg and jsdelivr fields to package.json (#384) (fa1f5e6)
  • 3.1.2 - 2019-05-14

    3.1.2 (2019-05-14)

    Bug Fixes

  • 3.1.1 - 2019-04-18

    3.1.1 (2019-04-18)

    Got ahead of myself with Map support (see here: #353)

    Bug Fixes

  • 3.0.0 - 2019-04-17

    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)
    • Immer now has it's own Github org, immerjs (17d69c3)

    BREAKING CHANGES

    • ts: typescript@3.4.0 is now the minimum required version
    • this in recipe is no longer the draft, but unbound (3f40298)
    • Dropped node 6 support (eecc773)
from immer GitHub release notes
Commit messages
Package name: immer

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.056% when pulling b03f078 on snyk-upgrade-5e8a089b52195fd269b927d3d2bad5b2 into 7884732 on master.

@danactive danactive merged commit 3ec5516 into master Mar 22, 2020
@danactive danactive deleted the snyk-upgrade-5e8a089b52195fd269b927d3d2bad5b2 branch March 22, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

applyPatches mutates patches Symbol.for error on IE11 Patch for array.pop() replaces "length"
3 participants