Compare commits

..

1 Commits

Author SHA1 Message Date
147a415ede 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
2024-12-16 21:37:58 +00:00
3 changed files with 327 additions and 418 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc image: node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc image: node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
@ -39,7 +39,7 @@ depends_on:
steps: steps:
- name: build - name: build
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc image: node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:

733
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"core-js": "3.40.0", "core-js": "3.39.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
"vue": "3.5.13" "vue": "3.5.13"
@ -22,9 +22,9 @@
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"eslint": "9.18.0", "eslint": "9.17.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1", "eslint-plugin-n": "17.15.0",
"eslint-plugin-promise": "7.2.1", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.32.0" "eslint-plugin-vue": "9.32.0"
} }