Merge branch 'main' into main

This commit is contained in:
gardian12 2024-10-18 21:57:15 +02:00 committed by GitHub
commit b7ac53e124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -23,14 +23,14 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.113.6", "@abaplint/cli": "^2.113.21",
"@abaplint/database-sqlite": "^2.8.25", "@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.11", "@abaplint/runtime": "^2.10.20",
"express": "^4.19.2", "express": "^4.21.1",
"@abaplint/transpiler-cli": "^2.10.11", "@abaplint/transpiler-cli": "^2.10.20",
"globals": "^15.9.0", "globals": "^15.11.0",
"abapmerge": "^0.16.0", "abapmerge": "^0.16.6",
"c8": "^10.1.2", "c8": "^10.1.2",
"eslint": "^9.9.1" "eslint": "^9.12.0"
} }
} }

View File

@ -90,7 +90,6 @@
"addFilenames": true, "addFilenames": true,
"addCommonJS": true, "addCommonJS": true,
"unknownTypes": "runtimeError", "unknownTypes": "runtimeError",
"keywords": ["return", "in", "class", "arguments"],
"extraSetup": "../test/setup.mjs", "extraSetup": "../test/setup.mjs",
"skip": [ "skip": [
{"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_get_t100_longtext", "method": "test01", "note": "uses MSAG from database"}, {"object": "ZCX_ABAPGIT_EXCEPTION", "class": "ltcl_get_t100_longtext", "method": "test01", "note": "uses MSAG from database"},