Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) ^0.74.2 -> ^0.79.0 age adoption passing confidence
react-native (source, changelog) 0.74.3 -> 0.79.2 age adoption passing confidence

Release Notes

facebook/react-native (react-native)

v0.79.2

Compare Source

v0.79.1: 0.79.1

Compare Source

Changed
Android specific
  • DevSupport: Change defaultJSExceptionHandler's type to JSExceptionHandler on the ReleaseDevSupportManager (9eb75d4bd5 by @​alanjhughes)
iOS specific
  • TextInput: Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. (7771317e5c by @​ouchuan)
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.79.0: 0.79.0

Compare Source

Added
Android specific
  • Docs: Improve ToastAndroid jsdocs (299a7a959d by @​mateoguzmana)
  • Gradle: Add support for Gradle Configuration caching (e41887e62f by @​cortinico)
  • Initialization: On DefaultNewArchitectureEntryPoint class add property to specify the desired release level for an application (19c18eb995 by @​jorge-cab)
  • Initialization: Set ReactSurface and ReactRootView to ReactDelegate when created via ReactNavigationActivityDelegate (a302fbcaaf by Maddie Lord)
iOS specific
Breaking
Android specific
Changed
Android specific
iOS specific
Deprecated
  • DevX: Deprecated usage of HERMES_ENABLE_DEBUGGER build-time flag for enabling React Native debugger in favour of REACT_NATIVE_DEBUGGER_ENABLED and REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY. (5fcb69e8b7 by @​hoxyq)
iOS specific
Android specific
  • Layout: ViewManagerPropertyUpdater.updateProps is deprecated, use the related ViewManager APIs instead (a18bc58645 by @​javache)
  • Layout: Deprecated ViewManagerDelegate#setProperty and ViewManagerDelegate#receiveCommand (5a290c4cab by @​javache)
Fixed
Android specific
iOS specific
  • C++: Update deprecated enums in RCTTextPrimitivesConversions.h (4121d24454 by @​joannaquu)
  • CocoaPods: JSRuntimeFactoryCAPI.h build error for use_frameworks build (7786805337 by @​Kudo)
  • CocoaPods: Make sure 3p libraries depends on React-renderercss to work with use_frameworks (cc12caa0a9 by @​cipolleschi)
  • CocoaPods: Compatibility with Ruby 3.4.0 (b1735bc593 by @​okwasniewski)
  • CocoaPods: Fix wrong cocoapods script on new_architecture.rb (541e655832 by @​CHOIMINSEOK)
  • Codegen: Enable use of multiple RCTAppDependencyProvider instances (0cc1ac18cf by @​vonovak)
  • DeviceInfo: Data race related to read/write of RCTDeviceInfo._invalidated. (2a18d83521 by @​hakonk)
  • DevX: Issue where performance monitor would be hidden under newly presented views. (e7556e921c by @​chrsmys)
  • DevX: Remove private symbols for non-simulator and non-catalyst builds. (9350d6f2f5 by @​EvanBacon)
  • Infra: Workaround for a iOS build app running on Apple Silicon Mac(in Xcode Destination: "Mac(Designed for iPad)") TextInput crash due to serialization attempt of WeakEventEmitter (0511e2e49a by @​iwater)
  • Initialization Make React Native work without AppDelegate window property (ae7bbe06c9 by @​okwasniewski)
  • JSC: Return nullptr when USE_THIRD_PARTY_JSC is set to true (515ff1e626 by @​okwasniewski)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (acaf94dc21 by @​joevilches)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (f835b824f4 by @​joevilches)
  • Layout: Improve detached keyboard detection, support Stage Manager on iOS (c499ae1192 by @​mhoran)
  • Layout: Layout direction changes are now honored on bundle reload. (36f29beac4 by @​chrsmys)
  • Layout: Suppressed iOS 13 deprecation warnings in RCTStatusBarManager (fffd6d75b4 by Ingrid Wang)
  • Native Module: Add guard for custom module provider lookup in TMManager (d0a101fbea by @​shwanton)
  • PullToRefresh: Fix new arch recycled RefreshControl was missing its title (e3d607fc2e by @​High5Apps)
  • Runtime: Convert to JSException only NSException from sync methods (9805a4f by @​cipolleschi)
  • Runtime: Handle null params in the Interop TM layer (6314925 by @​cipolleschi)
  • Runtime: Call RCTInitializeUIKitProxies before bridge create (a51fa6c002 by @​zhongwuzw)
  • Runtime: Fixed: extraModulesForBridge callback not called when New Architecture enabled (c0a5c2c3cb by Bruno Aybar)
  • Runtime: Enable back the opt-out from the New Architecture (9abdd619da by @​cipolleschi)
  • Runtime: Add missing loadFromSource method in the DefaultRNFactoryDelegate (7739615e0d by @​cipolleschi)
  • Runtime: App crash caused by the [RCTFileRequestHanlder invalidate] method (789ed7d5ad by @​zhouzh1)
  • Runtime: Bridge: Fixes HostTarget use after free when deallocated bridge (3e2e8ec757 by @​zhongwuzw)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @​zhongwuzw)
  • Text: Fixed onPress for Text with nested View. (6b2c40c64f by @​coado)
  • TextInput: Fix selection makes TextInput clear its content when using children (e3b176a598 by Olivier Bouillet)
  • TextInput: Fixed TextInput's onContentSizeChange event being dispatched multiple times with the same size (2bb65717b7 by @​j-piasecki)
  • TextInput: Implement dataDetectorTypes in the same way as the old architecture (2ae45ec3ce by @​VidocqH)
Removed
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.2: 0.78.2

Compare Source

Changed
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.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:


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 these updates 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 force-pushed the renovate/react-native-0.x branch from d78aad9 to 8036809 Compare February 26, 2024 19:34
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.4 chore(deps): update dependency react-native to v0.73.5 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8036809 to 7541bf7 Compare February 27, 2024 15:46
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7541bf7 to 98f026d Compare March 11, 2024 13:37
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.5 chore(deps): update dependency react-native to v0.73.6 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from de3ae7a to 6b1005a Compare April 18, 2024 17:03
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.6 chore(deps): update dependency react-native to v0.73.7 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 6b1005a to 3d0f131 Compare April 22, 2024 13:15
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.7 chore(deps): update dependency react-native to v0.74.0 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3d0f131 to 5c42256 Compare May 2, 2024 22:19
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.0 chore(deps): update dependency react-native to v0.74.1 May 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 5c42256 to 8856c77 Compare June 4, 2024 19:03
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.1 chore(deps): update dependency react-native to v0.74.2 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8856c77 to 52152af Compare June 18, 2024 15:13
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 52152af to a5f477a Compare July 1, 2024 20:07
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.2 chore(deps): update dependency react-native to v0.74.3 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a5f477a to 31d5b7c Compare July 30, 2024 16:55
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.3 chore(deps): update dependency react-native to v0.74.4 Jul 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.4 fix(deps): update dependency react-native to v0.74.4 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from c33befe to 603dbdf Compare August 5, 2024 17:18
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.74.4 fix(deps): update dependency react-native to v0.74.5 Aug 5, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 5, 2024

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 603dbdf to d453ae8 Compare August 14, 2024 19:29
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.74.5 chore(deps): update dependency react-native to v0.75.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from d453ae8 to f324edf Compare August 15, 2024 13:09
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.0 chore(deps): update dependency react-native to v0.75.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from f324edf to 450837c Compare August 20, 2024 13:39
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.1 chore(deps): update dependency react-native to v0.75.2 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 91ef49c to ace0098 Compare December 6, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.76.3 chore(deps): update dependency react-native to v0.76.4 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ace0098 to 66c3982 Compare December 9, 2024 09:37
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.76.4 chore(deps): update dependency react-native to v0.76.3 Dec 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.76.3 chore(deps): update dependency react-native to v0.76.5 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 66c3982 to a6e58e8 Compare December 9, 2024 18:19
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.76.5 fix(deps): update dependency react-native to v0.76.5 Dec 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.5 fix(deps): update dependency react-native to v0.76.6 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a6e58e8 to 229e987 Compare January 9, 2025 13:23
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 229e987 to 3c3dd39 Compare January 21, 2025 16:25
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.6 fix(deps): update dependency react-native to v0.77.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3c3dd39 to cf56455 Compare February 13, 2025 20:34
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.77.0 fix(deps): update dependency react-native to v0.77.1 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from cf56455 to 1a715b3 Compare February 19, 2025 12:59
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.77.1 fix(deps): update dependency react-native to v0.78.0 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1a715b3 to 4966c5f Compare March 19, 2025 13:07
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.78.0 fix(deps): update dependency react-native to v0.78.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 4966c5f to a966464 Compare April 1, 2025 14:50
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.78.1 fix(deps): update dependency react-native to v0.78.2 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a966464 to 6bb0cf0 Compare April 8, 2025 12:38
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.78.2 fix(deps): update dependency react-native to v0.79.0 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 6bb0cf0 to 97f45c7 Compare April 15, 2025 14:12
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.79.0 fix(deps): update dependency react-native to v0.79.1 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 97f45c7 to 5273e3d Compare May 1, 2025 07:53
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 5273e3d to d3e3a6b Compare May 1, 2025 17:13
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.79.1 fix(deps): update dependency react-native to v0.79.2 May 1, 2025
@descorp descorp closed this May 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented May 23, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.79.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/react-native-0.x branch May 23, 2025 12:10
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.

1 participant