[steps] Replace lodash.get with a local helper - #4283
Open
brentvatne wants to merge 2 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/bump-uuid-v11 #4283 +/- ##
=======================================================
+ Coverage 64.44% 64.47% +0.03%
=======================================================
Files 1048 1049 +1
Lines 48425 48464 +39
Branches 10203 10213 +10
=======================================================
+ Hits 31204 31243 +39
Misses 17105 17105
Partials 116 116 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
brentvatne
force-pushed
the
brent/remove-lodash-get
branch
from
August 26, 2026 21:05
3aac743 to
f123b70
Compare
brentvatne
force-pushed
the
brent/remove-lodash-get
branch
from
August 27, 2026 21:01
f123b70 to
bfdd522
Compare
|
✅ 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
@expo/stepsuseslodash.get@4.4.2, which is deprecated. Its call sites only need the path shapes generated by Steps templates and expression evaluation.How
lodash.getwith a small local helper.lodash.getand@types/lodash.getfrom the Steps manifest.Test Plan
yarn workspace @expo/steps typecheckyarn workspace @expo/steps test --runInBand --watchman=false(569 tests)Stack
minizlib3.1.0uuidv11lodash.get@expo/bunyanThis PR depends on #4282.