Skip to content

chore: Upgrade react-native-builder-bob to 0.41.0#1358

Closed
mrousavy wants to merge 2 commits into
mainfrom
chore/upgrade-react-native-builder-bob-0.41.0
Closed

chore: Upgrade react-native-builder-bob to 0.41.0#1358
mrousavy wants to merge 2 commits into
mainfrom
chore/upgrade-react-native-builder-bob-0.41.0

Conversation

@mrousavy

Copy link
Copy Markdown
Owner

Summary

  • upgrade react-native-builder-bob from 0.37.0 to 0.41.0
  • refresh the Bun lockfile for Bob's updated build dependency graph

Notes

Bob 0.40.0 changed the default template away from the previous dual CJS/ESM package setup toward ESM-only output. This package currently publishes both main and module outputs, and changing that would be a consumer-facing module-format migration, so this PR keeps the existing Bob targets intact.

Bob 0.41.0 also introduces a stricter tsc lookup path. In this Bun workspace it builds successfully by falling back to the repo-root node_modules/.bin/tsc, but prints a warning because Bob checks for node_modules/.bin/tsc under the package directory first. I did not hardcode a repo-relative tsc path into the published package config.

Validation

  • bun install --ignore-scripts
  • bun nitro typecheck
  • bun nitro build
  • git diff --check

@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nitro-docs Ready Ready Preview, Comment May 28, 2026 10:12am

Request Review

@mrousavy mrousavy force-pushed the chore/upgrade-react-native-builder-bob-0.41.0 branch from 854707b to d37d671 Compare May 27, 2026 20:27
@mrousavy mrousavy marked this pull request as ready for review May 27, 2026 20:45
@mrousavy mrousavy force-pushed the chore/upgrade-react-native-builder-bob-0.41.0 branch from d37d671 to 68473fb Compare May 27, 2026 22:24
@mrousavy

Copy link
Copy Markdown
Owner Author

Superseded by #1362, which folds the remaining package upgrades into a single PR.

@mrousavy mrousavy closed this May 28, 2026
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