Compare commits

..

7 Commits

Author SHA1 Message Date
0264c9588c Update dependency eslint-plugin-n to v17
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-04-27 09:34:59 +00:00
8588c2a173 Merge pull request 'Clarify that we want the fingerprint' (#51) from fingerprint into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #51
2024-04-25 14:10:44 +02:00
338a50a33a
Clarify that we want the fingerprint
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-25 14:08:52 +02:00
b100af152c Merge pull request 'Update Node.js to 3864be2' (#50) from renovate/node-20.12.2 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #50
2024-04-25 13:57:59 +02:00
7070883315
Only renovate the Drone config on a monthly basis
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-25 13:55:19 +02:00
f47e8f52a6
Sign Drone config 2024-04-25 13:45:11 +02:00
099f1356fd Update Node.js to 3864be2
Some checks reported errors
continuous-integration/drone/pr Build was killed
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: steps:
- name: lint - name: lint
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
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.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
@ -57,6 +57,6 @@ steps:
recursive: true recursive: true
--- ---
kind: signature kind: signature
hmac: c3a0f95e44c6b1fd4e1de228a3c9a55f9edb5e189deb728b681bd7dc55b39565 hmac: ecdbe7caaffba17813b29689a57849255bc20133c15f51c5d5184068c9c81924
... ...

18
package-lock.json generated
View File

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

View File

@ -24,7 +24,7 @@
"@babel/eslint-parser": "7.24.1", "@babel/eslint-parser": "7.24.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-import": "2.29.1", "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-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0", "eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.25.0" "eslint-plugin-vue": "9.25.0"

View File

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

View File

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