Compare commits

..

21 Commits

Author SHA1 Message Date
6bae5a7f98 Merge pull request 'Lock file maintenance' (#149) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #149
2024-12-16 13:47:03 +01:00
bb7a45763f Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-16 00:36:39 +00:00
f35a19e0bd Merge pull request 'Update dependency eslint-plugin-n to v17.15.0' (#148) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #148
2024-12-13 15:11:49 +01:00
618767c750 Update dependency eslint-plugin-n to v17.15.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-13 03:36:01 +00:00
001e649de7 Merge pull request 'Update dependency eslint-plugin-vue to v9.32.0' (#145) from renovate/eslint-plugin-vue-9.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #145
2024-12-10 14:46:34 +01:00
0bc5066eaa Merge pull request 'Lock file maintenance' (#147) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #147
2024-12-09 12:08:51 +01:00
e66ee3743e Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-09 00:36:38 +00:00
083f675985 Update dependency eslint-plugin-vue to v9.32.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-12-08 19:36:05 +00:00
ec0354e586 Merge pull request 'Update dependency eslint-plugin-promise to v7.2.1' (#140) from renovate/eslint-plugin-promise-7.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #140
2024-12-02 14:05:02 +01:00
dfe134d4fa Merge pull request 'Update Node.js to 5c76d05' (#142) from renovate/node-22.11.0 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #142
2024-12-02 14:04:13 +01:00
19560408c0 Update Node.js to 5c76d05
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-02 14:03:41 +01:00
175e1c2ca0 Merge pull request 'Lock file maintenance' (#144) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #144
2024-12-02 13:13:24 +01:00
bd0119a86a Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-12-02 00:36:29 +00:00
defd08c280 Update dependency eslint-plugin-promise to v7.2.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-30 01:35:56 +00:00
25577bc454 Merge pull request 'Lock file maintenance' (#139) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #139
2024-11-25 15:19:09 +01:00
245fe91af7 Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-25 12:36:22 +00:00
879647b0ed Merge pull request 'Update dependency eslint-plugin-n to v17.14.0' (#138) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #138
2024-11-25 13:10:45 +01:00
d01b6202ba Update dependency eslint-plugin-n to v17.14.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-24 20:35:46 +00:00
a80661e82a Merge pull request 'Zusatz für Beitrag 2024 entfernt' (#137) from beitrag-2024 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #137
2024-11-22 14:05:46 +01:00
5fe4024539
Zusatz für Beitrag 2024 entfernt
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-22 14:02:46 +01:00
14fc58082a Merge pull request 'Hinweis zur Aufnahme entfernt' (#136) from aufnahme into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #136
2024-11-22 13:59:19 +01:00
4 changed files with 708 additions and 359 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde 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.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde 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.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde image: node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:

1053
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.2", "eslint-plugin-n": "17.15.0",
"eslint-plugin-promise": "7.1.0", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.31.0" "eslint-plugin-vue": "9.32.0"
} }
} }

View File

@ -59,7 +59,7 @@
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a> und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
und verpflichte mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in und verpflichte mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in
Höhe von 100 je Geschäftsanteil, einer einmaligen Aufnahmegebühr Höhe von 100 je Geschäftsanteil, einer einmaligen Aufnahmegebühr
von 100 , sowie einem jährlichen Beitrag in Höhe von 100 (für 2024 ausnahmsweise 200 ), selbst von 100 , sowie einem jährlichen Beitrag in Höhe von 100 , selbst
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
vorhanden) bzw. <code>Name - Vorname - Geburtsdatum</code> an folgende vorhanden) bzw. <code>Name - Vorname - Geburtsdatum</code> an folgende
Bankverbindung: Bankverbindung: