Compare commits

..

5 Commits

Author SHA1 Message Date
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
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
3 changed files with 1011 additions and 1798 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
commands:
- npm install
- npm run lint
- name: build
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:

2801
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.1",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0"
}