Fix updating peerDependencies for releases#55630
Closed
mdjastrzebski wants to merge 1 commit intofacebook:mainfrom
Closed
Fix updating peerDependencies for releases#55630mdjastrzebski wants to merge 1 commit intofacebook:mainfrom
mdjastrzebski wants to merge 1 commit intofacebook:mainfrom
Conversation
huntie
approved these changes
Feb 20, 2026
Member
huntie
left a comment
There was a problem hiding this comment.
Can we tighten up the commit message? ("chore" / conventional commits aren't used by this repo)
This is ~"Fix updating peerDependencies for releases"
peerDeps for releases
Contributor
Author
|
Changed the PR title |
Collaborator
|
This pull request was successfully merged by @mdjastrzebski in 8a740ac When will my fix make it into a release? | How to file a pick request? |
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.
Summary:
Recently added
@react-native/jest-presetpackage is an optional peer dep to the mainreact-nativepackage. However, it's version dep is not updated correctly for nightly builds.Peer dep version for latest nightly is :
From my analysis this is because publishing scripts only update
depsanddevDepsbut notpeerDeps. Proposed change addspeerDepsto the list of potential deps locations to updateChangelog:
[INTERNAL] [FIXED] - Fix peer deps version to
@react-native/jest-preset.Test Plan: