Skip to content

Commit f2f31b4

Browse files
committed
chore: upgrade TypeScript to v6 and update dev dependencies
Upgrade TypeScript from ^5.9.3 to ^6.0.2 in the pnpm workspace catalog. Also bumps electron, esbuild, eslint, vitest, and other dev dependencies to fix high security vulnerabilities.
1 parent c9e552d commit f2f31b4

3 files changed

Lines changed: 592 additions & 587 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -546,18 +546,18 @@
546546
"@testing-library/react": "^16.3.2",
547547
"@tsconfig/node22": "^22.0.5",
548548
"@types/mocha": "^10.0.10",
549-
"@types/node": "^22.19.15",
549+
"@types/node": "^22.19.17",
550550
"@types/proper-lockfile": "^4.1.4",
551551
"@types/react": "catalog:",
552552
"@types/react-dom": "catalog:",
553553
"@types/semver": "^7.7.1",
554554
"@types/ua-parser-js": "0.7.39",
555555
"@types/vscode": "1.106.0",
556556
"@types/ws": "^8.18.1",
557-
"@typescript-eslint/eslint-plugin": "^8.57.2",
558-
"@typescript-eslint/parser": "^8.57.2",
557+
"@typescript-eslint/eslint-plugin": "^8.58.0",
558+
"@typescript-eslint/parser": "^8.58.0",
559559
"@vitejs/plugin-react": "catalog:",
560-
"@vitest/coverage-v8": "^4.1.2",
560+
"@vitest/coverage-v8": "^4.1.3",
561561
"@vscode/test-cli": "^0.0.12",
562562
"@vscode/test-electron": "^2.5.2",
563563
"@vscode/vsce": "^3.7.1",
@@ -566,25 +566,25 @@
566566
"coder": "catalog:",
567567
"concurrently": "^9.2.1",
568568
"dayjs": "^1.11.20",
569-
"electron": "37.7.0",
570-
"esbuild": "^0.27.4",
571-
"eslint": "^10.1.0",
569+
"electron": "39.8.1",
570+
"esbuild": "^0.28.0",
571+
"eslint": "^10.2.0",
572572
"eslint-config-prettier": "^10.1.8",
573573
"eslint-import-resolver-typescript": "^4.4.4",
574574
"eslint-plugin-import-x": "^4.16.2",
575575
"eslint-plugin-package-json": "^0.91.1",
576576
"globals": "^17.4.0",
577-
"jsdom": "^29.0.1",
577+
"jsdom": "^29.0.2",
578578
"jsonc-eslint-parser": "^3.1.0",
579579
"memfs": "^4.57.1",
580580
"prettier": "^3.8.1",
581581
"react": "catalog:",
582582
"react-dom": "catalog:",
583583
"typescript": "catalog:",
584-
"typescript-eslint": "^8.57.2",
584+
"typescript-eslint": "^8.58.0",
585585
"utf-8-validate": "^6.0.6",
586586
"vite": "catalog:",
587-
"vitest": "^4.1.2"
587+
"vitest": "^4.1.3"
588588
},
589589
"extensionPack": [
590590
"ms-vscode-remote.remote-ssh"

0 commit comments

Comments
 (0)