update to latest npm packages (#128)

This commit is contained in:
Lars Hvam
2022-09-07 16:13:12 +02:00
committed by GitHub
parent dbb7af6d94
commit 95f41cb701
3 changed files with 81 additions and 49 deletions

118
package-lock.json generated
View File

@@ -9,10 +9,10 @@
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@abaplint/cli": "^2.93.6", "@abaplint/cli": "^2.93.10",
"@abaplint/runtime": "^2.1.42", "@abaplint/runtime": "^2.1.51",
"@abaplint/transpiler": "^2.1.42", "@abaplint/transpiler": "^2.1.51",
"@abaplint/transpiler-cli": "^2.1.42" "@abaplint/transpiler-cli": "^2.1.51"
}, },
"bin": { "bin": {
"abap-test-runner": "bin/run.sh" "abap-test-runner": "bin/run.sh"
@@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1", "@types/mocha": "^9.1.1",
"@types/node": "^18.7.14", "@types/node": "^18.7.15",
"chai": "^4.3.6", "chai": "^4.3.6",
"mocha": "^10.0.0", "mocha": "^10.0.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
@@ -28,9 +28,9 @@
} }
}, },
"node_modules/@abaplint/cli": { "node_modules/@abaplint/cli": {
"version": "2.93.6", "version": "2.93.10",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.6.tgz", "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.10.tgz",
"integrity": "sha512-SFys6pPlNLpSBm32mHbscUvF04yRx5B4VLdTAceokUS4FbF8I0TKihx2qlW5F/TsTfz1BpbYkc7/kyE5WMgx6g==", "integrity": "sha512-FWtRtCCNNXv5K+eKs9Hkyrw3mTBbcFebzvjYigSfka4f+CX9WABkUuMDF0EqgEkUbXOORcravByQhKXfuBnSyA==",
"bin": { "bin": {
"abaplint": "abaplint" "abaplint": "abaplint"
}, },
@@ -39,9 +39,9 @@
} }
}, },
"node_modules/@abaplint/core": { "node_modules/@abaplint/core": {
"version": "2.93.4", "version": "2.93.10",
"resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.93.4.tgz", "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.93.10.tgz",
"integrity": "sha512-a3JLt02X85TijyA0mumPm+u2SYy5iIFj6cicQDZY/94E0vlx3qndKy7tkfd7owBUqKK7gwZpO3UAT0bvHV0ISQ==", "integrity": "sha512-rOM8DWBqvalRTDeaAfjeaaOvbIKTb6pe3/DXPeb7xYBonTQzim1Y4ham+qa/D3wBlGr7/z0MB+Ykl+3/ECkFNw==",
"dependencies": { "dependencies": {
"fast-xml-parser": "^4.0.9", "fast-xml-parser": "^4.0.9",
"json5": "^2.2.1", "json5": "^2.2.1",
@@ -52,23 +52,26 @@
} }
}, },
"node_modules/@abaplint/runtime": { "node_modules/@abaplint/runtime": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.51.tgz",
"integrity": "sha512-iw5bXx9AOG6iOx39Oe2B2WVA6pdS5dQxA+twTCz3uIT7ABLO6SShpZU1ycr/WqU/hqOTMkMTuEp3F1RI3fo20A==" "integrity": "sha512-i2M6lrC32XzrPCM31s8XLT/gkhamhpbMVRai1Eeyz4dx5YpefmcYZbZsytBjSZzC2gJuZ5E3ufXhLR0b3MZUbw==",
"dependencies": {
"temporal-polyfill": "^0.0.8"
}
}, },
"node_modules/@abaplint/transpiler": { "node_modules/@abaplint/transpiler": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler/-/transpiler-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler/-/transpiler-2.1.51.tgz",
"integrity": "sha512-XHp3E/j3wWAghG8JDqXSExwkBk7QdFqaWq51j4K7bohOP4+73IjSKJucassl7NhiP5THKzg/GqchKOPr6p4wtQ==", "integrity": "sha512-4TrIEfCqoj3UzC6H7/Bsa1YNTJ/4JTCsarcLQhEL/eQ/SAOQVXVcpu3zIkDO7VlSaK844KNxToxUkNs2k33r8w==",
"dependencies": { "dependencies": {
"@abaplint/core": "^2.92.2", "@abaplint/core": "^2.93.9",
"source-map": "^0.7.4" "source-map": "^0.7.4"
} }
}, },
"node_modules/@abaplint/transpiler-cli": { "node_modules/@abaplint/transpiler-cli": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.1.51.tgz",
"integrity": "sha512-mt0qkc0bof78oElcVqLpexIGd6J+HwVFDuzjRW6WuQ73J6qdVtj0uzvxM6MZo/jJ6Cvb/tGpx5nswXljOf3Aiw==", "integrity": "sha512-c3HiYYiEZvtm8HXoZ2aJHv50qemLuAcHqPBngyPQi4wUQ4ps6uOrzsdgH1JF54ZgLSiKN8K8SOV+NlGAXj+0bw==",
"bin": { "bin": {
"abap_transpile": "abap_transpile" "abap_transpile": "abap_transpile"
} }
@@ -94,9 +97,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.7.14", "version": "18.7.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.14.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.15.tgz",
"integrity": "sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==", "integrity": "sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==",
"dev": true "dev": true
}, },
"node_modules/@ungap/promise-all-settled": { "node_modules/@ungap/promise-all-settled": {
@@ -1033,6 +1036,19 @@
"url": "https://github.com/chalk/supports-color?sponsor=1" "url": "https://github.com/chalk/supports-color?sponsor=1"
} }
}, },
"node_modules/temporal-polyfill": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.0.8.tgz",
"integrity": "sha512-IuA8GhS1PRC04H/zVNAIxJvCZQum6V5HjqFj7gz1a3SMUf/Kf1xIXILNYtxrWYnGqIU/RrDRxlCKCm/vmqnBvw==",
"dependencies": {
"temporal-spec": "0.0.3"
}
},
"node_modules/temporal-spec": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.0.3.tgz",
"integrity": "sha512-gJu7QRqn5c2vTSkYWGC4qz1i+FZ9C+Cz16UIBMRcjgXOsHfXeSIgaWUKeq/2rz1iNfFxvmF/ywqbfC6ggTpjkA=="
},
"node_modules/to-regex-range": { "node_modules/to-regex-range": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -1167,14 +1183,14 @@
}, },
"dependencies": { "dependencies": {
"@abaplint/cli": { "@abaplint/cli": {
"version": "2.93.6", "version": "2.93.10",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.6.tgz", "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.93.10.tgz",
"integrity": "sha512-SFys6pPlNLpSBm32mHbscUvF04yRx5B4VLdTAceokUS4FbF8I0TKihx2qlW5F/TsTfz1BpbYkc7/kyE5WMgx6g==" "integrity": "sha512-FWtRtCCNNXv5K+eKs9Hkyrw3mTBbcFebzvjYigSfka4f+CX9WABkUuMDF0EqgEkUbXOORcravByQhKXfuBnSyA=="
}, },
"@abaplint/core": { "@abaplint/core": {
"version": "2.93.4", "version": "2.93.10",
"resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.93.4.tgz", "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.93.10.tgz",
"integrity": "sha512-a3JLt02X85TijyA0mumPm+u2SYy5iIFj6cicQDZY/94E0vlx3qndKy7tkfd7owBUqKK7gwZpO3UAT0bvHV0ISQ==", "integrity": "sha512-rOM8DWBqvalRTDeaAfjeaaOvbIKTb6pe3/DXPeb7xYBonTQzim1Y4ham+qa/D3wBlGr7/z0MB+Ykl+3/ECkFNw==",
"requires": { "requires": {
"fast-xml-parser": "^4.0.9", "fast-xml-parser": "^4.0.9",
"json5": "^2.2.1", "json5": "^2.2.1",
@@ -1182,16 +1198,19 @@
} }
}, },
"@abaplint/runtime": { "@abaplint/runtime": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.1.51.tgz",
"integrity": "sha512-iw5bXx9AOG6iOx39Oe2B2WVA6pdS5dQxA+twTCz3uIT7ABLO6SShpZU1ycr/WqU/hqOTMkMTuEp3F1RI3fo20A==" "integrity": "sha512-i2M6lrC32XzrPCM31s8XLT/gkhamhpbMVRai1Eeyz4dx5YpefmcYZbZsytBjSZzC2gJuZ5E3ufXhLR0b3MZUbw==",
"requires": {
"temporal-polyfill": "^0.0.8"
}
}, },
"@abaplint/transpiler": { "@abaplint/transpiler": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler/-/transpiler-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler/-/transpiler-2.1.51.tgz",
"integrity": "sha512-XHp3E/j3wWAghG8JDqXSExwkBk7QdFqaWq51j4K7bohOP4+73IjSKJucassl7NhiP5THKzg/GqchKOPr6p4wtQ==", "integrity": "sha512-4TrIEfCqoj3UzC6H7/Bsa1YNTJ/4JTCsarcLQhEL/eQ/SAOQVXVcpu3zIkDO7VlSaK844KNxToxUkNs2k33r8w==",
"requires": { "requires": {
"@abaplint/core": "^2.92.2", "@abaplint/core": "^2.93.9",
"source-map": "^0.7.4" "source-map": "^0.7.4"
}, },
"dependencies": { "dependencies": {
@@ -1203,9 +1222,9 @@
} }
}, },
"@abaplint/transpiler-cli": { "@abaplint/transpiler-cli": {
"version": "2.1.42", "version": "2.1.51",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.1.42.tgz", "resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.1.51.tgz",
"integrity": "sha512-mt0qkc0bof78oElcVqLpexIGd6J+HwVFDuzjRW6WuQ73J6qdVtj0uzvxM6MZo/jJ6Cvb/tGpx5nswXljOf3Aiw==" "integrity": "sha512-c3HiYYiEZvtm8HXoZ2aJHv50qemLuAcHqPBngyPQi4wUQ4ps6uOrzsdgH1JF54ZgLSiKN8K8SOV+NlGAXj+0bw=="
}, },
"@types/chai": { "@types/chai": {
"version": "4.3.3", "version": "4.3.3",
@@ -1220,9 +1239,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "18.7.14", "version": "18.7.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.14.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.15.tgz",
"integrity": "sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==", "integrity": "sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==",
"dev": true "dev": true
}, },
"@ungap/promise-all-settled": { "@ungap/promise-all-settled": {
@@ -1891,6 +1910,19 @@
"has-flag": "^4.0.0" "has-flag": "^4.0.0"
} }
}, },
"temporal-polyfill": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.0.8.tgz",
"integrity": "sha512-IuA8GhS1PRC04H/zVNAIxJvCZQum6V5HjqFj7gz1a3SMUf/Kf1xIXILNYtxrWYnGqIU/RrDRxlCKCm/vmqnBvw==",
"requires": {
"temporal-spec": "0.0.3"
}
},
"temporal-spec": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.0.3.tgz",
"integrity": "sha512-gJu7QRqn5c2vTSkYWGC4qz1i+FZ9C+Cz16UIBMRcjgXOsHfXeSIgaWUKeq/2rz1iNfFxvmF/ywqbfC6ggTpjkA=="
},
"to-regex-range": { "to-regex-range": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",

View File

@@ -26,10 +26,10 @@
"require": "source-map-support/register" "require": "source-map-support/register"
}, },
"dependencies": { "dependencies": {
"@abaplint/transpiler-cli": "^2.1.42", "@abaplint/transpiler-cli": "^2.1.51",
"@abaplint/transpiler": "^2.1.42", "@abaplint/transpiler": "^2.1.51",
"@abaplint/cli": "^2.93.6", "@abaplint/cli": "^2.93.10",
"@abaplint/runtime": "^2.1.42" "@abaplint/runtime": "^2.1.51"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
@@ -38,6 +38,6 @@
"mocha": "^10.0.0", "mocha": "^10.0.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"typescript": "^4.8.2", "typescript": "^4.8.2",
"@types/node": "^18.7.14" "@types/node": "^18.7.15"
} }
} }

View File

@@ -112,7 +112,7 @@ class Runner {
execSync(`cp open-abap/src/exceptions/* ${this.tmpDir}/deps/`, {stdio: 'pipe'}); execSync(`cp open-abap/src/exceptions/* ${this.tmpDir}/deps/`, {stdio: 'pipe'});
execSync(`cp open-abap/src/cl_abap_char_utilities.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'}); execSync(`cp open-abap/src/cl_abap_char_utilities.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'});
execSync(`cp open-abap/src/cl_message_helper.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'}); execSync(`cp open-abap/src/cl_message_helper.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'});
execSync(`cp open-abap/src/cl_abap_math.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'}); execSync(`cp open-abap/src/math/cl_abap_math.clas.abap ${this.tmpDir}/deps/`, {stdio: 'pipe'});
// DDIC, avoid copying transparent database table artifacts // DDIC, avoid copying transparent database table artifacts
execSync(`cp -r open-abap/src/ddic/dtel/timestamp* ${this.tmpDir}/deps/`, {stdio: 'pipe'}); execSync(`cp -r open-abap/src/ddic/dtel/timestamp* ${this.tmpDir}/deps/`, {stdio: 'pipe'});