corvée: met à jour les dépendances

- applique effect-ts go
This commit is contained in:
gcch 2026-04-14 11:00:55 +02:00
commit 7b5a595d58
4 changed files with 397 additions and 156 deletions

View file

@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/Effect-TS/tsgo/refs/heads/main/schema.json",
"compilerOptions": {
"allowArbitraryExtensions": true,
"allowImportingTsExtensions": true,
@ -36,6 +37,66 @@
"noUnusedParameters": true,
"plugins": [
{
"diagnosticSeverity": {
"anyUnknownInErrorContext": "error",
"asyncFunction": "warning",
"catchAllToMapError": "error",
"catchUnfailableEffect": "error",
"classSelfMismatch": "error",
"cryptoRandomUUID": "warning",
"cryptoRandomUUIDInEffect": "warning",
"deterministicKeys": "off",
"duplicatePackage": "warning",
"effectDoNotation": "error",
"effectFnIife": "error",
"effectFnImplicitAny": "error",
"effectFnOpportunity": "error",
"effectGenUsesAdapter": "error",
"effectInFailure": "error",
"effectInVoidSuccess": "error",
"effectMapFlatten": "warning",
"effectMapVoid": "error",
"effectSucceedWithVoid": "error",
"extendsNativeError": "warning",
"floatingEffect": "error",
"genericEffectServices": "off",
"globalConsole": "warning",
"globalConsoleInEffect": "warning",
"globalDate": "warning",
"globalDateInEffect": "warning",
"globalErrorInEffectCatch": "warning",
"globalErrorInEffectFailure": "warning",
"globalFetch": "warning",
"globalFetchInEffect": "warning",
"globalRandom": "warning",
"globalRandomInEffect": "warning",
"globalTimers": "warning",
"globalTimersInEffect": "warning",
"instanceOfSchema": "warning",
"layerMergeAllWithDependencies": "suggestion",
"lazyPromiseInEffectSync": "error",
"leakingRequirements": "warning",
"missedPipeableOpportunity": "warning",
"multipleEffectProvide": "error",
"newPromise": "warning",
"nodeBuiltinImport": "warning",
"nonObjectEffectServiceType": "error",
"outdatedApi": "error",
"preferSchemaOverJson": "warning",
"processEnv": "warning",
"processEnvInEffect": "warning",
"redundantSchemaTagIdentifier": "error",
"returnEffectInGen": "warning",
"runEffectInsideEffect": "error",
"scopeInLayerEffect": "warning",
"strictEffectProvide": "warning",
"tryCatchInEffectGen": "error",
"unnecessaryArrowBlock": "suggestion",
"unnecessaryEffectGen": "suggestion",
"unnecessaryFailYieldableError": "suggestion",
"unnecessaryPipe": "warning",
"unnecessaryPipeChain": "warning"
},
"name": "@effect/language-service"
}
],