Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Confidence
react-native (source, changelog) 0.73.4 -> 0.82.1 age confidence
@​types/react-native 0.72.8 -> 0.73.0 age confidence

Release Notes

facebook/react-native (react-native)

v0.82.1

Compare Source

v0.82.0: 0.82.0

Compare Source


Hermes dSYMS:

ReactNativeDependencies 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.81.5

Compare Source

v0.81.4: 0.81.4

Compare Source

Fixed
iOS specific
  • Fix regression that skips artifacts code generation (f6f5ea0b2e by @​kitten)

  • Reapplied "Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source" (bb73315a3f by @​kitten)


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.81.3: 0.81.3

Compare Source

Fixed
iOS specific
  • Reverted "Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source" (537e3ad930 by @​gabrieldonadel)

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.81.2: 0.81.2

Compare Source

Added
Android specific
  • Create a debugOptimized buildType for Android (5e3edafec6 by @​cortinico)
  • Add useNativeEqualsInNativeReadableArrayAndroid and useNativeTransformHelperAndroid feature flag to the experimental channel. This should alleviate some of the perf issue users are seeing on Android + Reanimated + NewArch on 0.81(a346096da8 by @​cortinico)
Fixed
iOS specific
  • Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces (366f2ad505 by @​kitten)
  • Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source (a2eb29e5e7 by @​kitten)

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.81.1: 0.81.1

Compare Source

Added
iOS specific
  • Prebuild: Added setting SWIFT_ENABLE_EXPLICIT_MODULES=NO when using precompiled to support Xcode 26 (939a75b5ce by @​chrfalch)
Fixed
iOS specific

--

Hermes dSYMS:

ReactNativeDependencies 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.81.0

Compare Source

Hermes dSYMS:

ReactNativeDependencies 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.80.2: 0.80.2

Compare Source

Added
Android specific
iOS specific
  • Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (183be8e12c by @​cipolleschi)
Fixed
Android specific

Hermes dSYMS:

ReactNativeDependencies 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.80.1: 0.80.1

Compare Source

v0.80.1

Added
Fixed
Android 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.80.0: 0.80.0

Compare Source


Hermes dSYMS:

ReactNativeDependencies 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.7

Compare Source

v0.79.6: 0.79.6

Compare Source

Added
Android specific
iOS specific
  • Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (a74d930c93 by @​cipolleschi)
Fixed
Android 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.5: 0.79.5

Compare Source

Fixed

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.4: 0.79.4

Compare Source

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.3: 0.79.3

Compare Source

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.2: 0.79.2

Compare Source

Added
  • Runtime: Add useShadowNodeStateOnClone and updateRuntimeShadowNodeReferencesOnCommit (22a4e060d5 by @​lenaic)
Fixed

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.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
  • Animated: Introduced a feature flag to test an optimization in Animated to reduce memory usage. (fb8a6a5bb0 by @​yungsters)
  • Animated: The AnimatedNode graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by @​yungsters)
  • Animated: When an Animated component is updated or unmounted, AnimatedNode instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by @​yungsters)
  • Codegen: Replace jscodeshift with @​babel/core (8f19201 by @​kitten)
  • Deps: Bump Node 18 -> 20 to build React Native in OSS (1fd3806ee9 by @​cortinico)
  • Deps: Upgrade React DevTools to 6.1.0. (07860545f5 by @​hoxyq)
  • Deps: Upgrade React DevTools to 6.1.1. (5c88633035 by @​hoxyq)
  • DevX: Debugger.scriptParsed now includes the field sourceMapURL as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by @​vzaidman)
  • DevX: Removed a long-running loop causing the app to lag while attempting a connection to Metro (9b977def6c by @​EdmondChuiHW)
  • FeatureFlags: Re-enable enableFixForViewCommandRace feature flag (ae59702f8e by @​okwasniewski)
  • Flow: Improved eventInitDict type in WebSocketEvent class (fa2fac1372 by @​coado)
  • Flow: Improved Props type in UnimplementedView (b200c7cb2f by @​coado)
  • Flow: Improved types for exported Types and Properties in LayoutAnimation (3c02738ec4 by @​coado)
  • Flow: Improved types in AnimatedWeb (647ca90a30 by @​coado)
  • Flow: Improved types in ScrollView (1be2ba4597 by @​coado)
  • Flow: Improved types in StatusBar by adding StackProps (48cafc0b69 by @​coado)
  • Flow: Improved types in TextAncestor (df9d43f02b by @​coado)
  • Flow: Improved types in

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 is behind base branch, 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 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 from c3c8e64 to fa1504f Compare March 11, 2024 11:43
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from fa1504f to 30c7b9d Compare March 20, 2024 12:33
@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 2 times, most recently from bd2aacd to 9271359 Compare April 22, 2024 16:43
@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 9271359 to d0c8d9b Compare May 2, 2024 21:06
@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 d0c8d9b to 74ccbc9 Compare June 4, 2024 22:46
@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 74ccbc9 to c705cea Compare July 1, 2024 22:01
@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 c705cea to b030c0b Compare July 30, 2024 16:29
@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 force-pushed the renovate/react-native-0.x branch from b030c0b to 1e314bd Compare August 5, 2024 17:00
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.4 chore(deps): update dependency react-native to v0.74.5 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1e314bd to 96b3c38 Compare August 14, 2024 18:53
@renovate renovate bot changed the title chore(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 96b3c38 to b21367f Compare August 15, 2024 17:46
@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 b21367f to a74eccd Compare August 20, 2024 16:59
@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 7 times, most recently from c53af9f to 86beeea Compare September 1, 2024 15:24
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 905cff2 to a9f47d2 Compare June 4, 2025 20:55
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.79.2 chore(deps): update dependency react-native to v0.79.3 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a9f47d2 to 82cd387 Compare June 12, 2025 19:37
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.79.3 chore(deps): update dependency react-native to v0.80.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 7 times, most recently from 5116a39 to 0ecbf71 Compare June 30, 2025 20:25
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.80.0 chore(deps): update dependency react-native to v0.80.1 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 4 times, most recently from 395a644 to 5c49c6f Compare July 2, 2025 13:27
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 5c49c6f to 57f6a8f Compare July 24, 2025 16:15
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.80.1 chore(deps): update dependency react-native to v0.80.2 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 57f6a8f to 2183bf0 Compare August 12, 2025 11:46
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.80.2 chore(deps): update dependency react-native to v0.81.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2183bf0 to f860e61 Compare August 19, 2025 15:14
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from f860e61 to b5aa4f2 Compare August 27, 2025 19:47
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.81.0 chore(deps): update dependency react-native to v0.81.1 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from b5aa4f2 to 3c0ac1a Compare September 19, 2025 15:56
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.81.1 chore(deps): update dependency react-native to v0.81.4 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3c0ac1a to 8fb4c99 Compare October 8, 2025 06:05
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.81.4 chore(deps): update dependency react-native to v0.82.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8fb4c99 to d24702d Compare October 20, 2025 21:34
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.82.0 chore(deps): update dependency react-native to v0.82.1 Oct 20, 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.

1 participant