Files
OmniRoute/config
marioschoenert-code 6614780c36 fix(deps): declare remark-gfm as a direct dependency (#13162)
MarkdownMessage.tsx and other client components import remark-gfm
directly, but it was only present transitively via fumadocs-mdx (a
devDependency). npm's hoisting happens to resolve it, masking the
issue, but pnpm's strict node_modules isolation fails with
"Module not found: Can't resolve 'remark-gfm'" since the package was
never declared as a direct dependency of the app.

Add it explicitly to package.json/package-lock.json and the
supply-chain dependency allowlist.

Co-authored-by: marioschoenert-code <291579285+marioschoenert-code@users.noreply.github.com>
2026-09-18 12:23:48 -03:00
..