fix: update ts-jest, @types/jest, jest-circus for jest 30 compatibility

Co-authored-by: peter-evans <[email protected]>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-06 08:20:54 +00:00
co-authored by peter-evans
parent dbc9777aec
commit a7af1a9414
4 changed files with 5104 additions and 16343 deletions
+1975 -1126
View File
File diff suppressed because it is too large Load Diff
+3124 -15213
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -40,7 +40,7 @@
"https-proxy-agent": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^16.18.126",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
@@ -51,10 +51,10 @@
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.2.0",
"jest-circus": "^27.5.1",
"jest-circus": "^30.2.0",
"js-yaml": "^4.1.1",
"prettier": "^3.8.1",
"ts-jest": "^27.1.5",
"ts-jest": "^29.4.6",
"typescript": "^4.9.5"
}
}
+2 -1
View File
@@ -10,7 +10,8 @@
"declaration": true,
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["__test__", "lib", "node_modules"]
}