8 Commits

Author SHA1 Message Date
884f8f95fb Update Node.js to v22
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-12 08:35:36 +00:00
948a7fe131 Merge pull request 'Lock file maintenance' (#131) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #131
2024-11-11 16:53:53 +01:00
6a80a09c34 Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 17:43:20 +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
3 changed files with 1018 additions and 1800 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
commands:
- npm install
- npm run lint
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:

2810
package-lock.json generated

File diff suppressed because it is too large Load Diff

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"