Skip to content

fix(deps): update dependency react-native to v0.79.1 #287

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: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2021

This PR contains the following updates:

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

Release Notes

facebook/react-native (react-native)

v0.79.1

Compare Source

v0.79.0

Compare Source

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


View the whole changelog in the CHANGELOG.md file.

v0.78.0: 0.78.0

Compare Source

Breaking
  • Codegen: Separate component array types and command array types (825492b199 by @​elicwhite)
  • React Native devTools: The FuseboxClient.setClientMetadata CDP method is removed. Instead, use ReactNativeApplication.enable. (1a9780f0e3 by @​huntie)
Android specific
iOS specific
Added
Android specific
iOS specific
  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)
  • Initialization: Implement ReactNativeFactory (081be01a5d by @​okwasniewski)
  • Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @​cxa)
  • TextInput: Integrate a new property - disableKeyboardShortcuts. It can disable the keyboard shortcuts on iPads. (0154372b93 by @​rezkiy37)
Changed
Android specific
iOS specific
Removed
Android specific
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.77.2

Compare Source

Added
iOS specific
  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)
Fixed
  • DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @​vzaidman)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (1f002f9999 by @​robhogan)
  • Metro: Bump minimum Metro to 0.81.3, fix "_interopRequireDefault is not a function" with enablePackageExports (b335436113 by @​robhogan)
Android specific
iOS specific
  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @​cipolleschi)
  • TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @​zhongwuzw)

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.77.1: 0.77.1

Compare Source

Fixed
Android specific
iOS specific
Added
  • DevX: Add opt in for legacy Metro log streaming via --client-logs flag (969eb3f007 by huntie)

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.77.0: 0.77.0

Compare Source

0.77 stable is out!

This release also includes over 1061 commits from 161 contributors! Thanks to everyone who contributed to our first release of 2025!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:


You can file 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.76.9: 0.76.9

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.76.8: 0.76.8

Compare Source

v0.76.8
Fixed
  • FormData: Remove non compliant filename* attribute in a FormData content-disposition header (9e846b4d11 by @​foyarash)
  • DevX: Disconnections of DevTools when the network is under significant strain. (08c04147ba by @​vzaidman)
  • JS: Fix react-native-community/cli not being found in pnpm setups (9ba96ad79d6 by @​tido64)
  • JS: Fix react-native-community/cli-platform-* packages not being found in monorepos (ffe7bd1471 by @​tido64)
Android specific
  • popup-menu-android: Fix react-native/popup-menu-android not building for 3rd party developers (ac637ff44 by @​cortinico)
  • DevTools: Pass the bundle URL protocol when setting up HMR client on Android (68055f2d8a by @​byCedric)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (b9c4095e40 by @​robhogan)
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.76.7: 0.76.7

Compare Source

Changed
iOS specific
Fixed
Android specific
iOS specific
  • runtime: RCTSurfaceHostingProxyRootView no longer has different behavior (whether it calls start on the provided surface) depending on which initializer is used. Call start yourself on the surface instead. (13b93cfdda by Nolan O'Brien)
  • Be less strict with method parsing of TurboModule Interop Layer
  • Avoid crashing the app when the InteropLayer can't find some methods in the native implementation. (3bd3f101b9 by @​cipolleschi)
  • Fix applicationDidEnterBackground not being called (adaceba546 by @​alextoudic)

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.76.6: 0.76.6

Compare Source

Fixed
Android specific
  • layout: Restore layout/invalidate during ReactViewClippingManager.removeViewAt() (0683206927 by Thomas Nardone)
  • Native Modules: Prioritise local OnLoad.cpp, falling back to default-app-setup (8b1f049879 by @​timbocole)
  • runtime: Remove feature flag for allowRecursiveCommitsWithSynchronousMountOnAndroid (fb7f87ecb2 by @​cipolleschi)
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](https://github.com/facebook/react-native/blob/main/CHANGELOG.md

v0.76.5: 0.76.5

Compare Source

v0.76.5
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.76.4: 0.76.4

Compare Source

v0.76.4
Added
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.76.3: 0.76.3

Compare Source

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 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 renovate bot changed the title fix(deps): update dependency @types/react-native to v0.65.6 fix(deps): update dependency @types/react-native to v0.65.7 Oct 15, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from fc784a7 to 9c4b6e3 Compare October 17, 2021 14:08
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.65.7 fix(deps): update dependency @types/react-native to v0.65.8 Oct 17, 2021
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.65.8 fix(deps): update dependency @types/react-native to v0.65.9 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from 7ec13b6 to ed6b5e2 Compare October 21, 2021 23:53
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.65.9 fix(deps): update dependency @types/react-native to v0.65.10 Oct 21, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ed6b5e2 to 0effdd6 Compare October 23, 2021 01:19
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.65.10 fix(deps): update dependency @types/react-native to v0.66.0 Oct 23, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 0effdd6 to 4e14344 Compare October 25, 2021 12:31
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.0 fix(deps): update dependency @types/react-native to v0.66.1 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 4e14344 to 91d6873 Compare November 2, 2021 21:44
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.1 fix(deps): update dependency @types/react-native to v0.66.2 Nov 2, 2021
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.2 fix(deps): update dependency @types/react-native to v0.66.3 Nov 8, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 91d6873 to fe418b7 Compare November 8, 2021 17:47
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.3 fix(deps): update dependency @types/react-native to v0.66.4 Nov 10, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from fe418b7 to dae4754 Compare November 10, 2021 15:41
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from dae4754 to ce40d18 Compare November 18, 2021 01:59
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.4 fix(deps): update dependency @types/react-native to v0.66.5 Nov 18, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch 2 times, most recently from dfcd42e to ec1e3b4 Compare November 24, 2021 22:40
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.5 fix(deps): update dependency @types/react-native to v0.66.6 Nov 24, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ec1e3b4 to 6b3c0d3 Compare December 3, 2021 18:56
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.6 fix(deps): update dependency @types/react-native to v0.66.7 Dec 3, 2021
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.7 fix(deps): update dependency @types/react-native to v0.66.8 Dec 4, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 6b3c0d3 to 98daa50 Compare December 4, 2021 02:47
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.8 fix(deps): update dependency @types/react-native to v0.66.9 Dec 13, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 98daa50 to b0f1dc8 Compare December 13, 2021 16:55
@renovate renovate bot changed the title fix(deps): update dependency @types/react-native to v0.66.9 fix(deps): update dependency @types/react-native to v0.66.10 Dec 24, 2021
@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 23, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a67cbb8 to 7ec202a Compare October 29, 2024 13:09
@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 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7ec202a to 7ff2612 Compare November 14, 2024 19:34
@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 14, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7ff2612 to aac7a1f Compare November 21, 2024 22:08
@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 aac7a1f to c6030f4 Compare December 6, 2024 20:34
@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 6, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c6030f4 to 1d12739 Compare December 9, 2024 10:58
@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.3 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1d12739 to 852b286 Compare December 9, 2024 20:56
@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.5 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 852b286 to 30432e0 Compare January 9, 2025 13:21
@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 30432e0 to cd0486f Compare January 21, 2025 16:07
@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 21, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from cd0486f to af59fe6 Compare February 13, 2025 20:38
@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 13, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from af59fe6 to 2a2eb29 Compare February 19, 2025 13:26
@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 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2a2eb29 to c2a6612 Compare March 19, 2025 14:07
@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 19, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c2a6612 to ac10514 Compare April 1, 2025 14:44
@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 1, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from ac10514 to 296813b Compare April 8, 2025 16:46
@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 8, 2025
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 296813b to 76bdde7 Compare April 15, 2025 13:48
@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 15, 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