Skip to content

fix(deps): update dependency react-native to v0.80.1 #12

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 Jun 25, 2024

This PR contains the following updates:

Package Change Age Confidence
react-native (source, changelog) 0.70.15 -> 0.80.1 age confidence

Release Notes

facebook/react-native (react-native)

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

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 25, 2024

⚠️ 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: yarn.lock
/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22550
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22550:21)
    at Object.getSpec (/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22699:20)
    at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22917:31)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22956:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.33.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:23660:7)

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 41e5d05 to eeb528b Compare July 2, 2024 17:33
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.74.2 fix(deps): update dependency react-native to v0.74.3 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from eeb528b to 9a4645e Compare July 31, 2024 05:44
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.74.3 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 from 9a4645e to f80a06d Compare August 8, 2024 05:51
@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 8, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from f80a06d to 872b810 Compare August 15, 2024 05:26
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.74.5 fix(deps): update dependency react-native to v0.75.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 872b810 to b2cd2a7 Compare August 16, 2024 05:54
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.75.0 fix(deps): update dependency react-native to v0.75.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from b2cd2a7 to 69c6bf9 Compare August 21, 2024 23:32
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.75.1 fix(deps): update dependency react-native to v0.75.2 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 69c6bf9 to 9997f1d Compare September 12, 2024 20:53
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.75.2 fix(deps): update dependency react-native to v0.75.3 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 9997f1d to ba41b9b Compare October 3, 2024 05:22
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.75.3 fix(deps): update dependency react-native to v0.75.4 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ba41b9b to 55e107c Compare October 24, 2024 05:55
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.75.4 fix(deps): update dependency react-native to v0.76.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 55e107c to 3de164c Compare November 1, 2024 02:57
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.0 fix(deps): update dependency react-native to v0.76.1 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3de164c to d2cecb9 Compare November 15, 2024 05:29
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.1 fix(deps): update dependency react-native to v0.76.2 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from d2cecb9 to 7e14e47 Compare November 21, 2024 21:00
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.2 fix(deps): update dependency react-native to v0.76.3 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7e14e47 to 71cd860 Compare December 7, 2024 08:31
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.3 fix(deps): update dependency react-native to v0.76.4 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 71cd860 to 52b4db1 Compare December 11, 2024 17:18
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.76.4 fix(deps): update dependency react-native to v0.76.5 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 52b4db1 to 626008f Compare January 9, 2025 23:32
@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 626008f to 3f89c96 Compare January 23, 2025 16:14
@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 23, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3f89c96 to ad3dbe4 Compare February 15, 2025 03:29
@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 15, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ad3dbe4 to f69aeb3 Compare February 20, 2025 23:48
@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 20, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from f69aeb3 to d504d84 Compare March 21, 2025 07:41
@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 21, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from d504d84 to 8c59c1d Compare April 2, 2025 20:21
@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 2, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8c59c1d to 9ed3db4 Compare April 9, 2025 00:19
@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 9, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 9ed3db4 to ef0ab2b Compare April 17, 2025 00:15
@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 17, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ef0ab2b to 96bc000 Compare May 3, 2025 07:43
@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 3, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 96bc000 to ff44596 Compare June 6, 2025 16:43
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.79.2 fix(deps): update dependency react-native to v0.79.3 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ff44596 to 818dfb4 Compare June 14, 2025 20:06
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.79.3 fix(deps): update dependency react-native to v0.80.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 818dfb4 to 5140adb Compare July 12, 2025 12:13
@renovate renovate bot changed the title fix(deps): update dependency react-native to v0.80.0 fix(deps): update dependency react-native to v0.80.1 Jul 12, 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