Skip to content

chore(deps-dev): bump react-native-builder-bob from 0.38.4 to 0.43.0#1211

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-native-builder-bob-0.43.0
Open

chore(deps-dev): bump react-native-builder-bob from 0.38.4 to 0.43.0#1211
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-native-builder-bob-0.43.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

[email protected]

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.

[email protected]

0.42.1 (2026-06-08)

Bug Fixes

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

[email protected]

0.42.0 (2026-06-08)

Bug Fixes

Features

[email protected]

... (truncated)

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

0.41.0 (2026-04-01)

Features

0.40.18 (2026-02-10)

Note: Version bump only for package react-native-builder-bob

0.40.17 (2025-12-10)

Bug Fixes

0.40.16 (2025-11-24)

Bug Fixes

0.40.15 (2025-11-12)

Bug Fixes

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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)

Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.38.4 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/[email protected]/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] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@dependabot dependabot Bot requested a review from Naturalclar as a code owner June 19, 2026 05:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants