Batch dependency updates: react-native 0.86, TS 6, graphql-codegen v7, node 24, java 25#52
Merged
Conversation
…, node 24, java 25 Combines five compatible renovate updates into one verified batch: - react-native 0.85.3 -> 0.86.0 (#43) — react stays 19.2.3 (satisfies peer ^19.2.3) - typescript 5.8 -> 6.0 (#40) - graphql-codegen cli v5->v7, plugins v4->v6 (#41) - node 22 -> 24 (#44) - java temurin-17 -> temurin-25 (#39) Lockfile regenerated once for the combined set. Verified together: tsc --noEmit, biome check, and jest --ci all pass. Excludes jest 30 (#42): @react-native/jest-preset@0.86.0 still depends on jest-environment-node@29, whose jest-mock@29 lacks clearMocksOnScope that jest-runtime@30 calls, so all suites fail. Blocked until RN ships a jest-30 preset. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 12, 2026
Closed
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.
Combines five compatible renovate dependency PRs into one verified batch, with the lockfile regenerated once for the whole set instead of cascading per-PR conflicts.
Included
reactstays 19.2.3 — it already satisfies RN 0.86's peer depreact ^19.2.3, so no coupled react bump is required.Verification
Required check JS checks passes for the combined set:
tsc --noEmit✅ (TypeScript 6)biome check✅jest --ci✅ (5 tests, 2 suites)Excluded: jest 30 (#42)
@react-native/jest-preset@0.86.0still depends onjest-environment-node@29, whosejest-mock@29moduleMocker lacksclearMocksOnScope, whichjest-runtime@30calls — so every test suite fails withTypeError: this._moduleMocker.clearMocksOnScope is not a function. Confirmed this is not resolved by pairing jest 30 with RN 0.86. Blocked upstream until React Native ships a jest-30-compatible preset; #42 left open.Supersedes #43, #41, #40, #44, #39.
🤖 Generated with Claude Code