[local-build-plugin] Replace bunyan with @expo/bunyan - #4284
Open
brentvatne wants to merge 8 commits into
Open
Conversation
This was referenced Aug 26, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## brent/remove-lodash-get #4284 +/- ##
===========================================================
+ Coverage 64.47% 64.51% +0.04%
===========================================================
Files 1049 1052 +3
Lines 48464 48517 +53
Branches 10213 10224 +11
===========================================================
+ Hits 31243 31294 +51
- Misses 17105 17107 +2
Partials 116 116 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
brentvatne
force-pushed
the
brent/local-build-expo-bunyan
branch
from
August 26, 2026 21:05
34af071 to
acabc8f
Compare
…ent/local-build-expo-bunyan # Conflicts: # CHANGELOG.md # packages/local-build-plugin/package.json # yarn.lock
|
✅ Thank you for adding the changelog entry! |
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.
Why
The local-build plugin directly depends on legacy
bunyan, which brings deprecated transitive packages and thedtrace-providerinstall script.How
@expo/bunyanonly in the local-build plugin.@expo/loggeron legacy Bunyan so rotating-file streams remain supported.packages/steps/cli.shinvokes its formatter binary.Test Plan
yarn workspace @expo/logger test --runInBand --watchman=false(11 tests)yarn workspace @expo/logger typecheckyarn workspace @expo/build-tools typecheckyarn workspace eas-cli-local-build-plugin typecheckyarn workspace @expo/steps typecheckyarn workspace @expo/steps run bunyan --versionStack
minizlib3.1.0uuidv11lodash.get@expo/bunyanThis PR depends on #4283.