From b3c4cecf39a21392757b33c79f37ea88f266c5e0 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 15 Mar 2023 08:13:44 +0100 Subject: [PATCH] update npm packages (#6140) --- abaplint.json | 1 + package.json | 8 ++++---- test/abap_transpile.json | 6 ++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/abaplint.json b/abaplint.json index 2fa91046b..dfa4427f4 100644 --- a/abaplint.json +++ b/abaplint.json @@ -148,6 +148,7 @@ "^cl_abap_syst", "^SABP_T_TADIR_KEYS$", "^CL_OO_SOURCE$", + "^cx_xco_news_exception$", "^CL_SAUNIT_INTERNAL_RESULT$", "^CL_AUCV_TEST_RUNNER_ABSTRACT$", "^IF_SAUNIT_INTERNAL_RESULT$", diff --git a/package.json b/package.json index 5b79d1854..7c1247280 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,12 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.95.34", + "@abaplint/cli": "^2.95.42", "@abaplint/database-sqlite": "^2.5.4", - "@abaplint/runtime": "^2.5.21", - "@abaplint/transpiler-cli": "^2.5.21", + "@abaplint/runtime": "^2.5.36", + "@abaplint/transpiler-cli": "^2.5.36", "abapmerge": "^0.15.0", "c8": "^7.13.0", - "eslint": "^8.35.0" + "eslint": "^8.36.0" } } diff --git a/test/abap_transpile.json b/test/abap_transpile.json index 556d60d2e..246fef1ef 100644 --- a/test/abap_transpile.json +++ b/test/abap_transpile.json @@ -130,7 +130,7 @@ {"object": "ZCL_ABAPGIT_INJECTOR", "class": "ltcl_no_dependency_injection", "method": "no_injection"}, {"object": "ZCL_ABAPGIT_INJECTOR", "class": "ltcl_simple_dependency_inject", "method": "simple_injection"}, - {"object": "ZCL_ABAPGIT_ENVIRONMENT", "class": "ltcl_test", "method": "is_repo_object_changes_allowed", "note": "Void type: TADIR-EDTFLAG"}, + {"object": "ZCL_ABAPGIT_ENVIRONMENT", "class": "ltcl_test", "method": "is_repo_object_changes_allowed", "note": "Void type: UVERS"}, {"object": "ZCL_ABAPGIT_FILE_DESERIALIZE", "class": "ltcl_prio_deserialization", "method": "clas_before_pinf", "note": "hmm, something with promises? or cyclic requires"}, {"object": "ZCL_ABAPGIT_FILE_DESERIALIZE", "class": "ltcl_prio_deserialization", "method": "ddls_before_dcls", "note": "hmm, something with promises?"}, @@ -191,9 +191,7 @@ {"object": "ZCL_ABAPGIT_SERVICES_BASIS", "class": "ltcl_create_package", "method": "raise_error_if_package_exists", "note": "Void type: SCOMPKDTLN"}, {"object": "ZCL_ABAPGIT_SERVICES_BASIS", "class": "ltcl_create_package", "method": "package_given_in_popup", "note": "Void type: SCOMPKDTLN"}, {"object": "ZCL_ABAPGIT_SERVICES_BASIS", "class": "ltcl_create_package", "method": "package_not_created_when_canc", "note": "Void type: SCOMPKDTLN"}, - {"object": "ZCL_ABAPGIT_SERVICES_BASIS", "class": "ltcl_create_package", "method": "package_created_when_confirm", "note": "Void type: SCOMPKDTLN"}, - - {"object": "ZCL_ABAPGIT_REPO_CHECKSUMS", "class": "ltcl_test_checksums", "method": "rebuild_simple", "note": "??"} + {"object": "ZCL_ABAPGIT_SERVICES_BASIS", "class": "ltcl_create_package", "method": "package_created_when_confirm", "note": "Void type: SCOMPKDTLN"} ] } }