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

[C] Upgrade packages #203

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

[C] Upgrade packages #203

wants to merge 10 commits into from

Conversation

jen-castiron
Copy link
Contributor

@jen-castiron jen-castiron commented Oct 18, 2024

PHEW. This is a major update of all packages and a fix for Algolia search.

Updates:

  • Upgrade all packages, including:
    • Docusaurus 2.0 -> 3.5
    • React 16 -> 18
  • Update docusaurus config
  • Move from JS to Typescript (type checking!)
  • Move Sass and Styled Components to PostCSS (less libraries, consistent code base!)
  • Update swizzled templates as needed
  • Update markdown files, fix markdown errors
  • Upgrade from Yarn 1 to Yarn 4 (better cli & version control!)
  • Upgrade node version

Fixes:

  • Algolia, which no longer supported the previous version of docusaurus
  • Some styling bugs from the old site

Some improvements from Docusaurus 3.x:

  • Improved mobile sidebar navigation
  • Improved mobile page navigation
  • Improved HTML semantics
  • Checks and warns if links are broken on build
  • For more info, see Docusaurus' 3.x blog posts: https://docusaurus.io/blog

TODO:

  • Update github actions to use yarn 4

@jen-castiron jen-castiron changed the title [C][WIP] Upgrade packages [C] Upgrade packages Oct 21, 2024
- Upgrade all packages
- Move from JS to Typescript
- Move Sass and Styled Components to PostCSS
- Update swizzled templates as needed
- Update markdown files, fix markdown errors
- Upgrade from Yarn 1 to Yarn 4
- Update docusaurus config
@jen-castiron jen-castiron marked this pull request as ready for review October 23, 2024 17:42
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