From feb6adf0a1bea58e8690c5481e5f96ba390bd7fa Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 1 May 2023 12:21:23 +0200 Subject: [PATCH] update npm packages to latest (#6241) --- abaplint.json | 1 + package.json | 6 +++--- test/abap_transpile.json | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/abaplint.json b/abaplint.json index ee3247615..6d08c8ec9 100644 --- a/abaplint.json +++ b/abaplint.json @@ -49,6 +49,7 @@ "globalMacros": [] }, "rules": { + "select_single_full_key": false, "strict_sql": false, "cds_comment_style": true, "change_if_to_case": false, diff --git a/package.json b/package.json index 7f02b3bbb..a2e9abce5 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.97.17", + "@abaplint/cli": "^2.99.1", "@abaplint/database-sqlite": "^2.6.0", - "@abaplint/runtime": "^2.6.30", - "@abaplint/transpiler-cli": "^2.6.30", + "@abaplint/runtime": "^2.6.39", + "@abaplint/transpiler-cli": "^2.6.39", "abapmerge": "^0.15.0", "c8": "^7.13.0", "eslint": "^8.39.0" diff --git a/test/abap_transpile.json b/test/abap_transpile.json index dda014ae6..8046c6822 100644 --- a/test/abap_transpile.json +++ b/test/abap_transpile.json @@ -90,7 +90,6 @@ {"object": "ZCL_ABAPGIT_SERIALIZE", "class": "ltcl_serialize", "method": "unsupported", "note": "Void type: KO100"}, {"object": "ZCL_ABAPGIT_SERIALIZE", "class": "ltcl_serialize", "method": "ignored", "note": "Void type: KO100"}, {"object": "ZCL_ABAPGIT_SERIALIZE", "class": "ltcl_i18n", "method": "test", "note": "Void type: DD02V"}, - {"object": "ZCL_ABAPGIT_SERIALIZE", "class": "ltcl_determine_max_threads", "method": "determine_max_threads", "note": "??"}, {"object": "ZCL_ABAPGIT_FILE_STATUS", "class": "ltcl_calculate_status", "method": "deleted_remote", "note": "READ TABLE subrc 4 vs subrc 8"}, {"object": "ZCL_ABAPGIT_FILE_STATUS", "class": "ltcl_calculate_status", "method": "complete", "note": "READ TABLE subrc 4 vs subrc 8"}, @@ -117,7 +116,7 @@ {"object": "ZCL_ABAPGIT_XML_OUTPUT", "class": "ltcl_xml_output", "method": "render_xml_string", "note": "kernel_call_transformation.mi_writer.get(...).if_sxml_writer$open_element is not a function"}, {"object": "ZCL_ABAPGIT_XML_OUTPUT", "class": "ltcl_xml_output", "method": "add_simple_object", "note": "kernel_call_transformation.mi_writer.get(...).if_sxml_writer$open_element is not a function"}, {"object": "ZCL_ABAPGIT_XML_INPUT", "class": "ltcl_xml", "method": "up"}, - {"object": "ZCL_ABAPGIT_XML_INPUT", "class": "ltcl_xml", "method": "empty"}, + {"object": "ZCL_ABAPGIT_XML_INPUT", "class": "ltcl_xml", "method": "empty", "note": "missing implementation of if_ixml_document$create_attribute_ns in open abap"}, {"object": "ZCL_ABAPGIT_XML_INPUT", "class": "ltcl_xml", "method": "down"}, {"object": "ZCL_ABAPGIT_SOTR_HANDLER", "class": "ltcl_sotr_handler", "method": "sotr_wda_0001", "note": "Void type: SOTR_HEAD"},