mirror of
https://github.com/forketyfork/obsidian-food-tracker.git
synced 2026-07-22 13:00:26 +00:00
Issue: CI workflows used plain yarn install instead of --immutable, and @codemirror/state and @codemirror/view were specified with caret ranges that resolved to versions not matching what obsidian requests as peer dependencies. Solution: Use yarn install --immutable in build and publish workflows to ensure CI fails on lockfile mismatches. Pin @codemirror/state to 6.5.0 and @codemirror/view to 6.38.6 to satisfy the exact versions requested by the obsidian package. |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||