Skip to content

chore: update dependency react-native to v0.79.1 #71

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) 0.69.5 -> 0.79.1 age adoption passing confidence
@​types/react-native ^0.70.0 -> ^0.73.0 age adoption passing confidence

Release Notes

facebook/react-native (react-native)

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:


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


To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgra


Configuration

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

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Nov 21, 2022

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: rntodoappts@0.0.1
npm ERR! Found: react@18.0.0
npm ERR! node_modules/react
npm ERR!   react@"18.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"18.2.0" from react-native@0.74.1
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.74.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-05T21_19_05_285Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 0aafda0 to 8ac82ec Compare November 22, 2022 06:07
@renovate renovate bot changed the title chore: update dependency react-native to v0.70.6 Update dependency react-native to v0.70.6 Dec 17, 2022
@renovate renovate bot changed the title Update dependency react-native to v0.70.6 chore: update dependency react-native to v0.70.6 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from 02ee92a to 90defc4 Compare January 15, 2023 17:28
@renovate renovate bot changed the title chore: update dependency react-native to v0.70.6 chore: update dependency react-native to v0.71.0 Jan 15, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from 4ae31f8 to c417a1c Compare January 22, 2023 19:04
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.0 chore: update dependency react-native to v0.71.1 Jan 22, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c417a1c to 8ce90c8 Compare February 4, 2023 18:02
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.1 chore: update dependency react-native to v0.71.2 Feb 4, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8ce90c8 to a6932bd Compare February 4, 2023 19:58
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a6932bd to 302be81 Compare February 17, 2023 15:05
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.2 chore: update dependency react-native to v0.71.3 Feb 17, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from ecde485 to 0ccd161 Compare March 11, 2023 16:03
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.3 chore: update dependency react-native to v0.71.4 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 0ccd161 to 796969a Compare April 1, 2023 14:29
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.4 chore: update dependency react-native to v0.71.5 Apr 1, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 796969a to 32b2d13 Compare April 6, 2023 16:38
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.5 chore: update dependency react-native to v0.71.6 Apr 6, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 32b2d13 to 7117407 Compare April 22, 2023 12:50
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.6 chore: update dependency react-native to v0.71.7 Apr 22, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7117407 to 8e1bcb9 Compare June 1, 2023 20:41
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.7 chore: update dependency react-native to v0.71.8 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8e1bcb9 to 2d59e36 Compare June 10, 2023 18:11
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.8 chore: update dependency react-native to v0.71.9 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2d59e36 to bd92845 Compare June 10, 2023 22:28
@renovate renovate bot changed the title chore: update dependency react-native to v0.71.9 chore: update dependency react-native to v0.71.10 Jun 10, 2023
@renovate renovate bot changed the title chore: update dependency react-native to v0.75.3 chore: update dependency react-native to v0.75.4 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 0bcb263 to 98ab60a Compare October 26, 2024 18:51
@renovate renovate bot changed the title chore: update dependency react-native to v0.75.4 chore: update dependency react-native to v0.76.0 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 98ab60a to 1cc19b6 Compare November 2, 2024 14:54
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.0 chore: update dependency react-native to v0.76.1 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1cc19b6 to 870ac84 Compare November 17, 2024 19:11
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.1 chore: update dependency react-native to v0.76.2 Nov 17, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 870ac84 to fe6c03e Compare November 24, 2024 23:12
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.2 chore: update dependency react-native to v0.76.3 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from fe6c03e to 7e0a36d Compare December 9, 2024 20:45
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.3 chore: update dependency react-native to v0.76.4 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7e0a36d to 67d8f83 Compare December 12, 2024 18:02
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.4 chore: update dependency react-native to v0.76.5 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 67d8f83 to e3b75a6 Compare January 12, 2025 13:04
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.5 chore: update dependency react-native to v0.76.6 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from e3b75a6 to 1de09dc Compare January 24, 2025 13:02
@renovate renovate bot changed the title chore: update dependency react-native to v0.76.6 chore: update dependency react-native to v0.77.0 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1de09dc to 23a3ec7 Compare February 16, 2025 21:32
@renovate renovate bot changed the title chore: update dependency react-native to v0.77.0 chore: update dependency react-native to v0.77.1 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 23a3ec7 to cd30e66 Compare February 22, 2025 13:56
@renovate renovate bot changed the title chore: update dependency react-native to v0.77.1 chore: update dependency react-native to v0.78.0 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from cd30e66 to edc3406 Compare March 22, 2025 13:29
@renovate renovate bot changed the title chore: update dependency react-native to v0.78.0 chore: update dependency react-native to v0.78.1 Mar 22, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from edc3406 to 241f50d Compare April 4, 2025 19:21
@renovate renovate bot changed the title chore: update dependency react-native to v0.78.1 chore: update dependency react-native to v0.78.2 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 241f50d to 0fe2b0f Compare April 11, 2025 12:40
@renovate renovate bot changed the title chore: update dependency react-native to v0.78.2 chore: update dependency react-native to v0.79.0 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 0fe2b0f to 0ff987e Compare April 18, 2025 13:54
@renovate renovate bot changed the title chore: update dependency react-native to v0.79.0 chore: update dependency react-native to v0.79.1 Apr 18, 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