Bump immutable dependency#3972
Open
szdziedzic wants to merge 2 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3972 +/- ##
=======================================
Coverage 59.72% 59.72%
=======================================
Files 941 941
Lines 41322 41322
Branches 8676 8676
=======================================
Hits 24674 24674
Misses 16554 16554
Partials 94 94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
sjchmiela
approved these changes
Jul 13, 2026
sjchmiela
left a comment
Contributor
There was a problem hiding this comment.
By yarn.lock this is a much bigger change than just immutable.
855104e to
2de4ff5
Compare
|
✅ Thank you for adding the changelog entry! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
Resolve https://github.com/expo/eas-cli/security/dependabot/295 by upgrading the transitive
immutabledependency to a patched version.How
Added a top-level Yarn resolution that maps the vulnerable
immutable@npm:~3.7.6descriptor to patchedimmutable@npm:3.8.3.This keeps
@graphql-tools/relay-operation-optimizerat 7.0.0 and@ardatan/relay-compilerat 12.0.0, avoiding unrelated major GraphQL code-generation toolchain upgrades. The lockfile change is limited to the resolved Immutable version, resolution, and checksum.Added a changelog entry for the dependency bump.
Test Plan
corepack yarn oxfmt package.json CHANGELOG.md yarn.lockcorepack yarn install --immutablecorepack yarn why immutable -Rcorepack yarn buildcorepack yarn typecheckcorepack yarn lint(0 errors)corepack yarn fmt:check package.json CHANGELOG.md yarn.lockcorepack yarn lint-changelogcorepack yarn workspace eas-cli verify-graphql-codegit diff --check origin/main...HEAD