chore(deps): bump builder-bob to 0.43, typescript to 6.0 + upgrading-guide fixes#11
Merged
Merged
Conversation
typescript ~6.0.3 matches the example's Expo SDK 57 baseline so root typecheck and the example compile against the same compiler line. bob 0.42/0.43 changed .d.ts extension emission and the source exports condition — neither affects this package (no `exports` field; output verified against the main/module/types paths via `npm publish --dry-run`, 45 files as before). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012rn1KYa8uH8ikwK3AaHaLP
The example's file:.. dependency was documented as a symlink, but yarn v1 copies the folder — which is why native/plugin edits need a re-sync before rebuilding, and why a stale nested node_modules inside the copy can surface duplicate react/react-native at runtime (expo-doctor catches it). Both bit during the SDK 55→57 upgrade. Also from that upgrade: the Expo walkthrough page is only a link hub (real breakage lists are at expo.dev/changelog/sdk-<N>), intermediate SDK majors carry their own minimums (56 raised Xcode/iOS), the vendor changelog endpoints need a documented fallback when they 5xx, and expo-doctor belongs in the standard bump loop. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012rn1KYa8uH8ikwK3AaHaLP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on the Expo 57 PR (merges into that branch; GitHub retargets when it lands).
Two commits:
react-native-builder-bob^0.40 → ^0.43 andtypescript~5.6 → ~6.0.3 (the Expo SDK 57 baseline, matching the example). bob 0.42/0.43 changed.d.tsextension emission and the source exports condition — neither affects this package (noexportsfield). Verified:yarn prepareregenerateslib/{commonjs,module,typescript}at the pathsmain/module/typespoint to; typecheck passes;npm publish --dry-runpacks the same 45 files.file:..resolves as a symlink (yarn v1 copies — which is why native/plugin edits need a re-sync and why a stale nestednode_modulesinside the copy causes duplicate react), and folds this upgrade's lessons into the Upgrading guide: per-SDK Expo release notes over the walkthrough hub,expo-doctorin the bump loop, changelog-endpoint fallbacks, read-the-full-delta.🤖 Generated with Claude Code
https://claude.ai/code/session_012rn1KYa8uH8ikwK3AaHaLP