Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps the nitro group with 2 updates in the / directory: nitrogen and react-native-nitro-modules.
Bumps the nitro group with 1 update in the /example directory: react-native-nitro-modules.

Updates nitrogen from 0.31.10 to 0.32.0

Release notes

Sourced from nitrogen's releases.

Release 0.32.0

0.32.0 (2025-12-23)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

❗️Breaking Changes

  • Generated Swift structs' individual properties should be read-only. Their setters have been removed to make this more obvious. (#1086) (78e17ba)

✨ Features

  • Add companion object to Kotlin enums/structs (#1084) (8cfcae6)
  • Make all C++ (and Swift) structs implement operator== (Equatable) (#1019) (ac0aee6)
  • Use OSLog instead of NSLog (#1100) (24d60bc)

💨 Performance Improvements

  • Cache jsi::PropNameIDs (makes Nitro 30% faster) (#1114) (c942637)
  • Cache calls to common JS functions (like Promise, Date, ...) (#1112) (50322d9)
  • Add bulk converter for AnyMap.toHashMap() for Kotlin (~50% faster) (#1109) (4c7eb73)
  • Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (#1118) (5e5312a)
  • Inline static JNI enum fields (#1123) (9565faa)

🐛 Bug Fixes

  • Fix Record<string, number> generating wrong code in Kotlin/fbjni (#1061) (85a5a0b)
  • Fix Android import path for ReactNativeVersion.h (#1108) (502fd6e)
  • Fix missing JUnit import for Promise<void> on Kotlin (#1105) (19646da)
  • Implement ThreadUtils in pure C++ on iOS (#1101) (b8ca08f)
  • Make structs final to prevent accidental subclassing (#1085) (1c11b25)
  • Prioritize pthread over of GCD APIs for getThreadName() (a9d5fad)
  • Remove postinstall hook from individual packages (#1088) (e7eae48)
  • Remove Swift struct setters, as they should be immutable (#1086) (78e17ba)

📚 Documentation

Release 0.32.0-beta.0

0.32.0-beta.0 (2025-12-18)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

... (truncated)

Commits
  • 03788f4 chore: release 0.32.0
  • d7b104b chore: Lockfile
  • 2eb56b1 docs: Fix it's -> its (#1125)
  • a08a827 docs: Add min NDK version r27 to minimum requirements (#1089)
  • 54ef31b chore(deps-dev): bump the babel group across 1 directory with 2 updates (#1091)
  • e0e130a chore(deps): bump the agp group across 4 directories with 1 update (#1096)
  • ac42666 chore(deps): bump actions/cache from 4 to 5 (#1099)
  • 9565faa perf: Inline static JNI enum fields (#1123)
  • 7cb28fc chore: Format
  • 5e5312a perf: Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (...
  • Additional commits viewable in compare view

Updates react-native-nitro-modules from 0.31.10 to 0.32.0

Release notes

Sourced from react-native-nitro-modules's releases.

Release 0.32.0

0.32.0 (2025-12-23)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

❗️Breaking Changes

  • Generated Swift structs' individual properties should be read-only. Their setters have been removed to make this more obvious. (#1086) (78e17ba)

✨ Features

  • Add companion object to Kotlin enums/structs (#1084) (8cfcae6)
  • Make all C++ (and Swift) structs implement operator== (Equatable) (#1019) (ac0aee6)
  • Use OSLog instead of NSLog (#1100) (24d60bc)

💨 Performance Improvements

  • Cache jsi::PropNameIDs (makes Nitro 30% faster) (#1114) (c942637)
  • Cache calls to common JS functions (like Promise, Date, ...) (#1112) (50322d9)
  • Add bulk converter for AnyMap.toHashMap() for Kotlin (~50% faster) (#1109) (4c7eb73)
  • Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (#1118) (5e5312a)
  • Inline static JNI enum fields (#1123) (9565faa)

🐛 Bug Fixes

  • Fix Record<string, number> generating wrong code in Kotlin/fbjni (#1061) (85a5a0b)
  • Fix Android import path for ReactNativeVersion.h (#1108) (502fd6e)
  • Fix missing JUnit import for Promise<void> on Kotlin (#1105) (19646da)
  • Implement ThreadUtils in pure C++ on iOS (#1101) (b8ca08f)
  • Make structs final to prevent accidental subclassing (#1085) (1c11b25)
  • Prioritize pthread over of GCD APIs for getThreadName() (a9d5fad)
  • Remove postinstall hook from individual packages (#1088) (e7eae48)
  • Remove Swift struct setters, as they should be immutable (#1086) (78e17ba)

📚 Documentation

Release 0.32.0-beta.0

0.32.0-beta.0 (2025-12-18)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

... (truncated)

Commits
  • 03788f4 chore: release 0.32.0
  • d7b104b chore: Lockfile
  • 2eb56b1 docs: Fix it's -> its (#1125)
  • a08a827 docs: Add min NDK version r27 to minimum requirements (#1089)
  • 54ef31b chore(deps-dev): bump the babel group across 1 directory with 2 updates (#1091)
  • e0e130a chore(deps): bump the agp group across 4 directories with 1 update (#1096)
  • ac42666 chore(deps): bump actions/cache from 4 to 5 (#1099)
  • 9565faa perf: Inline static JNI enum fields (#1123)
  • 7cb28fc chore: Format
  • 5e5312a perf: Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (...
  • Additional commits viewable in compare view

Updates react-native-nitro-modules from 0.31.10 to 0.32.0

Release notes

Sourced from react-native-nitro-modules's releases.

Release 0.32.0

0.32.0 (2025-12-23)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

❗️Breaking Changes

  • Generated Swift structs' individual properties should be read-only. Their setters have been removed to make this more obvious. (#1086) (78e17ba)

✨ Features

  • Add companion object to Kotlin enums/structs (#1084) (8cfcae6)
  • Make all C++ (and Swift) structs implement operator== (Equatable) (#1019) (ac0aee6)
  • Use OSLog instead of NSLog (#1100) (24d60bc)

💨 Performance Improvements

  • Cache jsi::PropNameIDs (makes Nitro 30% faster) (#1114) (c942637)
  • Cache calls to common JS functions (like Promise, Date, ...) (#1112) (50322d9)
  • Add bulk converter for AnyMap.toHashMap() for Kotlin (~50% faster) (#1109) (4c7eb73)
  • Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (#1118) (5e5312a)
  • Inline static JNI enum fields (#1123) (9565faa)

🐛 Bug Fixes

  • Fix Record<string, number> generating wrong code in Kotlin/fbjni (#1061) (85a5a0b)
  • Fix Android import path for ReactNativeVersion.h (#1108) (502fd6e)
  • Fix missing JUnit import for Promise<void> on Kotlin (#1105) (19646da)
  • Implement ThreadUtils in pure C++ on iOS (#1101) (b8ca08f)
  • Make structs final to prevent accidental subclassing (#1085) (1c11b25)
  • Prioritize pthread over of GCD APIs for getThreadName() (a9d5fad)
  • Remove postinstall hook from individual packages (#1088) (e7eae48)
  • Remove Swift struct setters, as they should be immutable (#1086) (78e17ba)

📚 Documentation

Release 0.32.0-beta.0

0.32.0-beta.0 (2025-12-18)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

... (truncated)

Commits
  • 03788f4 chore: release 0.32.0
  • d7b104b chore: Lockfile
  • 2eb56b1 docs: Fix it's -> its (#1125)
  • a08a827 docs: Add min NDK version r27 to minimum requirements (#1089)
  • 54ef31b chore(deps-dev): bump the babel group across 1 directory with 2 updates (#1091)
  • e0e130a chore(deps): bump the agp group across 4 directories with 1 update (#1096)
  • ac42666 chore(deps): bump actions/cache from 4 to 5 (#1099)
  • 9565faa perf: Inline static JNI enum fields (#1123)
  • 7cb28fc chore: Format
  • 5e5312a perf: Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the nitro group with 2 updates in the / directory: [nitrogen](https://github.com/mrousavy/nitro) and [react-native-nitro-modules](https://github.com/mrousavy/nitro).
Bumps the nitro group with 1 update in the /example directory: [react-native-nitro-modules](https://github.com/mrousavy/nitro).


Updates `nitrogen` from 0.31.10 to 0.32.0
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.31.10...v0.32.0)

Updates `react-native-nitro-modules` from 0.31.10 to 0.32.0
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.31.10...v0.32.0)

Updates `react-native-nitro-modules` from 0.31.10 to 0.32.0
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.31.10...v0.32.0)

---
updated-dependencies:
- dependency-name: nitrogen
  dependency-version: 0.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nitro
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2025

Labels

The following labels could not be found: dependencies, nitro-core, nitrogen, typescript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant