[Snyk] Upgrade immutable from 3.7.6 to 3.8.2 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade immutable from 3.7.6 to 3.8.2.
ℹ️ 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.
Release notes
Package name: immutable
This patch release relicenses with the MIT license, but includes no other changes. Intended for those who have not yet been able to update to the 4.x builds, but have a legal need for the change in license.
Minor touch ups discovered after the last release, plus a few more bug fixes! Plus, you can now contribute to immutable-js using the latest version of node.
New:
keyOf
,findKey
,lastKeyOf
, andfindLastKey
were moved from KeyedIterable to Iterable, so they may be also used on Lists and Sets. (#740)Fixes:
Symbol
keys or values can now be stringified. (#620)Infinity
as a key in a Collection without crashing. (#797)Whoa, a new version of Immutable! The big news is that we now export types for both Flow and TypeScript in the npm module! Also that pesky
length
warning has finally been fully removed. There are also a good amount of small bug fixes and performance improvements. Finally, the API docs have been improved greatly! Check it out http://facebook.github.io/immutable-js/docs/.A huge huge thanks to everyone in the community for contributing these improvements. The large majority of work cited below is community contributions.
New:
typings
for TypeScript use. (#808)length
property of a collection. (88f880f)Map.of()
takes key, value interleaved pairs (#727)findEntry
andfindLastEntry
now respectnotSetValue
argument (#822)Fixes:
Iterable::take(Infinity)
takes infinitely instead of 0 (#834)toOrderedMap
andtoOrderedSet
method definitions (#761)Record#set
calls for better performance (#795)Range#toString
propertly reports step (#759)Set#contains
(96b0946)A few minor bug fixes:
lastIndexOf
did not always return the correct value #703mergeDeep
now has more opportunities to for the "return self" optimization, saving memory #690slice(0, NaN)
is equivalent to that of JS Array #623And a new API method:
myList.insert()
#402Commit messages
Package name: immutable
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