* chore: update yarn to 4.12.0
* ci(release): publish with yarn instead of npm
* chore: update browsers list db
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
* chore(deps): add a resolution for react types
docusaurus is using react types v18, while discordeno uses v19
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
* fix: prefix the jsx element type with the react namespace
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
* chore(deps): update @rspack/core to v1.6.8
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
---------
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
Co-authored-by: Fleny <Fleny113@outlook.com>
* chore(website): Remove styled-components
This also allows us to remove the loading screen on page load as the styles are now loaded by the browser itself.
* chore(website): Update dependencies
* Remove clsx
* Update dependencies
Also update markdown onBrokenMarkdownLinks options as it now deprecated in favor of markdown.hooks.onBrokenMarkdownLinks
* Update dependencies
* Update website deps, remove 1s load time
* Run biome migrate
* Test without terser plugin
* Do not always default to MDX
* remove webpack terser plugin
* Add some exclusions to website/tsconfig
* Migrate eslint and prettier to biomejs
This does NOT include examples/bigbot as it has its own formatter
* Update to biome 1.8.0
* Readd dotenv dev dependency to rest
During a merge it got lost