diff --git a/.github/badges/check-abap2ui5.json b/.github/badges/check-abap2ui5.json index f079674..aae54c5 100644 --- a/.github/badges/check-abap2ui5.json +++ b/.github/badges/check-abap2ui5.json @@ -1,8 +1,8 @@ { "schemaVersion": 1, "label": "check-abap2UI5", - "message": "93 rules passed", - "color": "4c1", + "message": "6 problems", + "color": "dfb317", "labelColor": "555", "cacheSeconds": 3600 } diff --git a/package-lock.json b/package-lock.json index a38d12d..dea2175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,18 +9,18 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@abap2ui5/linter": "^0.5.1", - "@abap2ui5/render-runtime": "^0.5.1", - "@abaplint/cli": "^2.120.37" + "@abap2ui5/linter": "^0.6.1", + "@abap2ui5/render-runtime": "^0.6.1", + "@abaplint/cli": "^2.120.42" }, "engines": { "node": ">=22" } }, "node_modules/@abap2ui5/linter": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@abap2ui5/linter/-/linter-0.5.1.tgz", - "integrity": "sha512-uMLwqyKUhScW3bkm4jd3vLLXb6gONgb2fMzSI2ZLwX2uQpVC6eR3M0eRIQTe5krFpxl/locK0H2OFZ4afj+VIQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/linter/-/linter-0.6.1.tgz", + "integrity": "sha512-0VCspV/Mn3m5v66GcoezDLY7GPo9A7YO111uP3qTm4c8uH0pSzp4/LNhYlmPwAmupc3v9kICLdMWTuCi5vGYrg==", "dev": true, "license": "MIT", "workspaces": [ @@ -33,7 +33,7 @@ "node": ">=22" }, "peerDependencies": { - "@abap2ui5/render-runtime": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0" + "@abap2ui5/render-runtime": ">=0.1.0 <0.7.0" }, "peerDependenciesMeta": { "@abap2ui5/render-runtime": { @@ -42,9 +42,9 @@ } }, "node_modules/@abap2ui5/render-runtime": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.5.1.tgz", - "integrity": "sha512-mSUH95lG+KCPehDEkyDmZnr92o6AAh7UtHtTib4L02e7N8KrqnvoHveFOK0kJHRXWjDTh4mbESX7cjis9tMXfA==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.6.1.tgz", + "integrity": "sha512-s45w9UZ6N0IWRONUcybKL/pYQTmeByy5CWb5mA1AsxCvK7+3xZ8LhuIAYJa2OxJxjRDuY2j1TtqU92m716Kg0g==", "dev": true, "license": "MIT", "dependencies": { @@ -67,9 +67,9 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.120.37", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.37.tgz", - "integrity": "sha512-kQT7Bgj3jgrJYtoklADh1o9C2b967l1YPQYkvJFwHSnkyngHyBNpiqLl4m/m5h9BdP681k85UG+H3HG8UwLQ/A==", + "version": "2.120.42", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.42.tgz", + "integrity": "sha512-hv6u2Tdz4hHi3QT2mDrl0rQxYjiLyL7k6L+7IiMEYN49H8Tig/0FJoa6jto0eybCTk66YJdcE8bO0rfYE9zGGQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 48090c7..b090301 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ }, "homepage": "https://github.com/abap2UI5-addons/table-content-loader#readme", "devDependencies": { - "@abaplint/cli": "^2.120.37", - "@abap2ui5/linter": "^0.5.1", - "@abap2ui5/render-runtime": "^0.5.1" + "@abaplint/cli": "^2.120.42", + "@abap2ui5/linter": "^0.6.1", + "@abap2ui5/render-runtime": "^0.6.1" }, "engines": { "node": ">=22"