Compare commits

..

13 Commits

Author SHA1 Message Date
fe679725cb Update Node.js to v22
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 16:35:41 +00:00
9c24f83f67 Merge pull request 'Update Node.js to v20.18.0' (#124) from renovate/node-20.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #124
2024-11-07 16:43:30 +01:00
24b81b4605 Update Node.js to v20.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 15:35:32 +00:00
7fa1088db3 Merge pull request 'Fix HTML table' (#130) from tbody into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #130
2024-11-07 16:27:55 +01:00
744a1b2a28
Fix HTML table
All checks were successful
continuous-integration/drone/pr Build is passing
tr may not appear directly under table
2024-11-07 16:26:33 +01:00
f63e02c706 Merge pull request 'Remove Drone signature' (#129) from drone-sig into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #129
2024-11-07 16:21:47 +01:00
106ac368f0
Remove Drone signature
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 16:19:31 +01:00
7f8f6b1550 Merge pull request 'Update dependency qrcode.vue to v3.6.0' (#110) from renovate/qrcode.vue-3.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #110
2024-11-07 16:16:17 +01:00
a5f976b5ef Update dependency qrcode.vue to v3.6.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-06 10:38:49 +00:00
bc75491076 Merge pull request 'Update dependency eslint-plugin-n to v17.12.0' (#126) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #126
2024-11-05 15:22:17 +01:00
60d018b27c Merge pull request 'Update dependency core-js to v3.39.0' (#127) from renovate/core-js-3.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #127
2024-11-04 16:36:15 +01:00
e5fe597415 Update dependency core-js to v3.39.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-03 00:38:52 +00:00
22af669a79 Update dependency eslint-plugin-n to v17.12.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-02 11:42:41 +00:00
4 changed files with 26 additions and 28 deletions

View File

@ -55,8 +55,4 @@ steps:
source: ./dist/
target: /srv/www/onboarding.wtf-eg.de/
recursive: true
---
kind: signature
hmac: 70805b2844197f893652856ef393c64fd6767c650628371ee99a71a5f8a07924
...

42
package-lock.json generated
View File

@ -9,8 +9,8 @@
"version": "0.1.0",
"dependencies": {
"bootstrap": "5.3.3",
"core-js": "3.38.1",
"qrcode.vue": "3.4.1",
"core-js": "3.39.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.12"
},
@ -24,7 +24,7 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-n": "17.12.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0"
}
@ -5333,9 +5333,9 @@
}
},
"node_modules/core-js": {
"version": "3.38.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz",
"integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==",
"version": "3.39.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz",
"integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
@ -6703,20 +6703,20 @@
}
},
"node_modules/eslint-plugin-n": {
"version": "17.11.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.11.1.tgz",
"integrity": "sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==",
"version": "17.12.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.12.0.tgz",
"integrity": "sha512-zNAtz/erDn0v78bIY3MASSQlyaarV4IOTvP5ldHsqblRFrXriikB6ghkDTkHjUad+nMRrIbOy9euod2azjRfBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"enhanced-resolve": "^5.17.0",
"eslint-plugin-es-x": "^7.5.0",
"get-tsconfig": "^4.7.0",
"globals": "^15.8.0",
"ignore": "^5.2.4",
"enhanced-resolve": "^5.17.1",
"eslint-plugin-es-x": "^7.8.0",
"get-tsconfig": "^4.8.1",
"globals": "^15.11.0",
"ignore": "^5.3.2",
"minimatch": "^9.0.5",
"semver": "^7.5.3"
"semver": "^7.6.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -7961,9 +7961,9 @@
}
},
"node_modules/get-tsconfig": {
"version": "4.7.6",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.6.tgz",
"integrity": "sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==",
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz",
"integrity": "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -11711,9 +11711,9 @@
}
},
"node_modules/qrcode.vue": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-3.4.1.tgz",
"integrity": "sha512-wq/zHsifH4FJ1GXQi8/wNxD1KfQkckIpjK1KPTc/qwYU5/Bkd4me0w4xZSg6EXk6xLBkVDE0zxVagewv5EMAVA==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-3.6.0.tgz",
"integrity": "sha512-vQcl2fyHYHMjDO1GguCldJxepq2izQjBkDEEu9NENgfVKP6mv/e2SU62WbqYHGwTgWXLhxZ1NCD1dAZKHQq1fg==",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.0"

View File

@ -9,8 +9,8 @@
},
"dependencies": {
"bootstrap": "5.3.3",
"core-js": "3.38.1",
"qrcode.vue": "3.4.1",
"core-js": "3.39.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.12"
},
@ -24,7 +24,7 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-n": "17.12.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0"
}

View File

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