From eeb545c681f920b8e6dbda703b8ae849a7ad01c2 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:40:39 +0100 Subject: [PATCH 1/2] Update package.json --- package.json | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 1778aca5..6cca092a 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,40 @@ { - "name": "abap2ui5-samples", - "private": true, - "version": "1.0.0", - "description": "Layout Management for abap2UI5.", - "scripts": { - "syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ", - "downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc", - "init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src", - "cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/abap2UI5/samples.git" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/abap2UI5/samples.git" - }, - "homepage": "https://github.com/abap2UI5/samples#readme", - "devDependencies": { - "@abaplint/cli": "^2.113.86", - "@abaplint/database-sqlite": "^2.10.20", - "@abaplint/runtime": "^2.10.23", - "@abaplint/transpiler-cli": "^2.10.23", - "@types/node": "^22.10.5", - "buffer": "^6.0.3", - "copy-webpack-plugin": "^12.0.2", - "express": "^4.21.2", - "html-webpack-plugin": "^5.6.3", - "path-browserify": "^1.0.1", - "web-encoding": "^1.1.5", - "webpack-cli": "^6.0.1", - "webpack-dev-server": "^5.2.0", - "@playwright/test": "^1.49.1" - }, - "dependencies": { - "npm-check-updates": "^17.1.13" - } + "name": "abap2ui5-samples", + "private": true, + "version": "1.0.0", + "description": "Layout Management for abap2UI5.", + "scripts": { + "syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ", + "downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc", + "init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src", + "cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/abap2UI5/samples.git" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/abap2UI5/samples.git" + }, + "homepage": "https://github.com/abap2UI5/samples#readme", + "devDependencies": { + "@abaplint/cli": "^2.113.86", + "@abaplint/database-sqlite": "^2.10.20", + "@abaplint/runtime": "^2.10.23", + "@abaplint/transpiler-cli": "^2.10.23", + "@types/node": "^22.10.5", + "buffer": "^6.0.3", + "copy-webpack-plugin": "^12.0.2", + "express": "^4.21.2", + "html-webpack-plugin": "^5.6.3", + "path-browserify": "^1.0.1", + "web-encoding": "^1.1.5", + "webpack-cli": "^6.0.1", + "webpack-dev-server": "^5.2.0", + "@playwright/test": "^1.49.1" + }, + "dependencies": { + "npm-check-updates": "^17.1.13" } +} From 942b126f6f3b6c016c81e85100b3b20dbab74c21 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:41:43 +0100 Subject: [PATCH 2/2] Update ABAP_CLOUD.yaml --- .github/workflows/ABAP_CLOUD.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ABAP_CLOUD.yaml b/.github/workflows/ABAP_CLOUD.yaml index f4fefe6b..3856e56f 100644 --- a/.github/workflows/ABAP_CLOUD.yaml +++ b/.github/workflows/ABAP_CLOUD.yaml @@ -2,7 +2,6 @@ name: ABAP_CLOUD on: push: - branches: [standard] permissions: contents: read