You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When addressed we can re-enable the updates and switch from @types/markdown-it v13 to v14 (which we actually end up relying on v14 of the actual markdown-it library transitively due to prosemirror-markdown).
# Pull Request
## 🤨 Rationale
The `@types/markdown-it` updates were disabled due to an issue in
prosemirror-markdown. See #2326
## 👩💻 Implementation
Disabled `@types/markdown-it` in the renovate config.
## 🧪 Testing
Will see if the renovate merge PR is successful after.
## ✅ Checklist
- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
ProseMirror/prosemirror-markdown#124 was merged but we are still blocked on release. After release the pinned version of @types/markdown-it should be updated to align with the version of markdown-it used by prosemirror-markdown.
Unfortunately we should not enable renovate as we need to manually align the @types/markdown-it version to what is used by our version of prosemirror-markdown so it should be a manual task added to #1747.
🧹 Tech Debt
The
@types/markdown-it
updates were disabled due to an issue inprosemirror-markdown
, see ProseMirror/prosemirror-markdown#124When addressed we can re-enable the updates and switch from
@types/markdown-it
v13 to v14 (which we actually end up relying on v14 of the actualmarkdown-it
library transitively due toprosemirror-markdown
).Additional discussion here: #2318 (comment)
The text was updated successfully, but these errors were encountered: