Skip to content

chore: pin @tiptap/extension-paragraph to 3.17.1 and unpin @tiptap/markdown#4474

Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
chore/1773069746-pin-tiptap-paragraph
Open

chore: pin @tiptap/extension-paragraph to 3.17.1 and unpin @tiptap/markdown#4474
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
chore/1773069746-pin-tiptap-paragraph

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

@tiptap/extension-paragraph was resolving to 3.19.0 transitively via @tiptap/starter-kit (which specifies ^3.17.1), causing empty paragraph nodes to render as   instead of actual empty lines — a known regression (tiptap#7546). This is particularly annoying when syncing notes to Obsidian, where   shows up as literal text.

Changes:

  • Added pnpm.overrides in root package.json to pin @tiptap/extension-paragraph to exact 3.17.1
  • Changed @tiptap/markdown from exact 3.17.1 to ^3.17.1 per request

Review & Testing Checklist for Human

  • Verify that empty lines in the editor no longer serialize as   in markdown output — open a note with empty lines, check the synced .md file
  • Confirm no regressions in paragraph rendering/editing behavior in the tiptap editor

Notes

  • Pre-existing typecheck failures in apps/web (blog editor toolbar) are unrelated to this change
  • Requested by @goranmoomin
  • Devin Session

…rkdown

Co-Authored-By: Sungbin Jo <goranmoomin@daum.net>
@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for hyprnote-storybook ready!

Name Link
🔨 Latest commit 153500d
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/69aee7295b9b6500088d1ffe
😎 Deploy Preview https://deploy-preview-4474--hyprnote-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 153500d
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/69aee7298d5d66000840739e
😎 Deploy Preview https://deploy-preview-4474--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant