Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upgrade to Docusaurus 3 #563

Merged
merged 15 commits into from
May 31, 2024
Merged

build: upgrade to Docusaurus 3 #563

merged 15 commits into from
May 31, 2024

Conversation

erickzhao
Copy link
Member

@erickzhao erickzhao commented May 16, 2024

At a high level, this PR is making a bunch of breaking changes:

  • Docusaurus 3
  • MDX 3
  • React 18

In order to accomplish that, we had to:

  • Change imports across the board from CJS to ESM.
  • Convert docusaurus.config.js to docusaurus.config.ts (drops ts-node as a dep).
  • Rewrite Remark plugins to use MDX 2+ AST syntax.

@erickzhao erickzhao marked this pull request as ready for review May 16, 2024 00:18
@erickzhao erickzhao requested a review from a team as a code owner May 16, 2024 00:18
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 16, 2024 00:18 Inactive
@erickzhao erickzhao marked this pull request as draft May 16, 2024 00:59
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 16, 2024 01:02 Inactive
@erickzhao erickzhao marked this pull request as ready for review May 16, 2024 01:02
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 16, 2024 04:49 Inactive
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 23, 2024 18:35 Inactive
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 28, 2024 21:45 Inactive
@MarshallOfSound MarshallOfSound temporarily deployed to electronjsorg-new-pr-563 May 31, 2024 19:55 Inactive
@erickzhao erickzhao merged commit 7f807ef into main May 31, 2024
3 checks passed
@erickzhao erickzhao deleted the docusaurus-3 branch May 31, 2024 22:10
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.

None yet

3 participants