From ce6f2aed5c5b75448dbfc7b0fc6d843a5caace04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:09:39 +0000 Subject: [PATCH] Bump the toolchain group with 2 updates Bumps the toolchain group with 2 updates: [@abaplint/cli](https://github.com/abaplint/abaplint) and [@abap2ui5/render-runtime](https://github.com/abap2UI5/linter/tree/HEAD/render-runtime). Updates `@abaplint/cli` from 2.119.66 to 2.120.24 - [Release notes](https://github.com/abaplint/abaplint/releases) - [Commits](https://github.com/abaplint/abaplint/compare/v2.119.66...v2.120.24) Updates `@abap2ui5/render-runtime` from 0.1.1 to 0.2.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.2.1/render-runtime) --- updated-dependencies: - dependency-name: "@abaplint/cli" dependency-version: 2.120.24 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: toolchain - dependency-name: "@abap2ui5/render-runtime" dependency-version: 0.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: toolchain ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4f9b08..8e348db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "devDependencies": { "@abap2ui5/linter": "^0.2.1", - "@abap2ui5/render-runtime": "^0.1.1", - "@abaplint/cli": "^2.119.66" + "@abap2ui5/render-runtime": "^0.2.1", + "@abaplint/cli": "^2.120.24" }, "engines": { "node": ">=22" @@ -42,9 +42,9 @@ } }, "node_modules/@abap2ui5/render-runtime": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.1.1.tgz", - "integrity": "sha512-41O4amDSbHWynzXiTjWYp1XC+dVbWc58flTkTTCJUjXwYXW6mJBmMiLxBSpCz1pMXa4LL3QAZq8IXk7Yy2664g==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@abap2ui5/render-runtime/-/render-runtime-0.2.1.tgz", + "integrity": "sha512-AqTRg1ydDvfGBu0Io0Jih7Xpzfc21vE0NwO8bw/FnOfqXJO/g9VoS2KcwlMJWK9/w5ocrUOaVVmHeFBq8GN7pg==", "dev": true, "license": "MIT", "dependencies": { @@ -66,16 +66,16 @@ } }, "node_modules/@abaplint/cli": { - "version": "2.119.66", - "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.119.66.tgz", - "integrity": "sha512-Anjsm5G0jUnWwEAZrk2Ckm0we+VCrwjc/MOMSSk+774VJ6ka1ovkj981Y8BJdbxcKgKzIvn+D/ddap/tdxMFbw==", + "version": "2.120.24", + "resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.120.24.tgz", + "integrity": "sha512-NOIxEvjhFeUDTxa3UYwiAbGiHaEC9r9u/b8eh3LoqWitt6rG7Z/FGAYnGgD8swGfpZe3vXp5atDyOJFhZ2DbUQ==", "dev": true, "license": "MIT", "bin": { "abaplint": "abaplint" }, "engines": { - "node": ">=18.0.0" + "node": ">=22.0.0" }, "funding": { "url": "https://github.com/sponsors/larshp" diff --git a/package.json b/package.json index 73fcb0a..f96ce1f 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ }, "homepage": "https://github.com/abap2UI5-addons/sql-console#readme", "devDependencies": { - "@abaplint/cli": "^2.119.66", + "@abaplint/cli": "^2.120.24", "@abap2ui5/linter": "^0.2.1", - "@abap2ui5/render-runtime": "^0.1.1" + "@abap2ui5/render-runtime": "^0.2.1" }, "engines": { "node": ">=22"