Between version 4.25.2 and 4.25.4
On the lasted update we have this error, it's like lang-jinja was missing in the peerDeps.
[ERROR] Could not resolve "@codemirror/lang-jinja"
node_modules/.pnpm/@uiw+codemirror-extensions-langs@4.25.4_@codemirror+autocomplete@6.18.6_@codemirror+lan_918addad3ce5f05c9de1ab7d9c7aae16/node_modules/@uiw/codemirror-extensions-langs/esm/index.js:9:32:
9 │ import { jinja as _jinja } from '@codemirror/lang-jinja';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@codemirror/lang-jinja" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
Between version 4.25.2 and 4.25.4
On the lasted update we have this error, it's like lang-jinja was missing in the peerDeps.