Skip to content

chore: bump react-native-builder-bob from 0.41.0 to 0.43.0 in /packages/react-native-nitro-modules - #1638

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/react-native-nitro-modules/react-native-builder-bob-0.43.0
Open

chore: bump react-native-builder-bob from 0.41.0 to 0.43.0 in /packages/react-native-nitro-modules#1638
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/react-native-nitro-modules/react-native-builder-bob-0.43.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-builder-bob from 0.41.0 to 0.43.0.

Release notes

Sourced from react-native-builder-bob's releases.

react-native-builder-bob@0.43.0

0.43.0 (2026-06-16)

Features

This is a breaking change for libraries that use react-native-builder-bob/vite-config

They now must add the custom condition to their vite config. To preserve existing behavior, add conditions: ['source'] under resolve:

  export default defineConfig((env) =>
    mergeConfig(config(env), {
      resolve: {
        alias: {
          [pack.name]: new URL('..', import.meta.url),
        },
+       conditions: ['source'],
        dedupe: Object.keys(pack.peerDependencies),
      },
    })
  );

This also drops react-native-builder-bob/metro-config. Migrate to react-native-monorepo-config) instead.

react-native-builder-bob@0.42.1

0.42.1 (2026-06-08)

Bug Fixes

  • rework typescript binary resolution to use node resolution (17225a9) - by @

react-native-builder-bob@0.42.0

0.42.0 (2026-06-08)

Bug Fixes

Features

Changelog

Sourced from react-native-builder-bob's changelog.

0.43.0 (2026-06-16)

Features

0.42.1 (2026-06-08)

Bug Fixes

  • rework typescript binary resolution to use node resolution (17225a9) - by @

0.42.0 (2026-06-08)

Bug Fixes

Features

Commits

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 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)

@dependabot dependabot Bot added dependencies Issue/PR is related to dependencies or updates nitro-core Issue is related to the Nitro Modules core runtime/C++ codebase typescript Issue regarding the TypeScript part of Nitro/Nitrogen labels Sep 7, 2026
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
nitro-docs Ready Ready Preview Sep 7, 2026 9:26pm UTC

Request Review

Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.41.0 to 0.43.0.
- [Release notes](https://github.com/callstack/react-native-builder-bob/releases)
- [Changelog](https://github.com/callstack/react-native-builder-bob/blob/main/packages/react-native-builder-bob/CHANGELOG.md)
- [Commits](https://github.com/callstack/react-native-builder-bob/commits/react-native-builder-bob@0.43.0/packages/react-native-builder-bob)

---
updated-dependencies:
- dependency-name: react-native-builder-bob
  dependency-version: 0.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
github-actions Bot force-pushed the dependabot/bun/packages/react-native-nitro-modules/react-native-builder-bob-0.43.0 branch from 8f39dc0 to 1542aaa Compare September 7, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue/PR is related to dependencies or updates nitro-core Issue is related to the Nitro Modules core runtime/C++ codebase typescript Issue regarding the TypeScript part of Nitro/Nitrogen

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants