Skip to content

chore(deps-dev): bump react-native-builder-bob from 0.40.18 to 0.43.0 in the root-development-tooling group across 1 directory#306

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/root-development-tooling-3f9510a865
Open

chore(deps-dev): bump react-native-builder-bob from 0.40.18 to 0.43.0 in the root-development-tooling group across 1 directory#306
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/root-development-tooling-3f9510a865

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the root-development-tooling group with 1 update in the / directory: react-native-builder-bob.

Updates react-native-builder-bob from 0.40.18 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

react-native-builder-bob@0.41.0

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

Commits
Install script changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 18, 2026
Bumps the root-development-tooling group with 1 update in the / directory: [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob).


Updates `react-native-builder-bob` from 0.40.18 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
  dependency-group: root-development-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump react-native-builder-bob from 0.40.18 to 0.43.0 in the root-development-tooling group chore(deps-dev): bump react-native-builder-bob from 0.40.18 to 0.43.0 in the root-development-tooling group across 1 directory Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/root-development-tooling-3f9510a865 branch from bf42310 to 30c4b43 Compare July 20, 2026 01:17
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