Updates Docusaurus to 3.9.2#502
Conversation
thadguidry
commented
Jan 2, 2026
- and prepares for Docusaurus 4.0.0
- and removes yarn (too many issues with Berry and PnP, and known issues with Docusaurus with yarn if not using node_modules Adding mermaid plugin breaks the document project when Yarn v4 is used and PnP is enabled. facebook/docusaurus#10645 )
- and prepares for Docusaurus 4.0.0 - and removes yarn (too many issues with Berry and PnP, and known issues with Docusaurus with yarn if not using node_modules facebook/docusaurus#10645 )
✅ Deploy Preview for openrefine-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
tfmorris
left a comment
There was a problem hiding this comment.
Thanks for the contribution! I've got a few questions and comments.
| blogSidebarCount: 'ALL', | ||
| onInlineAuthors: 'ignore', | ||
|
|
||
| onUntruncatedBlogPosts: 'ignore' |
There was a problem hiding this comment.
These are only warnings and seem like a useful nudge to the blog post writers to remember to include the truncation markers. What's the rationale for disabling the warnings?
There was a problem hiding this comment.
I think @magdmartin didn't like the trunaction markers. So, ??? Not sure what to do here, up to both of you.
| }, | ||
| "packageManager": "yarn@4.12.0" |
There was a problem hiding this comment.
| }, | |
| "packageManager": "yarn@4.12.0" | |
| } |
The PR comment says "removes Yarn" but this looks like it is actually adding Yarn. Let's keep that separate from the version updates. It's also looks like it could be the reason that CI/deploy is failing.
Co-authored-by: Tom Morris <tfmorris@gmail.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>