chore(deps): update dependency @react-native/metro-config to ^0.78.0 #259
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.72.11
->^0.78.0
Release Notes
facebook/react-native (@react-native/metro-config)
v0.78.0
: 0.78.0Compare Source
Breaking
FuseboxClient.setClientMetadata
CDP method is removed. Instead, useReactNativeApplication.enable
. (1a9780f0e3 by @huntie)Android specific
FrescoBasedReactTextInlineImageViewManager
to internal (d5f33c19cb by @alanleedev)RootView
to Kotlin (21c9491926 by @fabriziocucci)GuardedResultAsyncTask
(67bff8734f by @mdvacca)FabricViewStateManager
(b25b65ba19 by @mdvacca)ComponentNameResolver
from public API (a4849cb3d6 by @mdvacca)iOS specific
Added
RawValue(Runtime*, jsi::Value&)
constructor to make aRawValue
from ajsi::Value
. (03d2186ace by @hannojg)jest-diff v29.7.0
to devDependencies (b27bd00a38 by @andrewdacenko)console.table
to specify a list of columns to print in the table. (fd0894b1c7 by @rubennorte)--client-logs
flag (86db4fa90b by @huntie)pointerEvents
toTextProps
type. (3efbe33ce0 by @hyochan)Android specific
resource-id
from thetestID
prop (87b1bad45e by @mateoguzmana)getState
method forStateWrapperImpl
(ed36e896ac by @hannojg)iOS specific
source
parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)disableKeyboardShortcuts
. It can disable the keyboard shortcuts on iPads. (0154372b93 by @rezkiy37)Changed
BoxInspector
and refactored a code (f832c450a5 by @coado)console.table
(including Markdown format). (7154c62afb by @rubennorte)intersectionRect
required inNativeIntersectionObserverEntry
to reflect native logic. (8681fc2ab2 by @lunaleaps)typescript-config
module version toesnext
(5370347f54 by @mateoguzmana)Android specific
ViewManagerInterface
(40a0cdbc99 by @mdvacca)ComponentNameResolver
to kotlin (385b9f4265 by @mdvacca)ReactSwitchManager
to Kotlin (b886bc4db9 by @krozniata)iOS specific
accessibilityLabel
(74bdab8bd8 by @sparga)Removed
Android specific
ReactCookieJarContainer
internal. (18ebea533d by @javache)JSCHeapCapture
module, deprecated PackagerCommandListener#onCaptureHeapCommand (e06fa5d102 by @javache)Fixed
animatedShouldUseSingleOp
is enabled. (746d584a23 by @javache)JSBigFileString
fails for non-zero offset arguments (7d0338cb0b by @jwajgelt)react-in-jsx-scope
rule in eslint config (ea56c432b7 by @matinzd)invariant
dependency (ee8088b615 by @tido64)console.table
to avoid mutating the received argument. (caa77fbe2b by @rubennorte)adjustsFontSizeToFit
not working for text with a single character (47822e9048 by @j-piasecki)maxFontSizeMultiplier
prop onText
andTextInput
components in Fabric / New Architecture (ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32 by @RickardZrinski)Android specific
FLAG_SECURE
not respected in Modal dialog (7e029b0dcf by @mateoguzmana)setEventEmitterCallback
NoSuchMethodError on API lvl 26 (7dcbc799eb by @cortinico)str.replaceAll()
(b5b9e032c2 by @robhogan)resource-id
fromtestID
prop (52b6592559 by @mateoguzmana)SetColorScheme
should be called on the UI thread (2aa79979d3 by lihaitao)testID
correctly for horizontal scroll view (81c74cd35f by @mateoguzmana)iOS specific
pod install
warning (2f2281718a by @noway)null
value in TurboModule Interop layer (ebfd7057af by @cipolleschi)RefreshControl
is used inside of (6cb2684b43 by @sammy-SC)didUpdateDimensions
correctly (920867d949 by TobiasH)applicationDidEnterBackground
not being called (adaceba546 by @alextoudic)centerContent
losing taps and causing jitter (fe7e97a2fd by @gaearon)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.1Compare Source
Fixed
invariant
dependency (877e82c1a9 by @tido64)maxFontSizeMultiplier
prop onText
andTextInput
components in New Architecture (8baa858412 by RickardZrinski)Android specific
iOS specific
null
values coming from NativeModules. (475f797a51 by sammy-SC)Added
--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.0Compare 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.7Compare Source
Changed
iOS specific
Fixed
maxFontSizeMultiplier
prop onText
andTextInput
components in Fabric / New Architecture (ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32 by @RickardZrinski)Appearance.setColorScheme(null)
not resetting color scheme value (7d63235086 by @sangonz193)Android specific
invariant
dependency (ee8088b615 by @tido64)iOS specific
RCTSurfaceHostingProxyRootView
no longer has different behavior (whether it callsstart
on the provided surface) depending on which initializer is used. Callstart
yourself on the surface instead. (13b93cfdda by Nolan O'Brien)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.6Compare Source
Fixed
Android specific
iOS specific
maxLength
not working in old arch (9ecf290d27 by @mateoguzmana)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.5Compare 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.4Compare 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.3Compare 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.2Compare Source
Added
Changed
iOS specific
Fixed
semver
not being found in pnpm setups (0def73d1a6 by @tido64)setUpErrorHandling
to show early JS errors (dac6d508af by @cipolleschi)Android specific
iOS specific
value
instead ofchildren
(52cdedb40e by @NickGerleman)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.1Compare 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.76.0
: 0.76.0Compare 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.5Compare 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.4Compare Source
Fixed
Android specific
Tried to finish non-existent task with id
(56a282c44d by @RodolfoGS)contextMenuHidden
prop bug fix (366f1d0df3 by @alanleedev)iOS specific
NSNull
tonil
before checkingtype
inreadAsDataURL
(99ab845a5c by @haileyok)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.3Compare 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.
This PR has been generated by Renovate Bot.