Clement Yan
Clement Yan
**What's the problem this PR addresses?** The docs website is on Docsaurus v2 which is not the latest major version Closes #5918 **How did you fix it?** Migrate to Docsaurus...
## What's the problem this PR addresses? Follow up to #6276 and #6352. The ESLint config has room for improvement - The include patterns are unnecessary wide and causes a...
**What's the problem this PR addresses?** The current method of CLI docs generation is very inefficient because it is synchronously blocking and memory-intensive. It can easily take up 40% of...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When using the client watch feature with the patched tsserver (introduced in TypeScript 5.3,...
## What's the problem this PR addresses? The CRA E2E test has been failing. CRA only supports ESLint up to v8 ## How did you fix it? Stop installing `eslint`...
## What's the problem this PR addresses? The SvelteKit E2E test has been failing ## How did you fix it? - `create-svelte` discontinued the `next` dist-tag, use `latest` instead -...
## What's the problem this PR addresses? Some Netlify settings are unclear because they are set through Netlify UI ## How did you fix it? Created a `netlify.toml` to capture...
## WORK-IN-PROGRESS Honestly I didn't envision this change become so big. There is a quite some more work to be done before this PR is ready so it may take...
## What's the problem this PR addresses? Some code blocks on the website were not highlighted correctly ## How did you fix it? - Added used languages to Docusaurus config...
## What's the problem this PR addresses? I was planning to update the built-in TypeScript patch when I encountered some inconveniences working with the built-in patches: - The patch generations...