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

chore(deps): update Sample React Native to v0.69.1 #2358

Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 7, 2022

Bumps sample/scripts/update-rn.sh from v0.67.4 to v0.69.1.

Auto-generated by a dependency updater.

Changelog

v0.69.1

Changed

iOS specific

Fixed

  • Use monotonic clock for performance.now() (114d31feee)
iOS specific

v0.69.0

Breaking

Added

Android specific
iOS specific
  • Prepare a method in the AppDelegate to control the concurrentRoot. (8ac8439e0d by cipolleschi)
  • hotkeysEnabled property is added to RCTDevMenu which allows enabling/disabling hotkeys that triggers developer menu popup (1a1a304ed2)
  • Allow modifying iOS image cache limits (61b013e7ad by danilobuerger)
  • Add dismissActionSheet method to ActionSheetIOS (64ebe5bbdd by gabrieldonadel)
  • Integrated the accessibilityLanguage prop to all the available components. The prop is available for any platform but it will work only on iOS. (7b05b091fd by dgopsq)
  • Support running animations with AnimatedColor with native driver (49f3f47b1e by genkikondo)

Changed

Android specific
iOS specific
  • Use pre-built HermesC if available in current React Native release (644fe430fd by hramos)
  • When building Hermes from source, the filesystem will now be prepared using the new hermes-utils.js scripts, outside of CocoaPods (aaa01f7710 by hramos)
  • Expose scheduler through RCTSurfacePresenter (614aa86916 by cortinico)
  • Adopt UIGraphicsImageRenderer API (d70d7fd0b3 by matrush)
  • Build Hermes from source when Hermes is used (bb01b75637 by hramos)
  • Update CodeGen scripts to accept custom node executable (323db75c36 by cipolleschi)
  • Fixed the fallback behavior when the .xcode.env file is missing, actually using the old find-node-for-xcode.sh script (705c6f57d6 by cipolleschi)
  • Adding a link in a message for the users. (2c52131f5e by cipolleschi)
  • Bump ruby to 2.7.5 (2c87b7466e by danilobuerger)
  • This PR removes the find-node.sh scripts and replaces it with an .xcode.env file that is sourced by the script phases that needs it. The .xcode.env file is versioned: to customize a local environment, an unversioned .xcode.local.env can be used. (0480f56c5b by cipolleschi)
  • Update PushNotificationIOS.checkPermissions to include iOS 10+ notification settings. (17ecd2fb5b)
  • Enable SonarKit in React-Core when the configuration is 'Debug' (b5343a6b0d by cipolleschi)
  • When Hermes is enabled, the Hermes Engine will be built from source instead of using the pre-built hermes-engine CocoaPod. (12ad1fffe8 by hramos)
  • Replaced folly::Optional with std::optional from C++17 in Objc module generator. (45e2941367 by philIip)
  • Removed methodName parameter that was used only for a warning message and moved the warning parameter to be calculated inline. (cfb11ca2f6)
  • Fix the crash caused by nil partialLoadHandler (46bc521513)
  • Synchronously render cached images (189c2c8958)
  • Updated Flipper-Glog to 0.5.0.4 (cd60ffdb62)
  • Add function to report early js errors (1804951595 by sshic)

Deprecated

  • Deprecate the use of react-native/jest/preprocessor.js by external projects (c1e9aa9a27 by motiz88)
  • Deprecate the Promise.prototype.done method and log a warning when it's called in development. (35800962c1 by motiz88)
iOS specific
iOS specific
  • Removed lint restricting DynamicColorIOS to only two properties (13b0b06522)

Fixed

Android specific
  • Add back hermes inspector support (6b6adcc111 by Kudo)
  • Fixed issue where any node with an AccessibilityDelegate set (which was any node with any accessibility propoerty), was using ExploreByTouchHelper's built in AccessibilityNodeProvider, and not properly populating their AccessibilityNodeInfo's, leading to focus issues and issues with automated test services like UIAutomator. (70fcab76a4 by blavalla)
  • Fix Extras usage in Android implementation of Linking.sendIntent() (86f8d0bb52)
  • Fix typo in gradle plugin deprecation message (41cfd2f976 by mikehardy)
  • Fixed TimingModule related functions for headless JS tasks, eg. setTimeout (dac56ce077 by marcesengel)
  • Improve support for Android users on M1 machine (c5babd993a by cortinico)
  • Do not use rootProject directly in Gradle scripts (b2bc5aa5c9 by cortinico)
  • Adding null check for context in redbox surface delegate (9527ab1584 by ryancat)
  • Fix crash on empty snapToOffsets array (145fd041c7 by ryancat)
  • Fix StatusBar not updating to use translucent values when set to the same value across different activities (d34a75e9e5)
  • Fix underlineColorAndroid transparent not working on API 21 (52aee50a70 by fabriziobertoglio1987)
  • Fixed regression on content in scroll view not responding to touch when fling got interrupted (bb8ff9260f by ryancat)
  • Fixes android build error when compiling as library (c34ef5841c by nickfujita)
  • Cancel post touch process when new touch is received (0368081858 by ryancat)
  • Improve rendering of images when resampled and corner radius applied (f743bed657 by javache)
  • Fix transform when calculate overflowInset (0975e96d53 by ryancat)
  • Fix ReactHorizontalScrollView contentOffset (9f6f97151c by genkikondo)
  • Text Component does not announce disabled and disables click functionality when disabled (7b2d8178b1 by fabriziobertoglio1987)
  • Fix StatusBar on Android API 30 (9ed2df628d by ieatfood)
  • Use root locale when converting string case. (5341ad8962 by halaei)
  • Fix DarkMode on Calendar DateTimePicker (97064ae1fb by mdvacca)
  • Fix ScrollView contentOffset (be260b9f47 by genkikondo)
  • Do not bundle libhermes.so or libjsc.so inside the React Native Android AAR (fa85417179 by cortinico)
  • Enable hitSlop to be set using a single number. (d682753244 by javache)
  • Fix crash caused by Image.queryCache parsing null (ae3d4f7008 by skychx)
  • Fix NullPointerException when disaptching events (fbeb51ef51 by mdvacca)
iOS specific

Security

v0.68.2

Changed

Fixed

Android specific

v0.68.1

Changed

Android specific

Fixed

Android specific

v0.68.0

Breaking Changes

  • CI moved to Node 16. (f1488db109 by kelset).
    This change enforces Node >= 14 for React Native builds.
  • Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by dulmandakh)
    This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native.
  • Removed fallbackResource from RCTBundleURLProvider API (0912ee179c) by philIip

New Architecture

If you are interested in enabling the new architecture, please refer to the dedicated documentation.

Android specific
  • Setup a newArchEnabled property to Opt-in the New Architecture in the template (8d652fba4c by cortinico)
iOS specific

Added

Android specific
  • Added DoNotStripAny proguard rules (48318b1542 by ShikaSD)
  • Add new API in ScrollView and HorizontalScrollView to process pointerEvents prop. (48f6967ae8 by ryancat)
  • Add accessibilityLabelledBy props (36037fa81b by grgr-dkrk)
  • Added missing constructor to WritableNativeArray (c68c47d2ba by piaskowyk)
  • Add new API for custom fling animator to provide predicted travel distance for its fling animation. (fe6277a30d by ryancat)
  • Adding new API onChildEndedNativeGesture to the RootView interface to let its implementations notify the JS side that a child gesture is ended. (9b33c31ee0 by ryancat)
  • Make the reactNativeArchitectures property more discoverable (0f39a1076d by cortinico)
  • Added isAccessibilityServiceEnabled to get if accessibility services are enabled (c8b83d4e0b by grgr-dkrk)
  • Add bundleForVariant option (d2c10da5d5 by grit96)
  • Add ACCEPT_HANDOVER, ACTIVITY_RECOGNITION, ANSWER_PHONE_CALLS, READ_PHONE_NUMBERS & UWB_RANGING to PermissionsAndroid (4b25a0aaa0 by iBotPeaches)
iOS specific

Changed

Android specific

⚠️ Changelog content truncated by 21449 characters because it was over the limit (60000) and wouldn't fit into PR description.

@bruno-garcia bruno-garcia force-pushed the deps/sample/scripts/update-rn.sh/v0.69.1 branch from 33eceee to afc3f47 Compare July 7, 2022 17:03
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 7, 2022
@vaind
Copy link
Collaborator

vaind commented Jul 7, 2022

error react-native@0.69.1: The engine "node" is incompatible with this module. Expected version ">=14". Got "12.22.12"

Is this something we can automate?

@bruno-garcia bruno-garcia force-pushed the deps/sample/scripts/update-rn.sh/v0.69.1 branch 13 times, most recently from 1ee4133 to 53b290b Compare July 14, 2022 03:39
@bruno-garcia bruno-garcia force-pushed the deps/sample/scripts/update-rn.sh/v0.69.1 branch 7 times, most recently from d558c63 to 25a3ef4 Compare July 20, 2022 03:34
@bruno-garcia bruno-garcia force-pushed the deps/sample/scripts/update-rn.sh/v0.69.1 branch from 25a3ef4 to 80c589a Compare July 20, 2022 07:49
@marandaneto marandaneto deleted the deps/sample/scripts/update-rn.sh/v0.69.1 branch September 6, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants