<#329 Bump immutable from 4.1.0 to 4.3.8> Pull req...
# website
g
#329 Bump immutable from 4.1.0 to 4.3.8 Pull request opened by dependabot[bot] Bumps immutable from 4.1.0 to 4.3.8. Release notes Sourced from immutable's releases.
v4.3.8
Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
v4.3.7
What's Changed
• Fix issue with slice negative of filtered sequence by `@​jdeniau` in immutable-js/immutable-js#2006
Full Changelog: immutable-js/immutable-js@v4.3.6...v4.3.7
v4.3.6
What's Changed
• Fix Repeat().equals(undefined) incorrectly returning true by `@​butchler` in immutable-js/immutable-js#1994
Internals
• change youtube image by `@​jdeniau` in immutable-js/immutable-js#1973
• Upgrade eslint and ignore no-constructor-return rule for actual constructors by `@​jdeniau` in immutable-js/immutable-js#1974
• upgrate documentation website to next 14 by `@​jdeniau` in immutable-js/immutable-js#1975
• start migrating to nextjs app router by `@​jdeniau` in immutable-js/immutable-js#1976
• upgrade next sitemap by `@​jdeniau` in immutable-js/immutable-js#1978
New Contributors
`@​butchler` made their first contribution in immutable-js/immutable-js#1994
Full Changelog: immutable-js/immutable-js@v4.3.5...v4.3.6
v4.3.5
What's Changed
• Fix Set.fromKeys types with Map constructor in TS 5.0 by `@​jdeniau` in immutable-js/immutable-js#1971
• upgrade to TS 5.1 by `@​jdeniau` in immutable-js/immutable-js#1972
• fix dist-stats command by `@​jdeniau` in immutable-js/immutable-js#1964
• fix Read the Docs link on readme by `@​joshding` in immutable-js/immutable-js#1970
New Contributors
`@​joshding` made their first contribution in immutable-js/immutable-js#1970
Full Changelog: immutable-js/immutable-js@v4.3.4...v4.3.5
4.3.4
What's Changed
• Rollback toJS type due to circular reference error by `@​jdeniau` in immutable-js/immutable-js#1958
Full Changelog: immutable-js/immutable-js@v4.3.3...v4.3.4
v4.3.3
What's Changed
• [typescript] manage to handle toJS circular reference. #1932 by `@​jdeniau`
... (truncated) Changelog Sourced from immutable's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates are formatted as YYYY-MM-DD.
Unreleased
5.1.5
• Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
5.1.4
• Migrate some files to TS by `@​jdeniau` in immutable-js/immutable-js#2125
• Iterator.ts
• PairSorting.ts
• toJS.ts
• Math.ts
• Hash.ts
• Extract CollectionHelperMethods and convert to TS by `@​jdeniau` in immutable-js/immutable-js#2131
• Use npm trusted publishing only to avoid token stealing.
Documentation
• Fix/a11y issues by `@​lyannel` in immutable-js/immutable-js#2136
• Doc add Map.get signature update by `@​borracciaBlu` in immutable-js/immutable-js#2138
• fix(doc):minor-issues#2132 by `@​JayMeDotDot` in immutable-js/immutable-js#2133
• Fix algolia search by `@​jdeniau` in immutable-js/immutable-js#2135
• Typo in OrderedMap by `@​jdeniau` in immutable-js/immutable-js#2144
Internal
• chore: Sort all imports and activate eslint import rule by `@​jdeniau` in immutable-js/immutable-js#2119
5.1.3
TypeScript
• fix: allow readonly map entry constructor by `@​septs` in immutable-js/immutable-js#2123
Documentation
There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown. The playground has been included on nearly all method examples. We added a page about browser extensions too: https://immutable-js.com/browser-extension/
Internal
... (truncated) Commits • `485cbe0` 4.3.8 • `6ed4eb6` Merge commit from fork • `94bcd3c` fix new proto key injection • `faeb58b` fix Prototype Pollution in mergeDeep, toJS, etc. • `37ca417` release 4.3.7 (#2007) • `23daf26` Fix issue with s… osquery/osquery-site