Upgrade TypeScript to 5.9 (#30433)

GitOrigin-RevId: 7b11f258c0188f69fabd8fd0da709e0979fc8a4a
This commit is contained in:
Alf Eaton
2026-01-08 12:27:01 +00:00
committed by Copybot
parent 3986bae603
commit d1db34bcf0
5 changed files with 150 additions and 561 deletions

View File

@@ -8,8 +8,8 @@
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@vitest/eslint-plugin": "^1.5.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
@@ -25,7 +25,7 @@
"eslint-plugin-unicorn": "^56.0.0",
"prettier": "3.6.2",
"prettier-plugin-groovy": "0.2.1",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"engines": {
"npm": "11.4.2"