update ui5 linter

This commit is contained in:
oblomov-dev 2025-04-11 09:52:59 +00:00 committed by GitHub
parent 6adbe0c339
commit 01da727790
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1049 additions and 447 deletions

View File

@ -15,5 +15,4 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.11.0'
- run: cd app && npm i
- run: cd app && npm install --global @ui5/linter && ui5lint --ignore-pattern "webapp/index.html" "webapp/controller/View1.controller.js" --details
- run: cd app && npm i && npx ui5lint --ignore-pattern "webapp/index.html" "webapp/controller/View1.controller.js" --details

1479
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,14 +9,14 @@
],
"main": "webapp/index.html",
"devDependencies": {
"@abaplint/cli": "^2.113.101",
"@abaplint/cli": "^2.113.108",
"@sap/ui5-builder-webide-extension": "^1.1.9",
"@sap/ux-ui5-tooling": "1.16.3",
"@ui5/cli": "^4.0.13",
"@ui5/linter": "^1.9.0",
"@sap/ux-ui5-tooling": "1.17.1",
"@ui5/cli": "^4.0.14",
"@ui5/linter": "^1.12.0",
"mbt": "^1.2.34",
"rimraf": "^6.0.1",
"ui5-task-zipper": "^3.4.0"
"ui5-task-zipper": "^3.4.1"
},
"scripts": {
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#z2ui5-display\"",

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "abap2ui5",
"name": "abap2UI5",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "abap2ui5",
"name": "abap2UI5",
"version": "1.0.0",
"license": "MIT",
"dependencies": {