chore: prevent unintended changes to lock files#40037
chore: prevent unintended changes to lock files#40037
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
0960e00 to
a5a055d
Compare
a5a055d to
f529f76
Compare
|
The build is breaking on CI because it uses However, this mismatch seems to indicate we might not be shipping the intended versions of the packages? Needs further investigation |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #40037 +/- ##
===========================================
- Coverage 70.55% 70.50% -0.05%
===========================================
Files 3271 3271
Lines 116782 116782
Branches 21090 21104 +14
===========================================
- Hits 82393 82338 -55
- Misses 32338 32375 +37
- Partials 2051 2069 +18
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
We're changing CI scripts and Dockerfiles to break if there is a change to the monorepo's lock file. This prevents us from adding dependencies manually without committing
yarn.lockitself.Issue(s)
Steps to test or reproduce
Further comments