Skip to content

Conversation

@snyk-bot
Copy link

@snyk-bot snyk-bot commented Oct 8, 2022

Snyk has created this PR to upgrade immutability-helper from 2.7.1 to 2.9.1.

merge advice
ℹ️ 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 4 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2019-01-24.
Release notes
Package name: immutability-helper
  • 2.9.1 - 2019-01-24

    Revert release to match 2.8.x since upgrading this release is not backwards compatible with typescript v2.x

  • 2.9.0 - 2018-12-12

    2.9.0

    Huge thanks to @ jedmao for converting the library to typescript!

    • New: TypeScript definitions are now generated from TypeScript source. meaning they will always be 100% in sync w/ the source code.
    • New: exported Context class.
      • Deprecated: stop using const myUpdate = newContext().update and start using const myContext = new Context(); myContext.update(...).
    • Deprecated: stop using update.extend and start using import { extend } from 'immutability-helper' or const { extend } = new Context().
  • 2.8.1 - 2018-09-16

    Fixed a bad ts definition for push and unshift. Thanks @ dogan-acuris and @ pawsong!

  • 2.8.0 - 2018-09-13
  • 2.7.1 - 2018-06-18
    • Support shallow direct apply isEquals and better object prototypes
from immutability-helper GitHub release notes
Commit messages
Package name: immutability-helper
  • e9d0856 Need to update some deps to pass tests
  • 76bf3a9 Revert v2.9.x branch to ts v2 since this is a breaking change for folks.
  • 11e0264 prepare for 2.8.1 release
  • 8d1710f fix typings about $push and $unshift command (#113)
  • 53bdb4c prepare for 2.8.0 release
  • 744cb88 Use conditional types to make types significantly safer and more robust. (#108)
  • 7ceb3fb prepare for 2.7.2 release
  • 8c8f673 Preserve reference equality for values in Maps

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

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.

1 participant