Skip to content

Bump immutable from 4.0.0-rc.12 to 4.3.8#657

Open
everettbu wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/immutable-4.3.8
Open

Bump immutable from 4.0.0-rc.12 to 4.3.8#657
everettbu wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/immutable-4.3.8

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of facebook/react#35959
Original author: app/dependabot


Bumps immutable from 4.0.0-rc.12 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

Full Changelog: immutable-js/immutable-js@v4.3.6...v4.3.7

v4.3.6

What's Changed

Internals

New Contributors

Full Changelog: immutable-js/immutable-js@v4.3.5...v4.3.6

v4.3.5

What's Changed

New Contributors

Full Changelog: immutable-js/immutable-js@v4.3.4...v4.3.5

4.3.4

What's Changed

Full Changelog: immutable-js/immutable-js@v4.3.3...v4.3.4

v4.3.3

What's Changed

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

Documentation

Internal

5.1.3

TypeScript

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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for immutable since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • ``@dependabot rebase will rebase this PR
  • ``@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • ``@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • ``@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • ``@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • ``@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0-rc.12 to 4.3.8.
- [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@v4.0.0-rc.12...v4.3.8)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 4.3.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@everettbu everettbu added CLA Signed dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 5, 2026
@greptile-apps

greptile-apps Bot commented Mar 5, 2026

Copy link
Copy Markdown

Greptile Summary

Dependabot security update bumping immutable from 4.0.0-rc.12 to 4.3.8 in react-devtools-shell. The update fixes a Prototype Pollution vulnerability in mergeDeep, toJS, and related functions, along with several bug fixes (negative slice on filtered sequences, Repeat().equals(undefined) returning true incorrectly).

  • The codebase only uses Immutable.fromJS() — a stable API unchanged across these versions — so no breaking changes are expected
  • The yarn.lock refresh also bumps several transitive dependencies (react-is 18→19, parse5, nwsapi, decimal.js, entities), which is typical for lockfile regeneration
  • The immutable package is scoped to react-devtools-shell (a development/testing shell), limiting blast radius

Confidence Score: 4/5

  • This PR is safe to merge — it's a targeted security dependency bump with no API-breaking changes for the codebase's usage patterns.
  • Score of 4 reflects that this is a straightforward Dependabot security fix for a prototype pollution vulnerability. The codebase's usage of immutable is minimal (only fromJS()), and the package is scoped to the devtools shell. Docked one point because the lockfile refresh pulls in several unrelated transitive dependency bumps (notably react-is 18→19) which slightly increases risk surface, though these follow existing resolution patterns.
  • No files require special attention. The yarn.lock transitive dependency bumps follow existing resolution patterns.

Important Files Changed

Filename Overview
packages/react-devtools-shell/package.json Bumps immutable dependency from ^4.0.0-rc.12 to ^4.3.8. The codebase only uses Immutable.fromJS(), which is a stable API unchanged across these versions. No compatibility issues.
yarn.lock Lockfile updated for immutable 4.3.8 with several transitive dependency version bumps (decimal.js, nwsapi, parse5, react-is, entities). The react-is jump from 18.3.1 to 19.2.4 is a major version bump but follows the repo's existing resolution pattern.

Last reviewed commit: 0a9f764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant