Compare commits

..

7 Commits

Author SHA1 Message Date
Renovate Bot 0264c9588c Update dependency eslint-plugin-n to v17
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is passing Details
2024-04-27 09:34:59 +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
5 changed files with 21 additions and 15 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
...

18
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": "17.2.1",
"eslint-plugin-n": "17.3.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.25.0"
@ -6335,16 +6335,16 @@
}
},
"node_modules/eslint-plugin-n": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.2.1.tgz",
"integrity": "sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg==",
"version": "17.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.3.0.tgz",
"integrity": "sha512-BvjwT22+zLsmSTq6Ea4FNK7O2XFrkahDKZSfE6Qo3CEy7cLgVkM1iDsHK9BU69oRmY1aQ4IoyCmfWLN+P52J9A==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"enhanced-resolve": "^5.15.0",
"eslint-plugin-es-x": "^7.5.0",
"get-tsconfig": "^4.7.0",
"globals": "^14.0.0",
"globals": "^15.0.0",
"ignore": "^5.2.4",
"minimatch": "^9.0.0",
"semver": "^7.5.3"
@ -6353,7 +6353,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
"url": "https://opencollective.com/eslint"
},
"peerDependencies": {
"eslint": ">=8.23.0"
@ -6369,9 +6369,9 @@
}
},
"node_modules/eslint-plugin-n/node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.0.0.tgz",
"integrity": "sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==",
"dev": true,
"engines": {
"node": ">=18"

View File

@ -24,7 +24,7 @@
"@babel/eslint-parser": "7.24.1",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.2.1",
"eslint-plugin-n": "17.3.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"