Skip to content

Commit b0435b1

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update dependency @react-native/eslint-config to v0.78.0 (#33572)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@react-native/eslint-config](https://redirect.github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native#readme) ([source](https://redirect.github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native)) | devDependencies | minor | [`0.76.5` -> `0.78.0`](https://renovatebot.com/diffs/npm/@react-native%2feslint-config/0.76.5/0.78.0) | `0.78.1` | --- ### Release Notes <details> <summary>facebook/react-native (@&#8203;react-native/eslint-config)</summary> ### [`v0.78.0`](https://redirect.github.com/facebook/react-native/releases/tag/v0.78.0): 0.78.0 [Compare Source](https://redirect.github.com/facebook/react-native/compare/v0.77.1...v0.78.0) ##### Breaking - **Codegen:** Separate component array types and command array types ([825492b199](https://redirect.github.com/facebook/react-native/commit/825492b1999b62de708e6f40d5d5de8d3d7cb8a9) by [@&#8203;elicwhite](https://redirect.github.com/elicwhite)) - **React Native devTools:** The `FuseboxClient.setClientMetadata` CDP method is removed. Instead, use `ReactNativeApplication.enable`. ([1a9780f0e3](https://redirect.github.com/facebook/react-native/commit/1a9780f0e3714ac18ffae34cb67376c711b0e031) by [@&#8203;huntie](https://redirect.github.com/huntie)) ##### Android specific - **APIs:** Changed visibility of `FrescoBasedReactTextInlineImageViewManager` to internal ([d5f33c19cb](https://redirect.github.com/facebook/react-native/commit/d5f33c19cb33e2f2c7d2470cc90872c1f065f20d) by [@&#8203;alanleedev](https://redirect.github.com/alanleedev)) - **APIs:** Migrating pointerEvents API breaks compatibility for kotlin usages of this api as a val ([45e4a3afce](https://redirect.github.com/facebook/react-native/commit/45e4a3afceb4be3047cd01a60ec2c9f806ed30fe) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **APIs:** Convert `RootView` to Kotlin ([21c9491926](https://redirect.github.com/facebook/react-native/commit/21c94919260a68409f82081740169d0409e78933) by [@&#8203;fabriziocucci](https://redirect.github.com/fabriziocucci)) - **APIs:** Delete unused abstract class `GuardedResultAsyncTask` ([67bff8734f](https://redirect.github.com/facebook/react-native/commit/67bff8734f4b92fe399910eecad5b67511a749c1) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **APIs**: Delete deprecated class `FabricViewStateManager` ([b25b65ba19](https://redirect.github.com/facebook/react-native/commit/b25b65ba19f3c674fd2efe5c01123ccc0ae55cbf) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **APIs:** Removed `ComponentNameResolver` from public API ([a4849cb3d6](https://redirect.github.com/facebook/react-native/commit/a4849cb3d6f4245d15eb3812e417a9f4248bb3a1) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) ##### iOS specific - **Image:** Change Image load event size info from logical size to pixel ([09995fc874](https://redirect.github.com/facebook/react-native/commit/09995fc8741cfdc6095d09627262b4f6fbbaafc2) by [@&#8203;zhongwuzw](https://redirect.github.com/zhongwuzw)) ##### Added - **C++:** Added `RawValue(Runtime*, jsi::Value&)` constructor to make a `RawValue` from a `jsi::Value`. ([03d2186ace](https://redirect.github.com/facebook/react-native/commit/03d2186ace2cb17c676b7763d5a545759a658b77) by [@&#8203;hannojg](https://redirect.github.com/hannojg)) - **Codegen:** Include cxx modules in codegen schema ([cf5ab03d43](https://redirect.github.com/facebook/react-native/commit/cf5ab03d4324b7e3fce38f9eacc96da82b11b68a) by [@&#8203;elicwhite](https://redirect.github.com/elicwhite)) - **Deps:** Add `jest-diff v29.7.0` to devDependencies ([b27bd00a38](https://redirect.github.com/facebook/react-native/commit/b27bd00a389295250ec003357df713ebf306374b) by [@&#8203;andrewdacenko](https://redirect.github.com/andrewdacenko)) - **Logging:** Add support for the second parameter of `console.table` to specify a list of columns to print in the table. ([fd0894b1c7](https://redirect.github.com/facebook/react-native/commit/fd0894b1c7fcb20dd213ec1e93aafef25935d709) by [@&#8203;rubennorte](https://redirect.github.com/rubennorte)) - **Logging:** Add "jsEngine: hermes" to JS runtime Error prototype ([85bdd75828](https://redirect.github.com/facebook/react-native/commit/85bdd75828f85230aaa90ed510666457c46f996c) by Maddie Lord) - **Metro:** Add opt in for legacy Metro log streaming via `--client-logs` flag ([86db4fa90b](https://redirect.github.com/facebook/react-native/commit/86db4fa90b90919867a9b66f6caa28f77fba3a37) by [@&#8203;huntie](https://redirect.github.com/huntie)) - **Text:** Added `pointerEvents` to `TextProps` type. ([3efbe33ce0](https://redirect.github.com/facebook/react-native/commit/3efbe33ce03f846932406742528652eb695b957d) by [@&#8203;hyochan](https://redirect.github.com/hyochan)) ##### Android specific - **ActivityIndicator:** setting `resource-id` from the `testID` prop ([87b1bad45e](https://redirect.github.com/facebook/react-native/commit/87b1bad45e4eb730ea07686a2b2558253c60d3b7) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **Codegen:** Fixing schema types for component command params of Arrays ([25c673e357](https://redirect.github.com/facebook/react-native/commit/25c673e35784d8d8c49555af104b9b4d8d37973d) by [@&#8203;elicwhite](https://redirect.github.com/elicwhite)) - **Gradle:** Make the addition of JitPack repository configurable ([a98528e609](https://redirect.github.com/facebook/react-native/commit/a98528e609ff0ace4b7bc82f3aa273b7e3fa6443) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - **Logging:** SoftException categories ([c832f94cf7](https://redirect.github.com/facebook/react-native/commit/c832f94cf713d0cb7616ef095f38583979e1cf43) by Thomas Nardone) - **Logging:** Add logging in ReactInstanceManager.onHostPause when activity is incorrectly null ([c2fd35a442](https://redirect.github.com/facebook/react-native/commit/c2fd35a4429c752dc2d10a789e4c5f48d22b1eeb) by Maddie Lord) - **Runtime:** Added `getState` method for `StateWrapperImpl` ([ed36e896ac](https://redirect.github.com/facebook/react-native/commit/ed36e896ac34fcbefece87456dbdfdff30d22ad5) by [@&#8203;hannojg](https://redirect.github.com/hannojg)) ##### iOS specific - **Codegen:** Add the `source` parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. ([98b8f17811](https://redirect.github.com/facebook/react-native/commit/98b8f178110472e5fed97de80766c03b0b5e988c) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Initialization:** Implement ReactNativeFactory ([081be01a5d](https://redirect.github.com/facebook/react-native/commit/081be01a5dd24d0a398c6aa8297575502a17d5ec) by [@&#8203;okwasniewski](https://redirect.github.com/okwasniewski)) - **Text:** Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS ([1763321c89](https://redirect.github.com/facebook/react-native/commit/1763321c8960d30ddc4d3464a0fffdecdd44617a) by [@&#8203;cxa](https://redirect.github.com/cxa)) - **TextInput:** Integrate a new property - `disableKeyboardShortcuts`. It can disable the keyboard shortcuts on iPads. ([0154372b93](https://redirect.github.com/facebook/react-native/commit/0154372b93eb1b02f0c62f2a75c95f4fc6a9f3e8) by [@&#8203;rezkiy37](https://redirect.github.com/rezkiy37)) ##### Changed - **Deps:** Bump Hermes ([0c8e15e8bb](https://redirect.github.com/facebook/react-native/commit/0c8e15e8bb16ec279290d2390caf75e83d52f518) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Flow:** Improved types in `BoxInspector` and refactored a code ([f832c450a5](https://redirect.github.com/facebook/react-native/commit/f832c450a52c4c9d61c1d6b609fcad1332613556) by [@&#8203;coado](https://redirect.github.com/coado)) - **Flow:** Improved types in StyleInspector and refactored a code ([49e5c58c59](https://redirect.github.com/facebook/react-native/commit/49e5c58c595265c9fffc84741aab6363d291f1f5) by [@&#8203;coado](https://redirect.github.com/coado)) - **Flow:** Improved types in ElementBox and refactored a code ([2959d49e8d](https://redirect.github.com/facebook/react-native/commit/2959d49e8d09663f9ac437ffcb66d1c99162c6d0) by [@&#8203;coado](https://redirect.github.com/coado)) - **Flow:** Improve types on BorderBox ([48a7840919](https://redirect.github.com/facebook/react-native/commit/48a784091989c695e3432cb8ba657139eb9f5e99) by [@&#8203;coado](https://redirect.github.com/coado)) - **Flow:** Improve types on DrawerLayoutAndroid ([b5155fba89](https://redirect.github.com/facebook/react-native/commit/b5155fba895411e290faeeea06180fce24079f78) by [@&#8203;huntie](https://redirect.github.com/huntie)) - **Logging:** Improved formatting of values logged via `console.table` (including Markdown format). ([7154c62afb](https://redirect.github.com/facebook/react-native/commit/7154c62afb5371f3f861663826792e41229c344a) by [@&#8203;rubennorte](https://redirect.github.com/rubennorte)) - **Runtime:** Mark `intersectionRect` required in `NativeIntersectionObserverEntry` to reflect native logic. ([8681fc2ab2](https://redirect.github.com/facebook/react-native/commit/8681fc2ab20aa1e5937a0bf3fc58ed03c3e0ee23) by [@&#8203;lunaleaps](https://redirect.github.com/lunaleaps)) - **Runtime:** ([9aa21b5e87](https://redirect.github.com/facebook/react-native/commit/9aa21b5e8765f14a9806eac435636b87f62178cc) by [@&#8203;lunaleaps](https://redirect.github.com/lunaleaps)) - **TypeScript:** Upgrading `typescript-config` module version to `esnext` ([5370347f54](https://redirect.github.com/facebook/react-native/commit/5370347f54719f318a4e032aba6cbf2269e7c3d7) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **VirtualizedList:** Fix item disappearing with scroll in VirtualizedList ([df7b6ae092](https://redirect.github.com/facebook/react-native/commit/df7b6ae092d03385ebd05efd0f068c59e727f723) by [@&#8203;Tom910](https://redirect.github.com/Tom910)) - **Yoga:** Update YGNodeStyleGetGap to return YGValue ([331d99a941](https://redirect.github.com/facebook/react-native/commit/331d99a94154678848628122e8fe3373ee67fb9b) by [@&#8203;heoblitz](https://redirect.github.com/heoblitz)) ##### Android specific - **APIs:** Introduce new public API `ViewManagerInterface` ([40a0cdbc99](https://redirect.github.com/facebook/react-native/commit/40a0cdbc99746f18ca15c48f3d8f03cdad1635af) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **Deps:** Bumped Android Gradle Plugin (AGP) to 8.8.0 ([4c7c836ebf](https://redirect.github.com/facebook/react-native/commit/4c7c836ebf956c13fa327170adaec43a076226e7) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - **Deps:** Bump Gradle to 8.12 ([5e6478954c](https://redirect.github.com/facebook/react-native/commit/5e6478954c77f64a9086757ed4a879e83a1ab404) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - **Deps:** Update Fresco to 3.6.0 ([819b5c2c8d](https://redirect.github.com/facebook/react-native/commit/819b5c2c8dfad620152b159838575b6c03e18ffe) by [@&#8203;Abbondanzo](https://redirect.github.com/Abbondanzo)) - **Deps:** Migrate jsc-android to mavenCentral ([e42a3a6b84](https://redirect.github.com/facebook/react-native/commit/e42a3a6b842d71fc25419c02f6015863fa019f05) by [@&#8203;Kudo](https://redirect.github.com/Kudo)) - **Image:** Replaced custom XML decoder with Fresco's built-in decoder ([6feb90bb29](https://redirect.github.com/facebook/react-native/commit/6feb90bb290ab460df8df2f6f01531a77aac9008) by [@&#8203;Abbondanzo](https://redirect.github.com/Abbondanzo)) - **Kotlin:** Migrate `ComponentNameResolver` to kotlin ([385b9f4265](https://redirect.github.com/facebook/react-native/commit/385b9f4265316a1e1cf8627ea7ed3bed790cc8c5) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **Kotlin:** Migrate `ReactSwitchManager` to Kotlin ([b886bc4db9](https://redirect.github.com/facebook/react-native/commit/b886bc4db970d8c70de1596dc3f88bdc398de482) by [@&#8203;krozniata](https://redirect.github.com/krozniata)) ##### iOS specific - **Accessibility:** Reduce memory allocations when computing `accessibilityLabel` ([74bdab8bd8](https://redirect.github.com/facebook/react-native/commit/74bdab8bd8be2413734004145507c0688232053e) by [@&#8203;sparga](https://redirect.github.com/sparga)) - **CocoaPods:** Properly inherit OTHER_CPLUSPLUSLAGS ([fa03840e68](https://redirect.github.com/facebook/react-native/commit/fa03840e688067bf16a7fb60c00efdc9a1813f92) by [@&#8203;WoLewicki](https://redirect.github.com/WoLewicki)) - **CocoaPods:** Pin 'concurrent-ruby' to a working version ([198adb47af](https://redirect.github.com/facebook/react-native/commit/198adb47af3676c85b35adb308c110c1d87120c8) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) ##### Removed ##### Android specific - **APIs:** Made `ReactCookieJarContainer` internal. ([18ebea533d](https://redirect.github.com/facebook/react-native/commit/18ebea533d348329926bd7782bb55469aa228a4a) by [@&#8203;javache](https://redirect.github.com/javache)) - **Config:** Remove as_const option (on by default) in fbsource ([e5a526ff44](https://redirect.github.com/facebook/react-native/commit/e5a526ff44c25afd935d117d6d4d342f210553a6) by [@&#8203;panagosg7](https://redirect.github.com/panagosg7)) - **Flow:** Remove comment syntax from ReactNativeTypes ([a80baac58e](https://redirect.github.com/facebook/react-native/commit/a80baac58e9f2fc62829ab76b929f5c8b21c05a5) by [@&#8203;hoxyq](https://redirect.github.com/hoxyq)) - **Metro:** Removed `JSCHeapCapture` module, deprecated PackagerCommandListener#onCaptureHeapCommand ([e06fa5d102](https://redirect.github.com/facebook/react-native/commit/e06fa5d1026843ec4a2ba3dd209652dc5290c0ba) by [@&#8203;javache](https://redirect.github.com/javache)) ##### Fixed - **Animations:** Removed unnecessary state updates in React to reflect the current state of looping animations. ([6059660c60](https://redirect.github.com/facebook/react-native/commit/6059660c607f5b6edba08a12906f0f9d6cb15d34) by [@&#8203;rubennorte](https://redirect.github.com/rubennorte)) - **Animations:** Animation.stop() executes when `animatedShouldUseSingleOp` is enabled. ([746d584a23](https://redirect.github.com/facebook/react-native/commit/746d584a23f303493faa4f9d857ec542257a92ae) by [@&#8203;javache](https://redirect.github.com/javache)) - **Animations:** Fix buttons becoming unresponsive when transform is animated ([2204ec94d4](https://redirect.github.com/facebook/react-native/commit/2204ec94d4b67a9ba559db3f54a5a1ef91e0f233) by [@&#8203;sammy-SC](https://redirect.github.com/sammy-SC)) - **C++:** `JSBigFileString` fails for non-zero offset arguments ([7d0338cb0b](https://redirect.github.com/facebook/react-native/commit/7d0338cb0b24926aff648a4c8ba5d77b052010cc) by [@&#8203;jwajgelt](https://redirect.github.com/jwajgelt)) - **Config:** Disable `react-in-jsx-scope` rule in eslint config ([ea56c432b7](https://redirect.github.com/facebook/react-native/commit/ea56c432b7a577d3805d1a7b4b46596799dd892e) by [@&#8203;matinzd](https://redirect.github.com/matinzd)) - **Deps:** Fix peer dependencies on React types to React 19 ([4368368ef5](https://redirect.github.com/facebook/react-native/commit/4368368ef5c3f3d08a66ee6c13222f6d81a2d2df) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Deps:** Add missing `invariant` dependency ([ee8088b615](https://redirect.github.com/facebook/react-native/commit/ee8088b6157837c239db47ac5bd3a8603ceefc3c) by [@&#8203;tido64](https://redirect.github.com/tido64)) - **Fantom:** Fix a bug when fantom tests could not be run in parallel, e.g. in a stress-test. ([8696b79f73](https://redirect.github.com/facebook/react-native/commit/8696b79f73fec18a9e3785b9a2c150afc9965d76) by [@&#8203;mijay](https://redirect.github.com/mijay)) - **Logging:** Modified `console.table` to avoid mutating the received argument. ([caa77fbe2b](https://redirect.github.com/facebook/react-native/commit/caa77fbe2b03e6969ae9b542d011f926a0ede3c7) by [@&#8203;rubennorte](https://redirect.github.com/rubennorte)) - **Text:** Fixed `adjustsFontSizeToFit` not working for text with a single character ([47822e9048](https://redirect.github.com/facebook/react-native/commit/47822e90480d61e197a3f223e088ee88a0f38ad7) by [@&#8203;j-piasecki](https://redirect.github.com/j-piasecki)) - **Text:** Fix `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in Fabric / New Architecture ([ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32](https://redirect.github.com/facebook/react-native/commit/ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32) by [@&#8203;RickardZrinski](https://redirect.github.com/RickardZrinski)) ##### Android specific - **APIs** Re-introduce the deprecated constructor on ReactModuleInfo ([734730df75](https://redirect.github.com/facebook/react-native/commit/734730df75b3bdddeb5dbe65f4151cc92b988303) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - **Dialog:** `FLAG_SECURE` not respected in Modal dialog ([7e029b0dcf](https://redirect.github.com/facebook/react-native/commit/7e029b0dcf6d1a6455a8a6343457b70e353d0ff6) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **Events:** Fix crash for `setEventEmitterCallback` NoSuchMethodError on API lvl 26 ([7dcbc799eb](https://redirect.github.com/facebook/react-native/commit/7dcbc799eb2fb5792512b71320eafed08deec9ea) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - **Gradle:** Fixed build issue when including mapbuffer jni headers in library code ([ecf17666ad](https://redirect.github.com/facebook/react-native/commit/ecf17666ad84e15d31944962e2d0e846a5670977) by [@&#8203;hannojg](https://redirect.github.com/hannojg)) - **InteropLayer:** Fix execution of early InteropEvents ([4ed2b35bf6](https://redirect.github.com/facebook/react-native/commit/4ed2b35bf61426c81c9f8b30a142d77b44988fdb) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - **JSC:** Fix JSC Debug instacrashing ([b10491a3c4](https://redirect.github.com/facebook/react-native/commit/b10491a3c457c802608758ca1fe659a72c18576b) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) - \*\*JSC:\*\*Fix JSC by avoiding use of unavailable `str.replaceAll()` ([b5b9e032c2](https://redirect.github.com/facebook/react-native/commit/b5b9e032c2b57aa44afb7141a879d83c8b889feb) by [@&#8203;robhogan](https://redirect.github.com/robhogan)) - **Modal:** Setting `resource-id` from `testID` prop ([52b6592559](https://redirect.github.com/facebook/react-native/commit/52b65925595882d9b6c7f354a5ce3bfe3823738e) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **Networking:** ReactOkHttpNetworkFetcher – cache control headers getting overwritten by the rest of the headers ([81cb166d10](https://redirect.github.com/facebook/react-native/commit/81cb166d103f7caaa5135b5a1c66d4e978f3619f) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **React Native DevTools:** Pass the bundle URL protocol when setting up HMR client on Android ([32fe244744](https://redirect.github.com/facebook/react-native/commit/32fe24474495f09f985a2c92e11103dd386f5fe3) by [@&#8203;byCedric](https://redirect.github.com/byCedric)) - **Runtime:** Fix BackHandle callback undefined cause crash issue ([44705fe11b](https://redirect.github.com/facebook/react-native/commit/44705fe11bd9bb12c8f71d1e50a7b48e0af6a38d) by [@&#8203;BleemIs42](https://redirect.github.com/BleemIs42)) - **Runtime:** Support Long values in WritableMap and WritableArray ([e7f943de2f](https://redirect.github.com/facebook/react-native/commit/e7f943de2fd71d2259ab53e7817d2dcf96559f7e) by [@&#8203;WoLewicki](https://redirect.github.com/WoLewicki)) - **Runtime:** `SetColorScheme` should be called on the UI thread ([2aa79979d3](https://redirect.github.com/facebook/react-native/commit/2aa79979d3e4a54008f24c81b6c04553c98ff6b6) by lihaitao) - **Style:** Fix background getting clipped when border-radius is set ([6d235853fb](https://redirect.github.com/facebook/react-native/commit/6d235853fb9e9ad4050ba5611d74921fa1b9c72d) by [@&#8203;jorge-cab](https://redirect.github.com/jorge-cab)) - **Testing:** Handling `testID` correctly for horizontal scroll view ([81c74cd35f](https://redirect.github.com/facebook/react-native/commit/81c74cd35f9e40c8ad4663fc932d0dddeaa4bc19) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) - **TextInput:** Fix incorrect height of single line TextInputs without definite size ([9b646c8b7b](https://redirect.github.com/facebook/react-native/commit/9b646c8b7b9a23645b1563883768a9274897a1cd) by [@&#8203;NickGerleman](https://redirect.github.com/NickGerleman)) ##### iOS specific - **C++:** Exclude Android HorizontalScrollContentView cxx component code ([4adaacb4f7](https://redirect.github.com/facebook/react-native/commit/4adaacb4f7cd136d5534c81fb9b8f5f2a0312d7f) by [@&#8203;zhongwuzw](https://redirect.github.com/zhongwuzw)) - **Ccache:** Fix ccache not found error exporting ccache binary path as Xcode user-defined setting to be used by ccache scripts ([d31ac832c5](https://redirect.github.com/facebook/react-native/commit/d31ac832c5b866653f7179fd517427f7be11ad45) by [@&#8203;ste7en](https://redirect.github.com/ste7en)) - **CocoaPods:** Resolve "Your project does not explicitly specify the CocoaPods master specs repo" `pod install` warning ([2f2281718a](https://redirect.github.com/facebook/react-native/commit/2f2281718a2ef905ffd15adf3b47a1b6b6fb8d95) by [@&#8203;noway](https://redirect.github.com/noway)) - **Image:** Load images even when the extension is implicit ([b9f418e9bc](https://redirect.github.com/facebook/react-native/commit/b9f418e9bc35372438a34934254db985b7ad1840) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Initialization:** Allow multiple RN instances to run at the same time ([444c7d4eff](https://redirect.github.com/facebook/react-native/commit/444c7d4eff3d4fbe25452c94cba7ffacb3c366cc) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **InteropLayer:** Avoid crashing the app when the InteropLayer can't find some methods in the native implementation ([3bd3f101b9](https://redirect.github.com/facebook/react-native/commit/3bd3f101b9dcff8551a2f8259ddeed9843fd69b8) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **InteropLayer:** Properly handle `null` value in TurboModule Interop layer ([ebfd7057af](https://redirect.github.com/facebook/react-native/commit/ebfd7057af049ebfbc593448918c70db37e39d48) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **JSC:** Fix Direct Debugging with JSC ([b04d17afca](https://redirect.github.com/facebook/react-native/commit/b04d17afcac82af1a47fd462a04fe4088d19b468) by [@&#8203;Saadnajmi](https://redirect.github.com/Saadnajmi)) - **Keyboard:** Enable/disable keyboard shortcuts only on iOS ([8b0af4542e](https://redirect.github.com/facebook/react-native/commit/8b0af4542e6fd5628fefdc8e1699326c2225c3f0) by [@&#8203;okwasniewski](https://redirect.github.com/okwasniewski)) - **RefreshControl:** Fix app becoming unresponsive when `RefreshControl` is used inside of <Modal /> ([6cb2684b43](https://redirect.github.com/facebook/react-native/commit/6cb2684b4343bd8698b9770c0f6ef8812683c783) by [@&#8203;sammy-SC](https://redirect.github.com/sammy-SC)) - **React Native DevTools:** Restore "Paused in debugger" overlay icon ([f30c46efbd](https://redirect.github.com/facebook/react-native/commit/f30c46efbd964d367f678181589865a3faa931cd) by [@&#8203;robhogan](https://redirect.github.com/robhogan)) - **Runtime:** Emit `didUpdateDimensions` correctly ([920867d949](https://redirect.github.com/facebook/react-native/commit/920867d9494cbfcc9cb0e23607cb339ec1b89ca9) by TobiasH) - **Runtime:** Fix `applicationDidEnterBackground` not being called ([adaceba546](https://redirect.github.com/facebook/react-native/commit/adaceba5462b4ad8676745f34e0be2bf5bb25166) by [@&#8203;alextoudic](https://redirect.github.com/alextoudic)) - **Runtime:** Fixed problem with accessory view & 3rd party libs ([5fc582783d](https://redirect.github.com/facebook/react-native/commit/5fc582783d7f70ca9521e317c93624a8845bfff2) by [@&#8203;kirillzyusko](https://redirect.github.com/kirillzyusko)) - **Style:** Dashed & dotted borders now work with overflow: hidden ([1b88c5b429](https://redirect.github.com/facebook/react-native/commit/1b88c5b429888e109b7acae4808b4b6f8b3f920f) by [@&#8203;joevilches](https://redirect.github.com/joevilches)) - **Style:** Fixed `centerContent` losing taps and causing jitter ([fe7e97a2fd](https://redirect.github.com/facebook/react-native/commit/fe7e97a2fd272db0d9d9aa7d0561337a7c8e2c30) by [@&#8203;gaearon](https://redirect.github.com/gaearon)) - **Xcode:** Properly escape paths in Xcode build script used when bundling an app. ([2fee13094b](https://redirect.github.com/facebook/react-native/commit/2fee13094b3d384c071978776fd8b7cff0b6530f) by [@&#8203;kraenhansen](https://redirect.github.com/kraenhansen)) *** Hermes dSYMS: - [Debug](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.78.0/react-native-artifacts-0.78.0-hermes-framework-dSYM-debug.tar.gz) - [Release](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.78.0/react-native-artifacts-0.78.0-hermes-framework-dSYM-release.tar.gz) *** You can file issues or pick requests against this release [here](https://redirect.github.com/reactwg/react-native-releases/issues/new/choose). *** To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) ⚛️. *** View the whole changelog in the [CHANGELOG.md file](https://redirect.github.com/facebook/react-native/blob/main/CHANGELOG.md). ### [`v0.77.1`](https://redirect.github.com/facebook/react-native/releases/tag/v0.77.1): 0.77.1 [Compare Source](https://redirect.github.com/facebook/react-native/compare/v0.77.0...v0.77.1) ##### Fixed - **Dev-Middleware:** Add missing `invariant` dependency ([877e82c1a9](https://redirect.github.com/facebook/react-native/commit/877e82c1a97d6c667024a437d993e84af3b820a6) by [@&#8203;tido64](https://redirect.github.com/tido64)) - **style:** Respect `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in New Architecture ([8baa858412](https://redirect.github.com/facebook/react-native/commit/8baa85841209679936938e7759c5be149304843c) by [RickardZrinski](https://redirect.github.com/RickardZrinski)) ##### Android specific - **layout:** Fix elevation prop on android has incorrect border-radius ([55d5c44976](https://redirect.github.com/facebook/react-native/commit/55d5c4497621a8dfd6545899754451fcf68dce70) by [@&#8203;NickGerleman](https://redirect.github.com/NickGerleman)) - **Fabric:** Fix execution of early InteropEvents ([d8af0ae3f2](https://redirect.github.com/facebook/react-native/commit/d8af0ae3f22c906a9584e1f5d1aaf2dba3cc3fea) by [mdvacca](https://redirect.github.com/mdvacca)) ##### iOS specific - **Image:** Load images even when the extension is implicit ([bc35afefd5](https://redirect.github.com/facebook/react-native/commit/bc35afefd57a7d0516796dee209881120b82c0b1) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Interop Layer:** Avoid crashing the app when the InteropLayer can't find some methods in the native implementation. ([83b986d370](https://redirect.github.com/facebook/react-native/commit/83b986d370139266bbbad3e2c356b871c56ae17c) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - **Interop Layer:** Properly handle `null` values coming from NativeModules. ([475f797a51](https://redirect.github.com/facebook/react-native/commit/475f797a51237e63e4d2bb4e5718e6aa73157767) by [sammy-SC](https://redirect.github.com/sammy-SC)) ##### Added - **DevX:** Add opt in for legacy Metro log streaming via `--client-logs` flag ([969eb3f007](https://redirect.github.com/facebook/react-native/commit/969eb3f0070dc9df2e89ea52a6eb2c68b05aa2d7) by [huntie](https://redirect.github.com/huntie)) *** Hermes dSYMS: - [Debug](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.77.1/react-native-artifacts-0.77.1-hermes-framework-dSYM-debug.tar.gz) - [Release](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.77.1/react-native-artifacts-0.77.1-hermes-framework-dSYM-release.tar.gz) *** You can file issues or pick requests against this release [here](https://redirect.github.com/reactwg/react-native-releases/issues/new/choose). *** To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) ⚛️. *** View the whole changelog in the [CHANGELOG.md file](https://redirect.github.com/facebook/react-native/blob/main/CHANGELOG.md). ### [`v0.77.0`](https://redirect.github.com/facebook/react-native/releases/tag/v0.77.0): 0.77.0 [Compare Source](https://redirect.github.com/facebook/react-native/compare/v0.76.7...v0.77.0) 0.77 stable is out! This release also includes over [1061 commits](https://redirect.github.com/facebook/react-native/compare/v0.76.6...v0.77.0) 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](https://reactnative.dev/blog/2025/01/21/version-0.77). *** Hermes dSYMS: - [Debug](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.77.0/react-native-artifacts-0.77.0-hermes-framework-dSYM-debug.tar.gz) - [Release](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.77.0/react-native-artifacts-0.77.0-hermes-framework-dSYM-release.tar.gz) *** You can file pick requests against this release [here](https://redirect.github.com/reactwg/react-native-releases/issues/new/choose). *** To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/?from=0.76.6\&to=0.77.0) ⚛️. *** View the whole changelog in the [CHANGELOG.md file](https://redirect.github.com/facebook/react-native/blob/main/CHANGELOG.md) ### [`v0.76.7`](https://redirect.github.com/facebook/react-native/releases/tag/v0.76.7): 0.76.7 [Compare Source](https://redirect.github.com/facebook/react-native/compare/v0.76.6...v0.76.7) ##### Changed ##### iOS specific - Pin 'concurrent-ruby' to a working version ([198adb47af](https://redirect.github.com/facebook/react-native/commit/198adb47af3676c85b35adb308c110c1d87120c8) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) ##### Fixed - Fix `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in Fabric / New Architecture ([ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32](https://redirect.github.com/facebook/react-native/commit/ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32) by [@&#8203;RickardZrinski](https://redirect.github.com/RickardZrinski)) - **Appearance:** Fix `Appearance.setColorScheme(null)` not resetting color scheme value ([7d63235086](https://redirect.github.com/facebook/react-native/commit/7d63235086352d8c424d634c7039551f0a5025dc) by [@&#8203;sangonz193](https://redirect.github.com/sangonz193)) ##### Android specific - Add missing `invariant` dependency ([ee8088b615](https://redirect.github.com/facebook/react-native/commit/ee8088b6157837c239db47ac5bd3a8603ceefc3c) by [@&#8203;tido64](https://redirect.github.com/tido64)) - Fix execution of early InteropEvents ([4ed2b35bf6](https://redirect.github.com/facebook/react-native/commit/4ed2b35bf61426c81c9f8b30a142d77b44988fdb) by [@&#8203;mdvacca](https://redirect.github.com/mdvacca)) - Bump Kotlin to 1.9.25 to mitigate [#&#8203;49115](https://redirect.github.com/facebook/react-native/issues/49115) ([f8857ba3b5](https://redirect.github.com/facebook/react-native/commit/f8857ba3b51f26871d0a0b82b9581a0c35b6273d) by [@&#8203;cortinico](https://redirect.github.com/cortinico)) ##### 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](https://redirect.github.com/facebook/react-native/commit/13b93cfddaa559697968ac1c19e55f7aaa053070) 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](https://redirect.github.com/facebook/react-native/commit/3bd3f101b9dcff8551a2f8259ddeed9843fd69b8) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) - Fix applicationDidEnterBackground not being called ([adaceba546](https://redirect.github.com/facebook/react-native/commit/adaceba5462b4ad8676745f34e0be2bf5bb25166) by [@&#8203;alextoudic](https://redirect.github.com/alextoudic)) *** Hermes dSYMS: - [Debug](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/v0.76.7/react-native-artifacts-v0.76.7-hermes-framework-dSYM-debug.tar.gz) - [Release](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.76.7/react-native-artifacts-0.76.7-hermes-framework-dSYM-release.tar.gz) *** You can file issues or pick requests against this release [here](https://redirect.github.com/reactwg/react-native-releases/issues/new/choose). *** To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) ⚛️. *** View the whole changelog in the [CHANGELOG.md file](https://redirect.github.com/facebook/react-native/blob/main/CHANGELOG.md). ### [`v0.76.6`](https://redirect.github.com/facebook/react-native/releases/tag/v0.76.6): 0.76.6 [Compare Source](https://redirect.github.com/facebook/react-native/compare/v0.76.5...v0.76.6) ##### Fixed - **layout:** Fix TextMeasureCacheKey Throwing Out Some LayoutConstraints ([f7a5db3c06](https://redirect.github.com/facebook/react-native/commit/f7a5db3c063b952321826ea431d3d238ef0de65d) by [@&#8203;NickGerleman](https://redirect.github.com/NickGerleman)) ##### Android specific - **layout:** Restore layout/invalidate during ReactViewClippingManager.removeViewAt() ([0683206927](https://redirect.github.com/facebook/react-native/commit/068320692748f0c46867625786a780366fdbb1d6) by Thomas Nardone) - **Native Modules:** Prioritise local OnLoad.cpp, falling back to default-app-setup ([8b1f049879](https://redirect.github.com/facebook/react-native/commit/8b1f04987936ab2bc7dcf62adc92bf394d35f77b) by [@&#8203;timbocole](https://redirect.github.com/timbocole)) - **runtime:** Remove feature flag for allowRecursiveCommitsWithSynchronousMountOnAndroid ([fb7f87ecb2](https://redirect.github.com/facebook/react-native/commit/fb7f87ecb27f9006e2018b9622d329feb1ba23a4) by [@&#8203;cipolleschi](https://redirect.github.com/cipolleschi)) ##### iOS specific - **TextInput:** Fixing TextInput `maxLength` not working in old arch ([9ecf290d27](https://redirect.github.com/facebook/react-native/commit/9ecf290d270598e45832a75f657d73cf20088a37) by [@&#8203;mateoguzmana](https://redirect.github.com/mateoguzmana)) *** Hermes dSYMS: - [Debug](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.76.6/react-native-artifacts-0.76.6-hermes-framework-dSYM-debug.tar.gz) - [Release](https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.76.6/react-native-artifacts-0.76.6-hermes-framework-dSYM-release.tar.gz) *** You can file issues or pick requests against this release [here](https://redirect.github.com/reactwg/react-native-releases/issues/new/choose). *** To help you upgrade to this version, you can use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) ⚛️. *** View the whole changelog in the \[CHANGELOG.md file]\(https://github.com/facebook/react-native/blob/main/CHANGELOG.md </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 9f000612ce2936a04fbf9b6ff65a6278c2216050
1 parent 6b5c041 commit b0435b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/private-demos/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "^7.20.0",
2323
"@babel/runtime": "^7.20.0",
2424
"@react-native/babel-preset": "0.76.5",
25-
"@react-native/eslint-config": "0.76.5",
25+
"@react-native/eslint-config": "0.78.0",
2626
"@react-native/metro-config": "0.76.5",
2727
"@react-native/typescript-config": "0.78.0",
2828
"@types/react": "^18.2.6",

0 commit comments

Comments
 (0)