5.2.4
Patch Changes
-
#1332
cbfcfd0700fe01233c7ff61e37bdbd48a3d887eaThanks @ismarbesic! - Fix hermes-compiler path for RN 0.82+ in the hermes bytecode plugin -
#1348
cc943dd42a97c0ca63a664411b97cc5413b5502fThanks @jbroma! - Fix--entry-filebeing required even whenentryis defined in the bundler config. -
#1333
4023cc7503fae96c82a8d35df9434648d1bb9caeThanks @OrfeasZ! - Handle previous compiler errors and abort bundling inRepackOutputPlugin -
#1340
7ee1b83fac97aeaf1b0727b2fadf58c7dc3fdb6aThanks @jbroma! - Fix polyfill execution order when using Module Federation by adding aPolyfillsRuntimeModuletoNativeEntryPlugin. Polyfills are now required from a runtime module that runs before Module Federation's startup wrapper, guaranteeing they execute before MF startup. -
#1321
a224e84354855bfc923009cab31f887c0e3452c9Thanks @jbroma! - Fix bundling withbabel-swc-loaderwhendisableImportExportTransformis set totruein RN babel preset -
#1350
b083b9d62d873388c4dd6b8165072cc4fbf6bee1Thanks @jbroma! - Update jsonwebtoken to ^9.0.3 to resolve jws security vulnerability. -
#1346
aaf3cc968666e91586fd655053b75e0b2cc11cb1Thanks @jbroma! - Upgrade Fastify to v5 to resolve CVE-2026-25223 (HIGH severity). Updatedfastify,@fastify/middie,@fastify/sensible,fastify-plugin, andfastify-faviconto their v5-compatible versions. -
#1351
6085a1dfa36ed217b27ec0373e5481c820bd6714Thanks @jbroma! - Suppress non-actionable critical dependency warnings fromreact-native-workletsand legacyreact-native-reanimatedinitializersmodules during dev server builds.