[build-tools] Update @expo/env to v1 - #4232
Draft
ramonclaudio wants to merge 5 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## @ramonclaudio/dvt-119-eas-cli-env-mode #4232 +/- ##
==========================================================================
+ Coverage 63.86% 63.86% +0.01%
==========================================================================
Files 1032 1032
Lines 47482 47483 +1
Branches 9980 9980
==========================================================================
+ Hits 30321 30322 +1
Misses 17060 17060
Partials 101 101 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ramonclaudio
force-pushed
the
@ramonclaudio/dvt-119-build-tools-env-v1
branch
from
August 19, 2026 18:52
b6fdd1b to
16ceade
Compare
ramonclaudio
marked this pull request as ready for review
August 19, 2026 19:23
|
✅ 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.
Stacked on #4229.
Why
Build tools currently uses
@expo/envv0.4 while EAS CLI uses v1.0. We can't update to the latest version yet because it requires Node 20.12.0, so v1.0 lets us use one version for now and pass production mode directly when build tools loads app config env files.How
I updated build tools to use
@expo/envv1.0 and changed app config to useparseProjectEnv()instead of the oldload()API.Test Plan
Tests and package checks pass.