Skip to content

Bump immutable from 3.8.2 to 3.8.3 - #2898

Merged
iamfrankiemoran merged 1 commit into
masterfrom
dependabot/npm_and_yarn/immutable-3.8.3
Jul 28, 2026
Merged

Bump immutable from 3.8.2 to 3.8.3#2898
iamfrankiemoran merged 1 commit into
masterfrom
dependabot/npm_and_yarn/immutable-3.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps immutable from 3.8.2 to 3.8.3.

Release notes

Sourced from immutable's releases.

v3.8.3

Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

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.9

  • fix(List): a List grown past 32 elements while all its values are undefined no longer reads those values back as null (affected get, iteration, toArray, equals and hashCode)

5.1.8

4.3.9

5.1.7

  • fix(Repeat): lastIndexOf returned size instead of size - 1 by @​chatman-media in immutable-js/immutable-js#2227. Fixes CVE CVE-2026-29063
  • fix(IndexedCollection): has(index) on a lazy Seq of unknown size now checks index existence instead of searching for a value equal to the index #2203
  • [TypeScript]: reduce/reduceRight without an initial value now infer the result type from the collection's values when the reducer returns a value (e.g. list.reduce((a, b) => a + b) infers number), matching Array#reduce. Previously an explicit type argument was required. #2205

5.1.6

  • fix(reverseFactory): read reversedSequence.size in __iterator instead of this #2196

5.1.5

  • Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

5.1.4

Documentation

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for immutable since your current version.


@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 7a4980c to 7024778 Compare July 23, 2026 11:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch 2 times, most recently from 0f7b9e0 to 01fee19 Compare July 24, 2026 13:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 01fee19 to 020a4bd Compare July 24, 2026 14:26
@iamfrankiemoran
iamfrankiemoran enabled auto-merge (squash) July 27, 2026 12:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 020a4bd to 3de4478 Compare July 27, 2026 14:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 3de4478 to 282cdfa Compare July 27, 2026 15:47
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 282cdfa to b5944d9 Compare July 27, 2026 17:23
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from b5944d9 to d2053d6 Compare July 27, 2026 18:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from d2053d6 to bae3b55 Compare July 27, 2026 19:18
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from bae3b55 to ba77d84 Compare July 27, 2026 20:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from ba77d84 to e5ce4db Compare July 27, 2026 21:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from e5ce4db to 693141d Compare July 27, 2026 22:16
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v3.8.2...v3.8.3)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 3.8.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/immutable-3.8.3 branch from 693141d to 50782e5 Compare July 28, 2026 10:01
@iamfrankiemoran
iamfrankiemoran merged commit 339d8aa into master Jul 28, 2026
5 checks passed
@iamfrankiemoran
iamfrankiemoran deleted the dependabot/npm_and_yarn/immutable-3.8.3 branch July 28, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code ns:opal prd:opal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants