Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps @react-native-community/cli from 15.0.1 to 20.0.2.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Note

Updates @react-native-community/cli to 20.0.2 and refreshes package-lock with aligned transitive dependencies and a Node >=20.19.4 requirement.

  • Dependencies:
    • Bump @react-native-community/cli devDependency from 15.0.1 to 20.0.2 in package/package.json.
    • Update lockfile to cli v20.0.2 and related subpackages (cli-clean, cli-config, cli-doctor, cli-server-api, cli-tools, cli-types, platform packages).
    • Introduce/align new transitive deps (e.g., @vscode/sudo-prompt, launch-editor, body-parser, open) and upgrade others (e.g., pretty-format, react-is, mime-db, envinfo, shell-quote).
    • @react-native-community/cli now declares engines.node >=20.19.4.

Written by Cursor Bugbot for commit 1b65e41. This will update automatically on new commits. Configure here.

Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 15.0.1 to 20.0.2.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.0.2/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.0.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 6, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli": "20.0.2",
Copy link

Choose a reason for hiding this comment

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

Bug: CLI version mismatch: platform packages lagging behind

Version incompatibility: @react-native-community/cli has been upgraded from 15.0.1 to 20.0.2, which requires Node.js >=20.19.4 (as shown in the package-lock.json at line 2346). However, the related platform packages @react-native-community/cli-platform-android and @react-native-community/cli-platform-ios remain at version 15.0.1. This creates a major version mismatch where the main CLI package (v20.x) is incompatible with the platform packages (v15.x), which will likely cause runtime errors when the CLI attempts to use these platform-specific dependencies. The platform packages should be upgraded to version 20.x to match the main CLI package version.

Fix in Cursor Fix in Web

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

Labels

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