Skip to content

Upgrade dev dependencies and fix react externalization#7

Merged
ConsoleTVs merged 2 commits into
mainfrom
chore/upgrade-dev-dependencies
May 10, 2026
Merged

Upgrade dev dependencies and fix react externalization#7
ConsoleTVs merged 2 commits into
mainfrom
chore/upgrade-dev-dependencies

Conversation

@ConsoleTVs
Copy link
Copy Markdown
Member

Summary

  • Upgrade all dev dependencies to latest versions (vite 8.0.11, vitest 4.1.5, typescript 6.0.3, oxlint 1.63.0, oxfmt 0.48.0, vite-plugin-dts 5.0.0, etc.)
  • Fix vite-plugin-dts config: rename outDir to outDirs (breaking change in v5)
  • Fix react externalization in build config to use regex pattern (/^react(-dom)?(\/.*)?$/), preventing react-compiler-runtime CJS module from being inlined into the ESM bundle — this caused require("react") errors in ESM-only consumer environments

Upgrade all dev dependencies to latest versions. Fix build
externalization to use regex pattern for react packages, preventing
react-compiler-runtime CJS module from being inlined into the ESM
bundle (which caused require() errors in ESM-only environments).
@ConsoleTVs ConsoleTVs marked this pull request as ready for review May 10, 2026 21:42
@ConsoleTVs ConsoleTVs force-pushed the chore/upgrade-dev-dependencies branch from ec5069b to 7632b39 Compare May 10, 2026 21:46
@ConsoleTVs ConsoleTVs force-pushed the chore/upgrade-dev-dependencies branch from 7632b39 to 8c92fa7 Compare May 10, 2026 21:47
@ConsoleTVs ConsoleTVs merged commit ba5a904 into main May 10, 2026
3 checks passed
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