Skip to content

Upgrades Smoot Design #2261

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Upgrades Smoot Design #2261

wants to merge 3 commits into from

Conversation

jonkafton
Copy link
Contributor

@jonkafton jonkafton commented May 23, 2025

What are the relevant tickets?

N/A

Description (What does it do?)

Upgrades smoot-design to capture recent changes to the AiChat:

Also needed to mock the rehype-mathjax package, introduced recently to Smoot Design, and its dependencies for Jest. These are ESM only packages. Although Jest using the @swc/jest does support ESM, node modules are not transformed by default, so we need to either transform or mock. Transforming is a pain as we'd need to list every dependency of the rehype-mathjax entrypoint in transformIgnorePatterns.

@jonkafton jonkafton marked this pull request as draft May 23, 2025 17:03
@jonkafton jonkafton marked this pull request as ready for review May 28, 2025 21:14
@jonkafton jonkafton added the Needs Review An open Pull Request that is ready for review label May 28, 2025
@jonkafton jonkafton changed the title Upgrades Smoot Upgrades Smoot Design May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review An open Pull Request that is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant