Skip to content

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.81.1 age confidence

Release Notes

facebook/react-native (react-native)

v0.81.1

Compare Source

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

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
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from d8f5650 to 8cc53f3 Compare August 3, 2025 15:39
@renovate renovate bot changed the title Update dependency react-native to v0.80.1 Update dependency react-native to v0.80.2 Aug 3, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8cc53f3 to 44b77cc Compare August 13, 2025 23:35
@renovate renovate bot changed the title Update dependency react-native to v0.80.2 Update dependency react-native to v0.81.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 44b77cc to 0fe7de4 Compare September 1, 2025 01:47
@renovate renovate bot changed the title Update dependency react-native to v0.81.0 Update dependency react-native to v0.81.1 Sep 1, 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