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 dependency @react-native/metro-config to ^0.78.0 #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smartway-bot[bot]
Copy link

@smartway-bot smartway-bot bot commented Jul 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-native/metro-config (source) ^0.72.11 -> ^0.78.0 age adoption passing confidence

Release Notes

facebook/react-native (@​react-native/metro-config)

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

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.2: 0.76.2

Compare Source

Added
Changed
iOS 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.76.1: 0.76.1

Compare Source

Fixed
Android specific
  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)
iOS specific
  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

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.0: 0.76.0

Compare Source

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

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.75.5: 0.75.5

Compare Source

Added
Changed
Android specific
iOS 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.
EOF

v0.75.4: 0.75.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.75.3: 0.75.3

Compare Source

Changed
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 has been generated by Renovate Bot.

@smartway-bot smartway-bot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
@smartway-bot smartway-bot bot force-pushed the renovate/react-native-metro-config-0.x branch from 69f9f95 to b5ed5af Compare August 21, 2024 15:03
@smartway-bot smartway-bot bot changed the title chore(deps): update dependency @react-native/metro-config to ^0.74.0 chore(deps): update dependency @react-native/metro-config to ^0.75.0 Aug 21, 2024
@smartway-bot smartway-bot bot force-pushed the renovate/react-native-metro-config-0.x branch from b5ed5af to 93c8c8c Compare October 30, 2024 17:07
@smartway-bot smartway-bot bot changed the title chore(deps): update dependency @react-native/metro-config to ^0.75.0 chore(deps): update dependency @react-native/metro-config to ^0.76.0 Oct 30, 2024
@smartway-bot smartway-bot bot force-pushed the renovate/react-native-metro-config-0.x branch from 93c8c8c to 8644efc Compare January 28, 2025 12:01
@smartway-bot smartway-bot bot changed the title chore(deps): update dependency @react-native/metro-config to ^0.76.0 chore(deps): update dependency @react-native/metro-config to ^0.77.0 Jan 28, 2025
@smartway-bot smartway-bot bot force-pushed the renovate/react-native-metro-config-0.x branch from 8644efc to 3134d65 Compare February 26, 2025 11:04
@smartway-bot smartway-bot bot changed the title chore(deps): update dependency @react-native/metro-config to ^0.77.0 chore(deps): update dependency @react-native/metro-config to ^0.78.0 Feb 26, 2025
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.

0 participants