Skip to content

[Snyk] Security upgrade react-native from 0.75.3 to 0.85.0#21

Open
revan-zhang wants to merge 1 commit into
mainfrom
snyk-fix-daf66b10523f2fda0f3345a568338b7d
Open

[Snyk] Security upgrade react-native from 0.75.3 to 0.85.0#21
revan-zhang wants to merge 1 commit into
mainfrom
snyk-fix-daf66b10523f2fda0f3345a568338b7d

Conversation

@revan-zhang

@revan-zhang revan-zhang commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • example/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
  535  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.


Open with Devin

@revan-zhang

revan-zhang commented Apr 10, 2026

Copy link
Copy Markdown
Contributor Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

Comment thread example/package.json
"dependencies": {
"react": "18.3.1",
"react-native": "0.75.3"
"react-native": "0.85.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 react-native upgraded to 0.85.0 but @react-native/ devDependencies left at 0.75.3*

The react-native dependency was bumped from 0.75.3 to 0.85.0, but the @react-native/babel-preset, @react-native/metro-config, and @react-native/typescript-config devDependencies at example/package.json:21-23 are still pinned to 0.75.3. These packages are part of the React Native monorepo and are versioned in lock-step with the main react-native package. Using 0.75.3 versions of the tooling packages with react-native@0.85.0 will cause build failures or runtime incompatibilities due to API/configuration changes across 10 minor versions.

Prompt for agents
The react-native dependency in example/package.json was bumped to 0.85.0, but the @react-native/babel-preset, @react-native/metro-config, and @react-native/typescript-config devDependencies (lines 21-23) are still at 0.75.3. These packages are versioned in lock-step with react-native and must be updated to match. Additionally, react-native 0.85.0 may require a newer version of React (likely React 19.x instead of the current 18.3.1 on line 14). All of these dependencies should be updated together to maintain compatibility. Check the react-native 0.85.0 release notes or its peer dependency requirements to determine the correct versions for all related packages.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants