Skip to content

Update dependency react-native to v0.80.1 #3

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 Feb 3, 2025

This PR contains the following updates:

Package Change Age Confidence
react-native (source, changelog) 0.76.6 -> 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 title ([e3d607

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

sourcery-ai bot commented Feb 3, 2025

Reviewer's Guide by Sourcery

This pull request updates the react-native dependency from version 0.76.6 to 0.77.0. This is a major version update that includes several bug fixes, performance improvements, and new features. The update also includes updates to other related packages.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated react-native dependency.
  • Updated react-native from 0.76.6 to 0.77.0 in package.json.
  • Updated react-native and related dependencies in pnpm-lock.yaml.
pnpm-lock.yaml
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/react-native-0.x branch 3 times, most recently from 56959b7 to e7f2d69 Compare February 4, 2025 12:56
@renovate renovate bot changed the title Update dependency react-native to v0.77.0 Update dependency react-native to v0.77.1 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from e7f2d69 to db6fd4f Compare February 15, 2025 08:06
@renovate renovate bot changed the title Update dependency react-native to v0.77.1 Update dependency react-native to v0.78.0 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from db6fd4f to 3fcf731 Compare February 20, 2025 23:40
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3fcf731 to 8ba7468 Compare March 22, 2025 03:26
@renovate renovate bot changed the title Update dependency react-native to v0.78.0 Update dependency react-native to v0.78.1 Mar 22, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8ba7468 to 30769d5 Compare April 2, 2025 04:03
@renovate renovate bot changed the title Update dependency react-native to v0.78.1 Update dependency react-native to v0.78.2 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 30769d5 to c05fba6 Compare April 12, 2025 08:13
@renovate renovate bot changed the title Update dependency react-native to v0.78.2 Update dependency react-native to v0.79.0 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c05fba6 to 5400a24 Compare April 18, 2025 12:04
@renovate renovate bot changed the title Update dependency react-native to v0.79.0 Update dependency react-native to v0.79.1 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 5400a24 to 8892558 Compare May 3, 2025 07:20
@renovate renovate bot changed the title Update dependency react-native to v0.79.1 Update dependency react-native to v0.79.2 May 3, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8892558 to c9da7eb Compare June 5, 2025 04:12
@renovate renovate bot changed the title Update dependency react-native to v0.79.2 Update dependency react-native to v0.79.3 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c9da7eb to a4f2d72 Compare June 14, 2025 15:52
@renovate renovate bot changed the title Update dependency react-native to v0.79.3 Update dependency react-native to v0.80.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a4f2d72 to d8f5650 Compare July 5, 2025 04:01
@renovate renovate bot changed the title Update dependency react-native to v0.80.0 Update dependency react-native to v0.80.1 Jul 5, 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