Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) ^18.3.20 -> ^18.3.26 age confidence
react-native (source, changelog) ^0.78.2 -> ^0.82.0 age confidence

Release Notes

facebook/react-native (react-native)

v0.82.0

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

Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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-packages branch 3 times, most recently from fb7d2db to 973bd00 Compare April 13, 2025 13:45
@renovate renovate bot changed the title chore(deps): update dependency react-native to ^0.79.0 chore(deps): update dependency react-native to ^0.79.1 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/react-packages branch from 973bd00 to 78655be Compare April 15, 2025 16:06
@renovate renovate bot force-pushed the renovate/react-packages branch from 78655be to d21887e Compare April 23, 2025 13:12
@renovate renovate bot force-pushed the renovate/react-packages branch 2 times, most recently from 7872d54 to 8c2dc75 Compare May 1, 2025 19:44
@renovate renovate bot changed the title chore(deps): update dependency react-native to ^0.79.1 chore(deps): update dependency react-native to ^0.79.2 May 1, 2025
@renovate renovate bot force-pushed the renovate/react-packages branch from 8c2dc75 to 56ae087 Compare May 6, 2025 02:51
@renovate renovate bot changed the title chore(deps): update dependency react-native to ^0.79.2 chore(deps): update react packages May 6, 2025
@renovate renovate bot force-pushed the renovate/react-packages branch 3 times, most recently from c7a7dee to 75e69b4 Compare May 8, 2025 17:06
@renovate renovate bot force-pushed the renovate/react-packages branch 5 times, most recently from 02e2516 to 12e519e Compare May 16, 2025 23:54
@renovate renovate bot force-pushed the renovate/react-packages branch 5 times, most recently from 41a009a to a002daa Compare May 28, 2025 00:35
@renovate renovate bot force-pushed the renovate/react-packages branch 2 times, most recently from 7139577 to fc7be14 Compare June 6, 2025 04:14
@renovate renovate bot force-pushed the renovate/react-packages branch 2 times, most recently from f8eb9db to 369662c Compare June 12, 2025 20:05
@renovate renovate bot force-pushed the renovate/react-packages branch 2 times, most recently from 9080f14 to aec305e Compare August 14, 2025 21:46
@renovate renovate bot force-pushed the renovate/react-packages branch 4 times, most recently from e923fbc to 4d3d800 Compare August 27, 2025 21:24
@renovate renovate bot force-pushed the renovate/react-packages branch 3 times, most recently from 789eee6 to 7e4e49b Compare September 7, 2025 00:53
@renovate renovate bot force-pushed the renovate/react-packages branch 4 times, most recently from 9db1cbe to 9a3ccaa Compare September 14, 2025 02:37
@renovate renovate bot force-pushed the renovate/react-packages branch 4 times, most recently from 09288cf to 517399e Compare September 22, 2025 01:03
@renovate renovate bot force-pushed the renovate/react-packages branch 6 times, most recently from bb23416 to 83416c6 Compare September 29, 2025 01:53
@renovate renovate bot force-pushed the renovate/react-packages branch 4 times, most recently from 7fafaa1 to c60c097 Compare October 4, 2025 04:40
@renovate renovate bot force-pushed the renovate/react-packages branch from c60c097 to a36f412 Compare October 9, 2025 22:30
@renovate renovate bot force-pushed the renovate/react-packages branch from a36f412 to 32e7890 Compare October 11, 2025 01:47
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