19 Commits

Author SHA1 Message Date
bedf2e42fc Hinweis zur Aufnahme entfernt
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-22 13:57:02 +01:00
7de2bb3c61 Merge pull request 'Update vue monorepo to v3.5.13' (#135) from renovate/vue-monorepo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #135
2024-11-20 13:11:28 +01:00
387cb4828d Update vue monorepo to v3.5.13
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-18 15:42:39 +00:00
ffc8a39139 Merge pull request 'Update dependency eslint-plugin-vue to v9.31.0' (#133) from renovate/eslint-plugin-vue-9.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #133
2024-11-18 13:51:34 +01:00
dc997f2edf Merge branch 'main' into renovate/eslint-plugin-vue-9.x
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-18 13:49:13 +01:00
872c3ac2f9 Merge pull request 'Lock file maintenance' (#134) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #134
2024-11-18 13:48:01 +01:00
19cc9901de Lock file maintenance
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-18 12:43:19 +00:00
ea13d7f883 Merge pull request 'Update dependency eslint-plugin-n to v17.13.2' (#132) from renovate/eslint-plugin-n-17.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #132
2024-11-18 13:23:40 +01:00
ab41c8825f Update dependency eslint-plugin-n to v17.13.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-18 08:42:48 +00:00
62d70547a3 Update dependency eslint-plugin-vue to v9.31.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-14 23:42:39 +00:00
b143fbb8d4 Merge pull request 'Update Node.js to v22' (#125) from renovate/node-22.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #125
2024-11-12 13:01:53 +01:00
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
4 changed files with 1148 additions and 1905 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
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:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291 image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:

3032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"core-js": "3.39.0", "core-js": "3.39.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
"vue": "3.5.12" "vue": "3.5.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",
@ -20,12 +20,12 @@
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.12", "@vue/compiler-sfc": "3.5.13",
"@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.12.0", "eslint-plugin-n": "17.13.2",
"eslint-plugin-promise": "7.1.0", "eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0" "eslint-plugin-vue": "9.31.0"
} }
} }

View File

@ -30,9 +30,6 @@
</div> </div>
</div> </div>
<p class="no-print alert alert-danger">
Derzeit nehmen wir keine neuen Mitglieder auf.
</p>
<p class="no-print"> <p class="no-print">
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden. Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
@ -68,6 +65,7 @@
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>
@ -84,6 +82,7 @@
<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"
@ -684,7 +683,7 @@ export default {
}, },
data() { data() {
return { return {
version: "2024-05-29", version: "2024-11-22",
confirm_membership: false, confirm_membership: false,
direct_debit: false, direct_debit: false,
membership_type_options: [ membership_type_options: [