fix: update broken yarn.lock file#4603
Merged
zachaller merged 1 commit intoargoproj:masterfrom Jan 30, 2026
Merged
Conversation
Signed-off-by: Rizwana777 <rizwananaaz177@gmail.com>
|
Contributor
Published E2E Test Results 4 files 4 suites 3h 25m 58s ⏱️ For more details on these failures, see this check. Results for commit 89240b3. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4603 +/- ##
==========================================
- Coverage 84.40% 84.34% -0.06%
==========================================
Files 164 164
Lines 18849 18849
==========================================
- Hits 15909 15899 -10
- Misses 2077 2082 +5
- Partials 863 868 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Published Unit Test Results2 373 tests 2 373 ✅ 3m 4s ⏱️ Results for commit 89240b3. |
zachaller
approved these changes
Jan 30, 2026
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.



It was observed that due to broken yarn.lock file, the Argo Rollouts source-code fails to build on disconnected systems which uses npm cache to provide node packages. This PR fixes the yarn.lock file by simply running yarn install in the ui directory.
It might be broken because the lockfile have been manually edited without full regeneration, resulting in missing entries for:
loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0loader-utils@2.0.0(exact version required by react-dev-utils)loader-runner@^2.4.0These packages are dependencies required by:
Checklist:"fix(controller): Updates such and such. Fixes #1234".