Skip to content

Bump @react-native-community/cli from 18.0.0 to 18.0.1 in /apps/common-app#3874

Merged
m-bert merged 3 commits intomainfrom
dependabot/npm_and_yarn/apps/common-app/react-native-community/cli-18.0.1
Apr 15, 2026
Merged

Bump @react-native-community/cli from 18.0.0 to 18.0.1 in /apps/common-app#3874
m-bert merged 3 commits intomainfrom
dependabot/npm_and_yarn/apps/common-app/react-native-community/cli-18.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

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

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 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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 18.0.0 to 18.0.1.
- [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/v18.0.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 18.0.1
  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 Dec 11, 2025
Copilot AI review requested due to automatic review settings April 15, 2026 08:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the React Native Community CLI version used by apps/common-app, likely to pick up upstream fixes included in @react-native-community/cli v18.0.1.

Changes:

  • Update @react-native-community/cli from 18.0.0 to 18.0.1 in apps/common-app/package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

This PR updates apps/common-app/package.json but doesn’t update the repo’s Yarn lockfile. The root yarn.lock still pins @react-native-community/cli to 18.0.0, so installs will remain on 18.0.0 (or produce a dirty lockfile) until yarn.lock is regenerated and committed.

Suggested change
"@react-native-community/cli": "18.0.1",
"@react-native-community/cli": "18.0.0",

Copilot uses AI. Check for mistakes.
Comment on lines 36 to 37
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

@react-native-community/cli is bumped to 18.0.1 but cli-platform-android/ios remain at 18.0.0. These RN CLI packages are typically released in lockstep; keeping them mismatched can lead to multiple versions being installed or subtle incompatibilities. Consider bumping the platform packages to 18.0.1 as well (or removing the direct pins if they’re not needed).

Suggested change
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.1",
"@react-native-community/cli-platform-ios": "18.0.1",

Copilot uses AI. Check for mistakes.
@m-bert m-bert enabled auto-merge (squash) April 15, 2026 08:38
@m-bert m-bert merged commit 0d7a377 into main Apr 15, 2026
3 checks passed
@m-bert m-bert deleted the dependabot/npm_and_yarn/apps/common-app/react-native-community/cli-18.0.1 branch April 15, 2026 08:38
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.

2 participants