15 Commits

Author SHA1 Message Date
f7f05efa0a Update dependency eslint-plugin-vue to v10
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-08-03 08:36:18 +00:00
d41568001b Merge pull request 'Update dependency eslint-plugin-n to v17.21.3' (#211) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #211
2025-08-01 18:06:00 +02:00
630ab8e5e8 Merge pull request 'Update Node.js to v22.17.1' (#213) from renovate/node-22.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #213
2025-08-01 14:44:29 +02:00
0d66e0eefb Merge pull request 'Lock file maintenance' (#214) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #214
2025-08-01 14:41:46 +02:00
44a9f85ab1 Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2025-08-01 00:37:14 +00:00
105c515d15 Update Node.js to v22.17.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-08-01 00:36:24 +00:00
da7ac806fa Update dependency eslint-plugin-n to v17.21.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-31 12:36:21 +00:00
b41d3bba09 Merge pull request 'Update vue monorepo to v3.5.18' (#210) from renovate/vue-monorepo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #210
2025-07-29 14:00:36 +02:00
ad795e7e41 Update vue monorepo to v3.5.18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-26 01:36:08 +00:00
b116e86425 Merge pull request 'Update dependency core-js to v3.44.0' (#209) from renovate/core-js-3.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #209
2025-07-11 10:45:47 +02:00
2630c611f4 Update dependency core-js to v3.44.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-10 14:36:17 +00:00
7127173019 Merge pull request 'Update dependency @babel/eslint-parser to v7.28.0' (#207) from renovate/babel-monorepo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #207
2025-07-07 14:24:48 +02:00
b6e0371504 Merge pull request 'Update dependency eslint-plugin-n to v17.21.0' (#208) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #208
2025-07-07 12:52:30 +02:00
b592dc6fd9 Update dependency eslint-plugin-n to v17.21.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-06 23:36:09 +00:00
cb89d6b5b8 Update dependency @babel/eslint-parser to v7.28.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-05 09:36:05 +00:00
3 changed files with 314 additions and 566 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
commands:
- npm install
- npm run lint
- name: build
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.17.0@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:

862
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,23 +9,23 @@
},
"dependencies": {
"bootstrap": "5.3.7",
"core-js": "3.43.0",
"core-js": "3.44.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.17"
"vue": "3.5.18"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.5",
"@babel/eslint-parser": "7.28.0",
"@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/compiler-sfc": "3.5.18",
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.20.0",
"eslint-plugin-n": "17.21.3",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "10.3.0"
"eslint-plugin-vue": "10.4.0"
}
}