1 Commits

Author SHA1 Message Date
3f29785565 Update dependency eslint to v9
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is failing
2025-01-13 22:36:20 +00:00
4 changed files with 1008 additions and 1286 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
commands:
- npm install
- npm run lint
- name: build
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,14 +39,14 @@ depends_on:
steps:
- name: build
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm install
- npm run build
- name: deploy
image: drillster/drone-rsync@sha256:8f850004f5bf9b3bcb5ce360876a9786f67d3a1f18861084f4252d3d4c5ee3b5
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
settings:
hosts: [ "www.wtf-eg.net" ]
user: onboarding

2266
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,23 +9,23 @@
},
"dependencies": {
"bootstrap": "5.3.3",
"core-js": "3.43.0",
"core-js": "3.40.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.17"
"vue": "3.5.13"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.5",
"@babel/eslint-parser": "7.25.9",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.17",
"@vue/eslint-config-standard": "9.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.20.0",
"@vue/compiler-sfc": "3.5.13",
"@vue/eslint-config-standard": "8.0.1",
"eslint": "9.18.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.33.0"
"eslint-plugin-vue": "9.32.0"
}
}

View File

@ -3,7 +3,7 @@
"extends": [
"config:best-practices",
"npm:unpublishSafe",
":maintainLockFilesMonthly",
":maintainLockFilesWeekly",
":pinAllExceptPeerDependencies",
":prHourlyLimitNone",
":prConcurrentLimitNone",