Skip to content

chore(deps-dev): Bump @react-native-community/cli from 18.0.0 to 20.1.3#208

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-community/cli-20.1.3
Closed

chore(deps-dev): Bump @react-native-community/cli from 18.0.0 to 20.1.3#208
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-community/cli-20.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps @react-native-community/cli from 18.0.0 to 20.1.3.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 30, 2026
@vercel

vercel Bot commented Mar 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
drafto Ready Ready Preview, Comment Apr 6, 2026 10:49pm

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from ff04c32 to c1eaf57 Compare March 30, 2026 19:59
@JakubAnderwald JakubAnderwald added the needs-review Needs manual review label Mar 30, 2026
@JakubAnderwald

Copy link
Copy Markdown
Owner

Major Version Bump Analysis: @react-native-community/cli 18.0.0 → 20.1.3

Package

@react-native-community/cli — devDependency in apps/desktop/package.json (line 39). Used indirectly via npx react-native start and npx react-native run-macos.

Breaking changes relevant to this codebase

  1. Version mismatch with @react-native-community/cli-platform-ios: This PR only bumps @react-native-community/cli to 20.1.3, but @react-native-community/cli-platform-ios remains at 18.0.0 (apps/desktop/package.json:40). These packages are released in lockstep and typically must be at the same major version. This mismatch could cause runtime errors when running react-native run-macos.

  2. React Native 0.81 compatibility: The desktop app uses react-native@0.81.6. CLI v20 was released alongside RN 0.82+. The CLI v20.1.2 added a check that fails if the CLI version doesn't match the expected RN version (#2764). This could cause the CLI to refuse to work with RN 0.81.

Breaking changes NOT relevant to this codebase

  • v19.0.0: Deleted rawBody handling on /symbolicate endpoint — no code in this repo uses the symbolicate API directly.
  • v20.0.0: Codegen output path fix for iOS, stricter URL validation in openURLMiddleware — internal dev server changes, no direct usage.
  • v19.0.0: New --only-pods option for run/build-ios — additive feature, not breaking.

Peer dependency impacts

  • @react-native-community/cli-platform-ios must be bumped to match (→ 20.x). Dependabot did not include this in the PR.
  • Node.js minimum raised to 20 in v20.0.2 — verify CI and local environments meet this requirement.

Recommendation

Not safe to merge as-is. Two issues require resolution:

  1. Bump @react-native-community/cli-platform-ios to 20.1.3 in the same PR to avoid version mismatch.
  2. Verify CLI v20.x is compatible with react-native@0.81.6 — the new version check in v20.1.2 may reject this combination. If incompatible, this bump should be deferred until the desktop app upgrades to RN 0.82+.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from c1eaf57 to 5d931ac Compare March 30, 2026 22:23
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from 5d931ac to a694c1a Compare March 31, 2026 01:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from a694c1a to eadeec2 Compare March 31, 2026 05:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from eadeec2 to 2afecd5 Compare March 31, 2026 21:52
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from 2afecd5 to 491dff8 Compare April 1, 2026 22:24
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from 491dff8 to d585b22 Compare April 2, 2026 05:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from d585b22 to b057948 Compare April 4, 2026 14:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from b057948 to 9a70c4b Compare April 4, 2026 14:29
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from 9a70c4b to 710d552 Compare April 6, 2026 08:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from 710d552 to d885eac Compare April 6, 2026 10:52
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 18.0.0 to 20.1.3.
- [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.1.3/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch from d885eac to 73af601 Compare April 6, 2026 22:47
@JakubAnderwald

Copy link
Copy Markdown
Owner

Closing: @react-native-community/cli 20.x only supports react-native ^0.81.0 || ^0.82.0, but our desktop app uses react-native 0.84.1. Will revisit when CLI 21.x adds RN 0.84 support.

@dependabot @github

dependabot Bot commented on behalf of github Apr 11, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-native-community/cli-20.1.3 branch April 11, 2026 21:26
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 needs-review Needs manual review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant