fix(deps): update dependency react-native-nitro-modules to ^0.33.0 #183
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.29.4→^0.33.0Release Notes
mrousavy/nitro (react-native-nitro-modules)
v0.33.0: Release 0.33.0Compare Source
✨ Features
HybridViews (RecyclableView) (#1139) (5d6f1cf)UIViewsubclasses forHybridViews (#1140) (3d06763)📚 Documentation
v0.32.2: Release 0.32.2Compare Source
🐛 Bug Fixes
PropNameIDCacheon runtime reload to prevent crash (#1138) (370b1eb)v0.32.1: Release 0.32.1Compare Source
✨ Features
💨 Performance Improvements
HybridFunction'sPropNameID(#1127) (1e22bbe)🐛 Bug Fixes
equals(...)(#1129) (6505c2a)enumerable(#1126) (2e79d82)std::mutexto prevent race conditions (#1130) (f049f9f)v0.32.0: Release 0.32.0Compare Source
Nitro 0.32 is a big release:
Equatable/operator==, or making Kotlin structs/enums extensible viacompanion object)jsi::PropNameID(measured ~30% faster performance with structs)❗️Breaking Changes
✨ Features
companion objectto Kotlin enums/structs (#1084) (8cfcae6)operator==(Equatable) (#1019) (ac0aee6)💨 Performance Improvements
jsi::PropNameIDs (makes Nitro 30% faster) (#1114) (c942637)Promise,Date, ...) (#1112) (50322d9)AnyMap.toHashMap()for Kotlin (~50% faster) (#1109) (4c7eb73)AnyMap.fromMap(...)for Kotlin (~29% faster) (#1118) (5e5312a)🐛 Bug Fixes
Record<string, number>generating wrong code in Kotlin/fbjni (#1061) (85a5a0b)ReactNativeVersion.h(#1108) (502fd6e)JUnitimport forPromise<void>on Kotlin (#1105) (19646da)ThreadUtilsin pure C++ on iOS (#1101) (b8ca08f)finalto prevent accidental subclassing (#1085) (1c11b25)getThreadName()(a9d5fad)postinstallhook from individual packages (#1088) (e7eae48)structsetters, as they should be immutable (#1086) (78e17ba)📚 Documentation
it's->its(#1125) (2eb56b1)v0.31.10: Release 0.31.10Compare Source
✨ Features
AnyMap.fromMap(..., ignoreIncompatible: ...)to Kotlin (#1059) (2ce6d08)🐛 Bug Fixes
v0.31.9: Release 0.31.9Compare Source
🐛 Bug Fixes
jni::ThreadScope(#1052) (2bea9f4)BoxedHybridObjectas a public type (#1053) (8cb3fef)v0.31.8: Release 0.31.8Compare Source
🐛 Bug Fixes
(Error) => voidnot compiling on JNI (#1051) (d04af3d)v0.31.7: Release 0.31.7Compare Source
🐛 Bug Fixes
v0.31.6: Release 0.31.6Compare Source
✨ Features
nulltype (#1032) (0c4306c)🐛 Bug Fixes
Promise<T?>failing to resolve when passingnullin Kotlin (#1034) (f12343c)HybridObjects generating wrong fbjni/Kotlin code (#1039) (b17a556)AnyMap,ArrayBufferorPromise<...>generates wrong Kotlin code (#1042) (60c71fc)JNullhold aglobal_refinstead of analias_reffor static fieldNULL(#1040) (1a65bda)v0.31.5: Release 0.31.5Compare Source
✨ Features
.resolve()and.resolved()overloads forPromise<Void>in Swift/Kotlin (#1020) (f86d450)🐛 Bug Fixes
.parallel[@preconcurrency](https://redirect.github.com/preconcurrency)(#1013) (2211d2d)v0.31.4: Release 0.31.4Compare Source
✨ Features
AnyMap<>Anyconverters andAnyMap::merge(#1012) (6593698)v0.31.3: Release 0.31.3Compare Source
✨ Features
toString()in Swift and Kotlin (#992) (ba73fe1)🐛 Bug Fixes
defineProperty(...)for Prototype Methods (#987) (3f1f072)Platformsinextends HybridObject<P>required (#1003) (69a760f)hashCode()inKotlin.Any) (#991) (287dfe9)📚 Documentation
callback(...)syntax in docs (#997) (a1b48e3)v0.31.2: Release 0.31.2Compare Source
✨ Features
ArrayBuffer.copy,ArrayBuffer.asOwning()andArrayBuffer.toByteArray()(#981) (f2ddc45)🐛 Bug Fixes
FastVectorCopy(...)(#979) (039ded3)v0.31.1: Release 0.31.1Compare Source
✨ Features
🐛 Bug Fixes
.configurable = trueand.enumerable = true(#978) (964f705)📚 Documentation
jsi::Value(#971) (cffffcb)v0.31.0: Release 0.31.0Compare Source
✨ Features
ObjectUtilsforObject.freeze,Object.defineProperty, ... (#967) (229e7d8)v0.30.2: Release 0.30.2Compare Source
🐛 Bug Fixes
Dispatchercast issues (#963) (7f1d108)__DEV__(#965) (1eea332)JSIConverter<NativeState>for extractingDispatcher(#964) (d834d76)v0.30.1: Release 0.30.1Compare Source
✨ Features
🐛 Bug Fixes
structtypes (#958) (cdd076b)true(#946) (750fd4f)exclusionListfrommetro.config.js(00513e5)hoistedlinker installs to fix Bun 1.3 (#955) (f06e3b9)📚 Documentation
v0.30.0: Release 0.30.0Compare Source
🐛 Bug Fixes
Array<T>instructgenerating an identical secondary constructor in Kotlin (#933) (e732809)structsnot primitively copyable (#932) (2afa03c)noexceptfrom a method that can throw (#938) (d58a6b4)yargs(#939) (1f05ee6)📚 Documentation
<name>to nitrogen init command (6e6f346)v0.29.8: Release 0.29.8Compare Source
🐛 Bug Fixes
NULLABLE(NitroDefines.hpp) (#914) (ca3c82f)📚 Documentation
v0.29.7: Release 0.29.7Compare Source
✨ Features
openfor inheritance (#906) (945ebb6)💨 Performance Improvements
Result<T>final (#894) (39de15e)🐛 Bug Fixes
NON_NULL,NULLABLEandCONTIGUOUS_MEMORYannotations on pointers (#902) (6dbb34f)ArrayBufferin struct not compiling (#893) (5293480)📚 Documentation
running-example-app(448bc9e)og:imagethumbnails per page (#905) (48427d3)og:imagemeta (6f2866f)v0.29.6: Release 0.29.6Compare Source
🐛 Bug Fixes
RN_SERIALIZABLE_STATEflag in HybridView (#879) (c29f651)v0.29.5: Release 0.29.5Compare Source
✨ Features
Evalscreen to Example app (#877) (560e8ea)🐛 Bug Fixes
RN_SERIALIZABLE_STATE=1in autolinking (#875) (4c3fd00)📚 Documentation
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.