Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm_and_yarn group with 1 update in the /example directory: @react-native-community/cli.

Updates @react-native-community/cli from 18.0.0 to 20.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Upgrades React Native CLI to v20.0.0 in example and updates related CLI packages/transitives in yarn.lock.

  • Dependencies:
    • Upgrade devDependency @react-native-community/cli from 18.0.0 to 20.0.0 in example/package.json.
  • Lockfile:
    • Align related packages to 20.0.0 (@react-native-community/cli-*, including clean, config, doctor, platform-android/ios/apple, server-api, tools, types).
    • Update transitive versions accordingly (e.g., pretty-format to ^29.7.0).

Written by Cursor Bugbot for commit b9405f7. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the npm_and_yarn group with 1 update in the /example directory: [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli).


Updates `@react-native-community/cli` from 18.0.0 to 20.0.0
- [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.0/packages/cli)

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

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
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2025 19:19
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 6, 2025
@dependabot dependabot bot requested review from a team as code owners November 6, 2025 19:19
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.

Comment @cursor review or bugbot run to trigger another review on this PR

"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli": "20.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Version Mismatch: React Native CLI and Platform Packages Conflict

Version mismatch between @react-native-community/cli (20.0.0) and its platform packages (@react-native-community/cli-platform-android and @react-native-community/cli-platform-ios at 18.0.0). The cli@20.0.0 package has transitive dependencies on cli-platform-android@20.0.0 and cli-platform-ios@20.0.0 (visible in yarn.lock at lines 2365-2367), which conflicts with the explicitly declared 18.0.0 versions. This will cause both versions to be installed simultaneously, potentially leading to runtime conflicts, build failures, or unexpected behavior when running React Native CLI commands.

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.

0 participants