chore(deps): upgrade TypeScript 6, Tailwind CSS 4, vitest, electron#25
Merged
Wintersta7e merged 2 commits intomainfrom Apr 1, 2026
Merged
chore(deps): upgrade TypeScript 6, Tailwind CSS 4, vitest, electron#25Wintersta7e merged 2 commits intomainfrom
Wintersta7e merged 2 commits intomainfrom
Conversation
Co-Authored-By: Rooty
Major upgrades: - TypeScript 5.5 → 6.0: Remove deprecated baseUrl/paths from tsconfig.web.json (unused aliases), replace NodeJS.Timeout with ReturnType<typeof setTimeout>, fix process reference for TS6 stricter global scope in renderer - Tailwind CSS 3.4 → 4.2: Migrate from JS config + PostCSS to CSS-first @theme config + @tailwindcss/vite plugin. Remove tailwind.config.js, postcss.config.js, autoprefixer, tailwindcss-animate deps - vitest 4.1.1 → 4.1.2 (patch) - electron 41.0.4 → 41.1.1 (minor) Blocked upgrades (waiting on upstream): - vite 8 / @vitejs/plugin-react 6: electron-vite 5.0.0 only supports vite ≤7 - eslint 10: eslint-plugin-react only supports eslint ≤9 All 295 tests pass. Build verified. Co-Authored-By: Rooty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
baseUrl/paths(unused aliases), fixedNodeJS.Timeout→ReturnType<typeof setTimeout>, fixedprocessreference for TS6 stricter global scope@theme+@tailwindcss/viteplugin. Removedtailwind.config.js,postcss.config.js,autoprefixer,tailwindcss-animateBlocked (waiting on upstream)
electron-vite5.0.0 only supports vite ≤7eslint-plugin-reactonly supports eslint ≤9Co-Authored-By: Rooty