Compare commits

..

9 Commits

Author SHA1 Message Date
Renovate Bot b0dc6418fe Update dependency eslint to v9
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is failing Details
2024-04-25 19:34:56 +00:00
Brain 8588c2a173 Merge pull request 'Clarify that we want the fingerprint' (#51) from fingerprint into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #51
2024-04-25 14:10:44 +02:00
Brain 338a50a33a
Clarify that we want the fingerprint
continuous-integration/drone/pr Build is passing Details
2024-04-25 14:08:52 +02:00
Brain b100af152c Merge pull request 'Update Node.js to 3864be2' (#50) from renovate/node-20.12.2 into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #50
2024-04-25 13:57:59 +02:00
Brain 7070883315
Only renovate the Drone config on a monthly basis
continuous-integration/drone/pr Build is passing Details
2024-04-25 13:55:19 +02:00
Brain f47e8f52a6
Sign Drone config 2024-04-25 13:45:11 +02:00
Renovate Bot 099f1356fd Update Node.js to 3864be2
continuous-integration/drone/pr Build was killed Details
2024-04-24 16:34:28 +00:00
Brain a4f3c91a5d Merge pull request 'Update dependency eslint-plugin-n to v15.7.0' (#49) from renovate/eslint-plugin-n-15.x into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #49
2024-04-23 23:20:23 +02:00
Renovate Bot 04b654c70d Update dependency eslint-plugin-n to v15.7.0
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is passing Details
2024-04-23 20:34:42 +00:00
5 changed files with 20 additions and 14 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
commands:
- npm install
- npm run lint
- name: build
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -57,6 +57,6 @@ steps:
recursive: true
---
kind: signature
hmac: c3a0f95e44c6b1fd4e1de228a3c9a55f9edb5e189deb728b681bd7dc55b39565
hmac: ecdbe7caaffba17813b29689a57849255bc20133c15f51c5d5184068c9c81924
...

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.25.0"
@ -6196,19 +6196,19 @@
}
},
"node_modules/eslint-plugin-n": {
"version": "15.2.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz",
"integrity": "sha512-tjnVMv2fiXYMnuiIFI8QMtyUFI42SckEEWvi8h68SWGWshfqO6SSCASy24dGMGAiy7NUk6DZt90DM0iNUsmQ5w==",
"version": "15.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
"integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
"dev": true,
"dependencies": {
"builtins": "^5.0.1",
"eslint-plugin-es": "^4.1.0",
"eslint-utils": "^3.0.0",
"ignore": "^5.1.1",
"is-core-module": "^2.9.0",
"is-core-module": "^2.11.0",
"minimatch": "^3.1.2",
"resolve": "^1.10.1",
"semver": "^7.3.7"
"resolve": "^1.22.1",
"semver": "^7.3.8"
},
"engines": {
"node": ">=12.22.0"

View File

@ -22,9 +22,9 @@
"@vue/compiler-sfc": "3.4.23",
"@vue/eslint-config-standard": "8.0.1",
"@babel/eslint-parser": "7.24.1",
"eslint": "9.1.0",
"eslint": "9.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.25.0"

View File

@ -6,5 +6,11 @@
":prHourlyLimitNone",
":prConcurrentLimitNone",
":separateMultipleMajorReleases"
],
"packageRules": [
{
"matchFileNames": [".drone.yml"],
"schedule": ["before 9am on the first day of the month"]
}
]
}

View File

@ -429,7 +429,7 @@
</div>
</div>
<div>
<label for="pgp" class="form-label">PGP:*</label>
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
<input
type="text"
class="form-control"