Skip to content

build(deps): bump react-native-nitro-modules from 0.29.8 to 0.30.0 in /example#71

Closed
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/npm_and_yarn/example/react-native-nitro-modules-0.30.0
Closed

build(deps): bump react-native-nitro-modules from 0.29.8 to 0.30.0 in /example#71
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/npm_and_yarn/example/react-native-nitro-modules-0.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 12, 2025

Bumps react-native-nitro-modules from 0.29.8 to 0.30.0.

Release notes

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

Release 0.30.0

0.30.0 (2025-10-11)

🐛 Bug Fixes

  • Fix Array<T> in struct generating an identical secondary constructor in Kotlin (#933) (e732809)
  • Fix all-empty/optional structs being wrongfully detected in variants (#934) (428583b)
  • Make structs not primitively copyable (#932) (2afa03c)
  • Pin Bun to 1.2 in CI (#942) (1551aaa)
  • Remove noexcept from a method that can throw (#938) (d58a6b4)
  • Upgrade yargs (#939) (1f05ee6)

📚 Documentation

  • Add <name> to nitrogen init command (6e6f346)
Commits
  • 0fa5dc0 chore: release 0.30.0
  • 1551aaa fix: Pin Bun to 1.2 in CI (#942)
  • bc53ce5 chore: Run nitrogen
  • 2afa03c fix: Make structs not primitively copyable (#932)
  • d58a6b4 fix: Remove noexcept from a method that can throw (#938)
  • 1f05ee6 fix: Upgrade yargs (#939)
  • 7de6e7d chore: Add test for arrays of nested structs being corrupted after copy (#937)
  • 6e6f346 docs: Add \<name> to nitrogen init command
  • 428583b fix: Fix all-empty/optional structs being wrongfully detected in variants (#934)
  • e732809 fix: Fix Array\<T> in struct generating an identical secondary constructor...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

patrickkabwe and others added 9 commits October 2, 2025 05:20
* feat(android): add NitroText HybridView implementation

- add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge

- share component descriptor/state logic so Fabric can hydrate props on Android

- update TypeScript entrypoint, codegen pipeline, and example app for Android support

* feat: add support for `onTextLayout`

* feat: implement fragment background color support in NitroText
* feat(android): add html support

- add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge

- share component descriptor/state logic so Fabric can hydrate props on Android

- update TypeScript entrypoint, codegen pipeline, and example app for Android support

* feat: add support for `onTextLayout`

* feat: implement fragment background color support in NitroText

* feat(android): html support
* feat(android): add NitroText HybridView implementation

- add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge

- share component descriptor/state logic so Fabric can hydrate props on Android

- update TypeScript entrypoint, codegen pipeline, and example app for Android support

* feat: add support for `onTextLayout`

* feat: implement fragment background color support in NitroText

* feat(android): html support

* feat: enhance NitroText with improved HTML rendering and whitespace handling

- Implemented HTML fragment parsing to support a wider range of HTML elements and styles.
- Added functionality to trim trailing whitespace in both HTML and text content.
- Updated NitroText component to handle various inline and block elements, ensuring proper rendering and styling.
- Enhanced the example app to showcase new HTML features and improved text layout.

* feat: html support on ios

- Introduced NitroHtmlRenderer for better HTML parsing and rendering capabilities.
- Updated NitroTextImpl to support HTML content and fragment background colors.
- Refactored NitroText to streamline rendering logic and improve performance.
- Enhanced NitroTextView to handle link interactions more effectively.
- Improved whitespace handling in text rendering for better layout consistency.
Bumps com.android.tools.build:gradle from 8.12.1 to 8.13.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nitrogen](https://github.com/mrousavy/nitro) from 0.29.6 to 0.29.8.
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.29.6...v0.29.8)

---
updated-dependencies:
- dependency-name: nitrogen
  dependency-version: 0.29.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump `nitrogen` and `react-native-nitro-modules` versions to `0.29.8` in `package.json`, `example/package.json`, and `bun.lock`.
- Update `Podfile.lock` to reflect the new `NitroModules` version.
- Modify Kotlin and Swift bridge files to enhance type safety with `NON_NULL` annotations.
- Refactor vector handling in Swift to utilize `FastVectorCopy` for better performance.
- Enhanced the README with clearer feature descriptions and added icons for better visual appeal.
- Updated sections for Requirements, Installation, Usage, Platform Support, Why NitroText, Development, Credits, and Contributing to improve readability and engagement.
- Added a table for platform support details and refined the language for a more user-friendly experience.
## [1.1.0-next.1](v1.0.3...v1.1.0-next.1) (2025-10-08)

### ✨ Features

* add android support ([#49](#49)) ([369ad10](369ad10))
* **android:** add html support ([#52](#52)) ([ca1ffb0](ca1ffb0))
* **ios:** add html support ([#56](#56)) ([02f0a9c](02f0a9c))

### 📚 Documentation

* add CONTRIBUTING.md and issue templates for better community engagement ([#48](#48)) ([a213abe](a213abe))
* update README.md for improved clarity and formatting ([#59](#59)) ([dbe93aa](dbe93aa))

### 🛠️ Other changes

* bum up nitro 0.29.8 ([#57](#57)) ([e550832](e550832))
Bumps [react-native-nitro-modules](https://github.com/mrousavy/nitro) from 0.29.8 to 0.30.0.
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.29.8...v0.30.0)

---
updated-dependencies:
- dependency-name: react-native-nitro-modules
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Oct 12, 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.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/example/react-native-nitro-modules-0.30.0 branch October 12, 2025 06:06
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