From e2a05a7ecab4f6322b30a477475a481602a7a883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:15:37 +0000 Subject: [PATCH 1/2] Bump the toolchain group with 3 updates Bumps the toolchain group with 3 updates: [@abaplint/cli](https://github.com/abaplint/abaplint), [@abap2ui5/linter](https://github.com/abap2UI5/linter) and [@abap2ui5/render-runtime](https://github.com/abap2UI5/linter/tree/HEAD/render-runtime). Updates `@abaplint/cli` from 2.120.33 to 2.120.39 - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/compare/v2.120.33...v2.120.39) Updates `@abap2ui5/linter` from 0.3.0 to 0.5.1 - [Release notes](https://github.com/abap2UI5/linter/releases) - [Changelog](https://github.com/abap2UI5/linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/abap2UI5/linter/compare/v0.3.0...v0.5.1) Updates `@abap2ui5/render-runtime` from 0.3.0 to 0.5.1 - [Release notes](https://github.com/abap2UI5/linter/releases) - [Changelog](https://github.com/abap2UI5/linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/abap2UI5/linter/commits/v0.5.1/render-runtime) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-version: 2.120.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: toolchain - dependency-name: "@abap2ui5/linter" dependency-version: 0.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: toolchain - dependency-name: "@abap2ui5/render-runtime" dependency-version: 0.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: toolchain ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f34eb34..f81d0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,18 +9,18 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@abap2ui5/linter": "^0.3.0", - "@abap2ui5/render-runtime": "^0.3.0", - "@abaplint/cli": "^2.120.33" + "@abap2ui5/linter": "^0.5.1", + "@abap2ui5/render-runtime": "^0.5.1", + "@abaplint/cli": "^2.120.39" }, "engines": { "node": ">=22" } }, "node_modules/@abap2ui5/linter": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@abap2ui5/linter/-/linter-0.3.0.tgz", - "integrity": "sha512-Z02eNr8Q1TbdEf7/EHbB0aUQmyZi/KvjMi89+H08AFwvJN5ZEPmIHfdge+cwgxqzS28CtUdDmWERsnnQblIz5w==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/linter/-/linter-0.5.1.tgz", + "integrity": "sha512-uMLwqyKUhScW3bkm4jd3vLLXb6gONgb2fMzSI2ZLwX2uQpVC6eR3M0eRIQTe5krFpxl/locK0H2OFZ4afj+VIQ==", "dev": true, "license": "MIT", "workspaces": [ @@ -33,7 +33,7 @@ "node": ">=22" }, "peerDependencies": { - "@abap2ui5/render-runtime": "^0.1.0 || ^0.2.0 || ^0.3.0" + "@abap2ui5/render-runtime": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0" }, "peerDependenciesMeta": { "@abap2ui5/render-runtime": { @@ -42,9 +42,9 @@ } }, "node_modules/@abap2ui5/render-runtime": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.3.0.tgz", - "integrity": "sha512-xXv3dJuD1qk5GS/u7p9V7g/Yf1wKu1qUj/ya1rSqeXKgvZ1AbaQGi0gJ7zukAjin+eNkAtXLira4kDFukEIhqw==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.5.1.tgz", + "integrity": "sha512-mSUH95lG+KCPehDEkyDmZnr92o6AAh7UtHtTib4L02e7N8KrqnvoHveFOK0kJHRXWjDTh4mbESX7cjis9tMXfA==", "dev": true, "license": "MIT", "dependencies": { @@ -67,9 +67,9 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.120.33", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.33.tgz", - "integrity": "sha512-M+nDlBxNxDEB3LNqZOX7YAFxar7rRD3+9bN7Pecn7wSMXho3wuxzxWH9Lx3+78yHNUJa96jWFpKuA7Xe3VE5sw==", + "version": "2.120.39", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.39.tgz", + "integrity": "sha512-Aq0CyET/VmQXwgLcY5y0IMQtvuYs4va5xRqsbl4X12uR/AbSNWMQuWpv98zJPxSpky0lmcVt3+IFLh19qZuq8Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4026f0d..072ddef 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ }, "homepage": "https://github.com/abap2UI5-addons/sql-console#readme", "devDependencies": { - "@abaplint/cli": "^2.120.33", - "@abap2ui5/linter": "^0.3.0", - "@abap2ui5/render-runtime": "^0.3.0" + "@abaplint/cli": "^2.120.39", + "@abap2ui5/linter": "^0.5.1", + "@abap2ui5/render-runtime": "^0.5.1" }, "engines": { "node": ">=22" From 6152560357f13d77fcf34720a3c4eac23291a524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Sep 2026 14:16:20 +0000 Subject: [PATCH 2/2] Refresh the abap2UI5-linter badges --- .github/badges/check-abap2ui5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/badges/check-abap2ui5.json b/.github/badges/check-abap2ui5.json index 687834f..f079674 100644 --- a/.github/badges/check-abap2ui5.json +++ b/.github/badges/check-abap2ui5.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "label": "check-abap2UI5", - "message": "86 rules passed", + "message": "93 rules passed", "color": "4c1", "labelColor": "555", "cacheSeconds": 3600