fix: refresh yarn lock for immutable install#18895
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
when did this break earlier? |
|
It looks like it was introduced by The previous relevant main frontend run I found before that was green: The first visible failure with the exact Locally, the same failure reproduces on current main with |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18895 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 3018 3022 +4
Lines 39575 39655 +80
Branches 4849 4875 +26
=======================================
+ Hits 37931 38009 +78
- Misses 1230 1231 +1
- Partials 414 415 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
yarn.lockso Yarn 4.12.0 merges duplicateaxe-coreentriesyarn --immutablefailure currently seen onmainDocker/frontend buildsWhy
mainis failing in https://github.com/Altinn/altinn-studio/actions/runs/26171754766/job/76991119339 because Yarn wants to normalize theaxe-core@npm:4.11.4andaxe-core@npm:^4.2.0lock entries, but immutable installs reject that generated lockfile change.Testing
node .yarn/releases/yarn-4.12.0.cjs install --immutable --inline-buildscc @martinothamar