Skip to content

chore(deps): bump the nitro group across 2 directories with 2 updates#73

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nitro-968eb0b1cb
Open

chore(deps): bump the nitro group across 2 directories with 2 updates#73
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nitro-968eb0b1cb

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 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.35.1

Release notes

Sourced from nitrogen's releases.

Release 0.35.1

0.35.1 (2026-03-13)

✨ Features

  • Add onDropView() to Hybrid Views (#1266) (dc233c5)
  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

📚 Documentation

  • Add guide about Android Context (NitroModules.applicationContext) (#1263) (16f24c3)
  • Remove unused Tabs imports (b0ebb5f)
  • Update docs to use new nitro.json schema (#1264) (038e68b)

Release 0.35.1-beta.2

What's Changed

Full Changelog: mrousavy/nitro@v0.35.1-beta.0...v0.35.1-beta.2

Release 0.35.1-beta.0

0.35.1-beta.0 (2026-03-11)

✨ Features

  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

Release 0.35.0

0.35.0 (2026-03-04)

❗️ Breaking Change

#1238 is the first breaking change after >1 year in Nitro. Unfortunately it is necessary, as it fixes a critical memory leak in Kotlin HybridObjects.

  • For app developers: Try upgrading to Nitro 0.35.x and attempt a build. If it fails due to anything looking like super.updateNative(...), JHybridObject, HybridBase, or AnyMapHolder, the Nitro library you are using needs to update to Nitro 0.35.x as well and re-generate their specs. Swift and C++ libraries will work fine, only Kotlin HybridObjects have a breaking change.
  • For library authors: Upgrade to Nitro 0.35.x (and nitrogen 0.35.x), and re-generate your specs. Follow these steps to migrate your library:
    1. Re-generating specs will automatically make your library compatible and implements the JHybridObject change.
    2. If you use bigint in your specs, replace it with either Int64 or UInt64:
       interface Math extends HybridObject<...> {

... (truncated)

Commits
  • 00111f9 chore: Release 0.35.1
  • 038e68b docs: Update docs to use new nitro.json schema (#1264)
  • dc233c5 feat: Add onDropView() to Hybrid Views (#1266)
  • b0ebb5f docs: Remove unused Tabs imports
  • 16f24c3 docs: Add guide about Android Context (NitroModules.applicationContext) (...
  • fb1102c chore: Restructure docs into folders (#1262)
  • cc9c86d chore: correct release to 0.35.1-beta.2
  • 2c0da09 chore: release 0.35.1
  • 6951022 chore: rename cpp to c++ for nitro.json (#1260)
  • f2d7bd7 chore: release 0.35.1-beta.0
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.35.1

0.35.1 (2026-03-13)

✨ Features

  • Add onDropView() to Hybrid Views (#1266) (dc233c5)
  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

📚 Documentation

  • Add guide about Android Context (NitroModules.applicationContext) (#1263) (16f24c3)
  • Remove unused Tabs imports (b0ebb5f)
  • Update docs to use new nitro.json schema (#1264) (038e68b)

Release 0.35.1-beta.2

What's Changed

Full Changelog: mrousavy/nitro@v0.35.1-beta.0...v0.35.1-beta.2

Release 0.35.1-beta.0

0.35.1-beta.0 (2026-03-11)

✨ Features

  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

Release 0.35.0

0.35.0 (2026-03-04)

❗️ Breaking Change

#1238 is the first breaking change after >1 year in Nitro. Unfortunately it is necessary, as it fixes a critical memory leak in Kotlin HybridObjects.

  • For app developers: Try upgrading to Nitro 0.35.x and attempt a build. If it fails due to anything looking like super.updateNative(...), JHybridObject, HybridBase, or AnyMapHolder, the Nitro library you are using needs to update to Nitro 0.35.x as well and re-generate their specs. Swift and C++ libraries will work fine, only Kotlin HybridObjects have a breaking change.
  • For library authors: Upgrade to Nitro 0.35.x (and nitrogen 0.35.x), and re-generate your specs. Follow these steps to migrate your library:
    1. Re-generating specs will automatically make your library compatible and implements the JHybridObject change.
    2. If you use bigint in your specs, replace it with either Int64 or UInt64:
       interface Math extends HybridObject<...> {

... (truncated)

Commits
  • 00111f9 chore: Release 0.35.1
  • 038e68b docs: Update docs to use new nitro.json schema (#1264)
  • dc233c5 feat: Add onDropView() to Hybrid Views (#1266)
  • b0ebb5f docs: Remove unused Tabs imports
  • 16f24c3 docs: Add guide about Android Context (NitroModules.applicationContext) (...
  • fb1102c chore: Restructure docs into folders (#1262)
  • cc9c86d chore: correct release to 0.35.1-beta.2
  • 2c0da09 chore: release 0.35.1
  • 6951022 chore: rename cpp to c++ for nitro.json (#1260)
  • f2d7bd7 chore: release 0.35.1-beta.0
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.35.1

0.35.1 (2026-03-13)

✨ Features

  • Add onDropView() to Hybrid Views (#1266) (dc233c5)
  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

📚 Documentation

  • Add guide about Android Context (NitroModules.applicationContext) (#1263) (16f24c3)
  • Remove unused Tabs imports (b0ebb5f)
  • Update docs to use new nitro.json schema (#1264) (038e68b)

Release 0.35.1-beta.2

What's Changed

Full Changelog: mrousavy/nitro@v0.35.1-beta.0...v0.35.1-beta.2

Release 0.35.1-beta.0

0.35.1-beta.0 (2026-03-11)

✨ Features

  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

Release 0.35.0

0.35.0 (2026-03-04)

❗️ Breaking Change

#1238 is the first breaking change after >1 year in Nitro. Unfortunately it is necessary, as it fixes a critical memory leak in Kotlin HybridObjects.

  • For app developers: Try upgrading to Nitro 0.35.x and attempt a build. If it fails due to anything looking like super.updateNative(...), JHybridObject, HybridBase, or AnyMapHolder, the Nitro library you are using needs to update to Nitro 0.35.x as well and re-generate their specs. Swift and C++ libraries will work fine, only Kotlin HybridObjects have a breaking change.
  • For library authors: Upgrade to Nitro 0.35.x (and nitrogen 0.35.x), and re-generate your specs. Follow these steps to migrate your library:
    1. Re-generating specs will automatically make your library compatible and implements the JHybridObject change.
    2. If you use bigint in your specs, replace it with either Int64 or UInt64:
       interface Math extends HybridObject<...> {

... (truncated)

Commits
  • 00111f9 chore: Release 0.35.1
  • 038e68b docs: Update docs to use new nitro.json schema (#1264)
  • dc233c5 feat: Add onDropView() to Hybrid Views (#1266)
  • b0ebb5f docs: Remove unused Tabs imports
  • 16f24c3 docs: Add guide about Android Context (NitroModules.applicationContext) (...
  • fb1102c chore: Restructure docs into folders (#1262)
  • cc9c86d chore: correct release to 0.35.1-beta.2
  • 2c0da09 chore: release 0.35.1
  • 6951022 chore: rename cpp to c++ for nitro.json (#1260)
  • f2d7bd7 chore: release 0.35.1-beta.0
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.35.1

0.35.1 (2026-03-13)

✨ Features

  • Add onDropView() to Hybrid Views (#1266) (dc233c5)
  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

📚 Documentation

  • Add guide about Android Context (NitroModules.applicationContext) (#1263) (16f24c3)
  • Remove unused Tabs imports (b0ebb5f)
  • Update docs to use new nitro.json schema (#1264) (038e68b)

Release 0.35.1-beta.2

What's Changed

Full Changelog: mrousavy/nitro@v0.35.1-beta.0...v0.35.1-beta.2

Release 0.35.1-beta.0

0.35.1-beta.0 (2026-03-11)

✨ Features

  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

Release 0.35.0

0.35.0 (2026-03-04)

❗️ Breaking Change

#1238 is the first breaking change after >1 year in Nitro. Unfortunately it is necessary, as it fixes a critical memory leak in Kotlin HybridObjects.

  • For app developers: Try upgrading to Nitro 0.35.x and attempt a build. If it fails due to anything looking like super.updateNative(...), JHybridObject, HybridBase, or AnyMapHolder, the Nitro library you are using needs to update to Nitro 0.35.x as well and re-generate their specs. Swift and C++ libraries will work fine, only Kotlin HybridObjects have a breaking change.
  • For library authors: Upgrade to Nitro 0.35.x (and nitrogen 0.35.x), and re-generate your specs. Follow these steps to migrate your library:
    1. Re-generating specs will automatically make your library compatible and implements the JHybridObject change.
    2. If you use bigint in your specs, replace it with either Int64 or UInt64:
       interface Math extends HybridObject<...> {

... (truncated)

Commits
  • 00111f9 chore: Release 0.35.1
  • 038e68b docs: Update docs to use new nitro.json schema (#1264)
  • dc233c5 feat: Add onDropView() to Hybrid Views (#1266)
  • b0ebb5f docs: Remove unused Tabs imports
  • 16f24c3 docs: Add guide about Android Context (NitroModules.applicationContext) (...
  • fb1102c chore: Restructure docs into folders (#1262)
  • cc9c86d chore: correct release to 0.35.1-beta.2
  • 2c0da09 chore: release 0.35.1
  • 6951022 chore: rename cpp to c++ for nitro.json (#1260)
  • f2d7bd7 chore: release 0.35.1-beta.0
  • Additional commits viewable in compare view

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

Release notes

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

Release 0.35.1

0.35.1 (2026-03-13)

✨ Features

  • Add onDropView() to Hybrid Views (#1266) (dc233c5)
  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

📚 Documentation

  • Add guide about Android Context (NitroModules.applicationContext) (#1263) (16f24c3)
  • Remove unused Tabs imports (b0ebb5f)
  • Update docs to use new nitro.json schema (#1264) (038e68b)

Release 0.35.1-beta.2

What's Changed

Full Changelog: mrousavy/nitro@v0.35.1-beta.0...v0.35.1-beta.2

Release 0.35.1-beta.0

0.35.1-beta.0 (2026-03-11)

✨ Features

  • Add new autolinking syntax to nitro.json - allow mixed C++ and Swift/Kotlin autolinked objects per platform (#1255) (2a2fc26)

🐛 Bug Fixes

  • Always fail lint-typescript/tsc job when typecheck fails (#1253) (60c35df)
  • Detect duplicate nitro JS installs before install (#1256) (bda45a5)
  • Fix stackoverflow in nitrogen (#1247) (857a456)

Release 0.35.0

0.35.0 (2026-03-04)

❗️ Breaking Change

#1238 is the first breaking change after >1 year in Nitro. Unfortunately it is necessary, as it fixes a critical memory leak in Kotlin HybridObjects.

  • For app developers: Try upgrading to Nitro 0.35.x and attempt a build. If it fails due to anything looking like super.updateNative(...), JHybridObject, HybridBase, or AnyMapHolder, the Nitro library you are using needs to update to Nitro 0.35.x as well and re-generate their specs. Swift and C++ libraries will work fine, only Kotlin HybridObjects have a breaking change.
  • For library authors: Upgrade to Nitro 0.35.x (and nitrogen 0.35.x), and re-generate your specs. Follow these steps to migrate your library:
    1. Re-generating specs will automatically make your library compatible and implements the JHybridObject change.
    2. If you use bigint in your specs, replace it with either Int64 or UInt64:
       interface Math extends HybridObject<...> {

... (truncated)

Commits
  • 00111f9 chore: Release 0.35.1
  • 038e68b docs: Update docs to use new nitro.json schema (#1264)
  • dc233c5 feat: Add onDropView() to Hybrid Views (#1266)
  • b0ebb5f docs: Remove unused Tabs imports
  • 16f24c3 docs: Add guide about Android Context (NitroModules.applicationContext) (...
  • fb1102c chore: Restructure docs into folders (#1262)
  • cc9c86d chore: correct release to 0.35.1-beta.2
  • 2c0da09 chore: release 0.35.1
  • 6951022 chore: rename cpp to c++ for nitro.json (#1260)
  • f2d7bd7 chore: release 0.35.1-beta.0
  • 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 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.35.1
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.31.10...v0.35.1)

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

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

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

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

---
updated-dependencies:
- dependency-name: nitrogen
  dependency-version: 0.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nitro
- dependency-name: react-native-nitro-modules
  dependency-version: 0.35.1
  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 Mar 13, 2026

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.

0 participants