Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-native to v0.78.2 #322

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) 0.77.1 -> 0.78.2 age adoption passing confidence

Release Notes

facebook/react-native (react-native)

v0.78.2

Compare Source

v0.78.1: 0.78.1

Compare Source

⚠️ We are aware of an incompatibility using resolver.unstable_enablePackageExports and the defaults from @react-native/metro-config. It will error with a redbox "interopRequireDefault is not a function". Set resolver.unstable_conditionNames = ['react-native'] to mitigate. It will be fixed in 0.78.2 ⚠️

Fixed
  • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by @​robhogan)
  • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by @​vzaidman)
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.78.0: 0.78.0

Compare Source

Breaking
  • Codegen: Separate component array types and command array types (825492b199 by @​elicwhite)
  • React Native devTools: The FuseboxClient.setClientMetadata CDP method is removed. Instead, use ReactNativeApplication.enable. (1a9780f0e3 by @​huntie)
Android specific
iOS specific
Added
Android specific
iOS specific
  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)
  • Initialization: Implement ReactNativeFactory (081be01a5d by @​okwasniewski)
  • Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @​cxa)
  • TextInput: Integrate a new property - disableKeyboardShortcuts. It can disable the keyboard shortcuts on iPads. (0154372b93 by @​rezkiy37)
Changed
Android specific
iOS specific
Removed
Android specific
Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.77.2

Compare Source

Added
iOS specific
  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)
Fixed
  • DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @​vzaidman)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (1f002f9999 by @​robhogan)
  • Metro: Bump minimum Metro to 0.81.3, fix "_interopRequireDefault is not a function" with enablePackageExports (b335436113 by @​robhogan)
Android specific
iOS specific
  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @​cipolleschi)
  • TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @​zhongwuzw)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency react-native to v0.77.1 Update dependency react-native to v0.77.1 - autoclosed Feb 14, 2025
@renovate renovate bot closed this Feb 14, 2025
@renovate renovate bot deleted the renovate/react-native-0.x branch February 14, 2025 09:53
@renovate renovate bot changed the title Update dependency react-native to v0.77.1 - autoclosed Update dependency react-native to v0.77.1 Feb 19, 2025
@renovate renovate bot reopened this Feb 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7481b8e to 1c1b427 Compare February 19, 2025 16:46
@renovate renovate bot changed the title Update dependency react-native to v0.77.1 Update dependency react-native to v0.78.0 Feb 19, 2025
Copy link
Contributor Author

renovate bot commented Feb 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: firebolt@1.0.24-alpha
npm error Found: react@18.3.1
npm error node_modules/react
npm error   react@"18.3.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^19.0.0" from react-native@0.78.2
npm error node_modules/react-native
npm error   react-native@"0.78.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-04-01T14_14_24_419Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-04-01T14_14_24_419Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-native-0.x branch 9 times, most recently from 384ef82 to a6e164d Compare February 26, 2025 16:52
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 7 times, most recently from b80aa94 to c599795 Compare March 8, 2025 10:11
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 3 times, most recently from cbd22d4 to 2c1bf9f Compare March 14, 2025 16:23
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2c1bf9f to 49b8eb6 Compare March 19, 2025 12:53
@renovate renovate bot changed the title Update dependency react-native to v0.78.0 Update dependency react-native to v0.78.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 49b8eb6 to 459556a Compare March 19, 2025 13:42
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 7 times, most recently from 1f30e33 to e3250ef Compare March 25, 2025 16:02
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 3 times, most recently from e9044ea to 8e813db Compare April 1, 2025 14:03
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8e813db to b45dba6 Compare April 1, 2025 14:14
@renovate renovate bot changed the title Update dependency react-native to v0.78.1 Update dependency react-native to v0.78.2 Apr 1, 2025
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.

0 participants