Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

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.1

Release notes

Sourced from nitrogen's releases.

Release 0.32.1

0.32.1 (2026-01-07)

✨ Features

💨 Performance Improvements

🐛 Bug Fixes

  • Compare Swift/Kotlin references in equals(...) (#1129) (6505c2a)
  • Disable view recycling until we can overload it in Swift/Kotlin (#1132) (225d222)
  • Make computed properties with setters enumerable (#1126) (2e79d82)
  • Remove dynamic year from copyright in generated files (#1131) (8442fa1)
  • Sync parallel prototype initialization calls via std::mutex to prevent race conditions (#1130) (f049f9f)

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)

... (truncated)

Commits
  • afa41ba chore: release 0.32.1
  • 1eba471 chore(deps): bump @​react-navigation/native in /example (#1128)
  • 376f7b5 chore: Allow concurrent Harness runs on main
  • 7a80184 perf: Use ASCII instead of UTF8 for PropNames (#1133)
  • a17adee feat: Add Harness for testing (#1122)
  • 225d222 fix: Disable view recycling until we can overload it in Swift/Kotlin (#1132)
  • 8442fa1 fix: Remove dynamic year from copyright in generated files (#1131)
  • 41b8e69 chore: Exclude libNitroModules in template
  • 6505c2a fix: Compare Swift/Kotlin references in equals(...) (#1129)
  • f049f9f fix: Sync parallel prototype initialization calls via std::mutex to prevent...
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.32.1

0.32.1 (2026-01-07)

✨ Features

💨 Performance Improvements

🐛 Bug Fixes

  • Compare Swift/Kotlin references in equals(...) (#1129) (6505c2a)
  • Disable view recycling until we can overload it in Swift/Kotlin (#1132) (225d222)
  • Make computed properties with setters enumerable (#1126) (2e79d82)
  • Remove dynamic year from copyright in generated files (#1131) (8442fa1)
  • Sync parallel prototype initialization calls via std::mutex to prevent race conditions (#1130) (f049f9f)

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)

... (truncated)

Commits
  • afa41ba chore: release 0.32.1
  • 1eba471 chore(deps): bump @​react-navigation/native in /example (#1128)
  • 376f7b5 chore: Allow concurrent Harness runs on main
  • 7a80184 perf: Use ASCII instead of UTF8 for PropNames (#1133)
  • a17adee feat: Add Harness for testing (#1122)
  • 225d222 fix: Disable view recycling until we can overload it in Swift/Kotlin (#1132)
  • 8442fa1 fix: Remove dynamic year from copyright in generated files (#1131)
  • 41b8e69 chore: Exclude libNitroModules in template
  • 6505c2a fix: Compare Swift/Kotlin references in equals(...) (#1129)
  • f049f9f fix: Sync parallel prototype initialization calls via std::mutex to prevent...
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.32.1

0.32.1 (2026-01-07)

✨ Features

💨 Performance Improvements

🐛 Bug Fixes

  • Compare Swift/Kotlin references in equals(...) (#1129) (6505c2a)
  • Disable view recycling until we can overload it in Swift/Kotlin (#1132) (225d222)
  • Make computed properties with setters enumerable (#1126) (2e79d82)
  • Remove dynamic year from copyright in generated files (#1131) (8442fa1)
  • Sync parallel prototype initialization calls via std::mutex to prevent race conditions (#1130) (f049f9f)

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)

... (truncated)

Commits
  • afa41ba chore: release 0.32.1
  • 1eba471 chore(deps): bump @​react-navigation/native in /example (#1128)
  • 376f7b5 chore: Allow concurrent Harness runs on main
  • 7a80184 perf: Use ASCII instead of UTF8 for PropNames (#1133)
  • a17adee feat: Add Harness for testing (#1122)
  • 225d222 fix: Disable view recycling until we can overload it in Swift/Kotlin (#1132)
  • 8442fa1 fix: Remove dynamic year from copyright in generated files (#1131)
  • 41b8e69 chore: Exclude libNitroModules in template
  • 6505c2a fix: Compare Swift/Kotlin references in equals(...) (#1129)
  • f049f9f fix: Sync parallel prototype initialization calls via std::mutex to prevent...
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.32.1

0.32.1 (2026-01-07)

✨ Features

💨 Performance Improvements

🐛 Bug Fixes

  • Compare Swift/Kotlin references in equals(...) (#1129) (6505c2a)
  • Disable view recycling until we can overload it in Swift/Kotlin (#1132) (225d222)
  • Make computed properties with setters enumerable (#1126) (2e79d82)
  • Remove dynamic year from copyright in generated files (#1131) (8442fa1)
  • Sync parallel prototype initialization calls via std::mutex to prevent race conditions (#1130) (f049f9f)

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)

... (truncated)

Commits
  • afa41ba chore: release 0.32.1
  • 1eba471 chore(deps): bump @​react-navigation/native in /example (#1128)
  • 376f7b5 chore: Allow concurrent Harness runs on main
  • 7a80184 perf: Use ASCII instead of UTF8 for PropNames (#1133)
  • a17adee feat: Add Harness for testing (#1122)
  • 225d222 fix: Disable view recycling until we can overload it in Swift/Kotlin (#1132)
  • 8442fa1 fix: Remove dynamic year from copyright in generated files (#1131)
  • 41b8e69 chore: Exclude libNitroModules in template
  • 6505c2a fix: Compare Swift/Kotlin references in equals(...) (#1129)
  • f049f9f fix: Sync parallel prototype initialization calls via std::mutex to prevent...
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.32.1

0.32.1 (2026-01-07)

✨ Features

💨 Performance Improvements

🐛 Bug Fixes

  • Compare Swift/Kotlin references in equals(...) (#1129) (6505c2a)
  • Disable view recycling until we can overload it in Swift/Kotlin (#1132) (225d222)
  • Make computed properties with setters enumerable (#1126) (2e79d82)
  • Remove dynamic year from copyright in generated files (#1131) (8442fa1)
  • Sync parallel prototype initialization calls via std::mutex to prevent race conditions (#1130) (f049f9f)

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)

... (truncated)

Commits
  • afa41ba chore: release 0.32.1
  • 1eba471 chore(deps): bump @​react-navigation/native in /example (#1128)
  • 376f7b5 chore: Allow concurrent Harness runs on main
  • 7a80184 perf: Use ASCII instead of UTF8 for PropNames (#1133)
  • a17adee feat: Add Harness for testing (#1122)
  • 225d222 fix: Disable view recycling until we can overload it in Swift/Kotlin (#1132)
  • 8442fa1 fix: Remove dynamic year from copyright in generated files (#1131)
  • 41b8e69 chore: Exclude libNitroModules in template
  • 6505c2a fix: Compare Swift/Kotlin references in equals(...) (#1129)
  • f049f9f fix: Sync parallel prototype initialization calls via std::mutex to prevent...
  • 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.1
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.31.10...v0.32.1)

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

Labels

The following labels could not be found: 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

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant