Compare commits

..

1 Commits

Author SHA1 Message Date
bc4265966c 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-11-04 19:36:32 +00:00
4 changed files with 1865 additions and 1107 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
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.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
@ -55,4 +55,8 @@ steps:
source: ./dist/ source: ./dist/
target: /srv/www/onboarding.wtf-eg.de/ target: /srv/www/onboarding.wtf-eg.de/
recursive: true recursive: true
---
kind: signature
hmac: 70805b2844197f893652856ef393c64fd6767c650628371ee99a71a5f8a07924
...

2952
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"core-js": "3.39.0", "core-js": "3.39.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.4.1",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
"vue": "3.5.12" "vue": "3.5.12"
}, },
@ -22,10 +22,10 @@
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.12", "@vue/compiler-sfc": "3.5.12",
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"eslint": "9.15.0", "eslint": "9.14.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.2", "eslint-plugin-n": "17.11.1",
"eslint-plugin-promise": "7.1.0", "eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.31.0" "eslint-plugin-vue": "9.30.0"
} }
} }

View File

@ -68,7 +68,6 @@
Bankverbindung: Bankverbindung:
</label> </label>
<table class="table table-striped mt-2"> <table class="table table-striped mt-2">
<tbody>
<tr class="no-print"> <tr class="no-print">
<td>Kontoinhaberin:</td> <td>Kontoinhaberin:</td>
<td>WTF Kooperative eG</td> <td>WTF Kooperative eG</td>
@ -85,7 +84,6 @@
<td>BIC:</td> <td>BIC:</td>
<td> GENO DE M1 NRD</td> <td> GENO DE M1 NRD</td>
</tr> </tr>
</tbody>
</table> </table>
<input <input
class="form-check-input" class="form-check-input"