Skip to content

Commit 9246763

Browse files
committed
chore(deps): upgrade TypeScript 5.9.3 → 6.0.2
Major version upgrade. Added noUncheckedSideEffectImports: false to tsconfig.web.json (TS 6 defaults to true, which flags CSS imports handled by Vite). No other code changes needed. Lint, build, and 608 tests pass clean. Co-Authored-By: Rooty
1 parent f6afdba commit 9246763

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
"electron": "^41.2.0",
8989
"electron-builder": "^26.8.1",
9090
"electron-vite": "^5.0.0",
91-
"eslint": "^9.39.3",
91+
"eslint": "^9.39.4",
9292
"eslint-config-prettier": "^10.1.8",
9393
"eslint-plugin-react": "^7.37.5",
9494
"eslint-plugin-react-hooks": "^7.0.1",
9595
"husky": "^9.1.7",
9696
"jsdom": "^29.0.2",
9797
"lint-staged": "^16.4.0",
9898
"prettier": "^3.8.1",
99-
"typescript": "^5.9.3",
99+
"typescript": "^6.0.2",
100100
"typescript-eslint": "^8.58.1",
101101
"vitest": "^4.1.3"
102102
}

tsconfig.web.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"moduleResolution": "bundler",
66
"target": "ESNext",
77
"jsx": "react-jsx",
8+
"noUncheckedSideEffectImports": false,
89
"lib": ["ESNext", "DOM", "DOM.Iterable"],
910
"types": ["vitest/globals", "@testing-library/jest-dom/vitest"],
1011
"outDir": "out"

0 commit comments

Comments
 (0)