Compare commits

..

1 Commits

Author SHA1 Message Date
67d7c2d101 Update dependency eslint-plugin-n to v17.13.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2024-11-10 12:42:36 +00:00
3 changed files with 1801 additions and 1014 deletions

View File

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

2807
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.2",
"eslint-plugin-n": "17.13.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0"
}