forketyfork_obsidian-food-t.../.github
Forketyfork 3cf3715435
fix(build): use yarn install --immutable and pin CodeMirror peer deps
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.
2026-02-09 09:56:31 +01:00
..
workflows fix(build): use yarn install --immutable and pin CodeMirror peer deps 2026-02-09 09:56:31 +01:00
dependabot.yml Formatting 2025-08-14 16:55:06 +02:00