mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8aee78c78e
commit
4817431166
2 changed files with 91 additions and 30 deletions
|
@ -75,10 +75,10 @@
|
|||
"@types/passport-local": "1.0.34",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/supertest": "2.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "5.12.1",
|
||||
"@typescript-eslint/parser": "5.12.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.13.0",
|
||||
"@typescript-eslint/parser": "5.13.0",
|
||||
"eslint": "8.10.0",
|
||||
"eslint-config-prettier": "8.4.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"eslint-plugin-jest": "26.1.1",
|
||||
"eslint-plugin-local-rules": "1.1.0",
|
||||
|
|
115
yarn.lock
115
yarn.lock
|
@ -1887,13 +1887,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.12.1":
|
||||
version: 5.12.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.12.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.12.1
|
||||
"@typescript-eslint/type-utils": 5.12.1
|
||||
"@typescript-eslint/utils": 5.12.1
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/type-utils": 5.13.0
|
||||
"@typescript-eslint/utils": 5.13.0
|
||||
debug: ^4.3.2
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.1.8
|
||||
|
@ -1906,24 +1906,24 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 007f89f6ce8744a15cbdb1953efd41fcb4af84357070d8e13ea5d0fbbca0c9c6cfdc0598fd00a793100a0c37104e68dd61d5b7cada7abbcc5dfec50ea480b8ba
|
||||
checksum: ff8863b8c414eeed874c7ef4e5d540c918f9ee9be2e44fe30c6c22f2f59529a61e71afb3d7a90bff9a8f894098f11373989df91b11ef67a424c12f703021c174
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.12.1":
|
||||
version: 5.12.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.12.1"
|
||||
"@typescript-eslint/parser@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.12.1
|
||||
"@typescript-eslint/types": 5.12.1
|
||||
"@typescript-eslint/typescript-estree": 5.12.1
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/typescript-estree": 5.13.0
|
||||
debug: ^4.3.2
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: d2995b00937de1d289d0a5742ad0744cfa8fbaed1a1a965eaa5dc8dca6e36e18f5c3802148c4bde0ab014a91330ebe186d01b0871ee30f36ac41361dc1d525d4
|
||||
checksum: 9ca74f891df82f4f93150f0b69fcd2d9fb138c75a4629a154256108fbaa1248a96f69627cb472423890ff291e7cec30c20da25a87a21ef53fc1149ac9c18bfac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1937,11 +1937,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.12.1":
|
||||
version: 5.12.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.12.1"
|
||||
"@typescript-eslint/scope-manager@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.12.1
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/visitor-keys": 5.13.0
|
||||
checksum: 43fade6759e751387ee91f85033c036f122b5051f7ad7baf35fe5db68e2129afc1cc1c12c2b0b8a25eb206092ad1073d8e640b21f6b04824413f40751d8e0d42
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.13.0
|
||||
debug: ^4.3.2
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -1949,7 +1959,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 3f25e650f3be2af93d9cb1b26120b306af11c7cf36b3bd13f1c97f5c875a4abd282f8a0ae0daff0b90b4734c0dae3828b9ec508d46f65fd6cf6389a5b037fe26
|
||||
checksum: 454a2fe6c5faa211fec9d7992b44f377b9d492c3a18b8ce6d6da0077f0ea92320c7ee430cc33dcce8f0ec7afab7f8db59f39f9433be5358715754e64d7fbdef2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1960,6 +1970,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/types@npm:5.13.0"
|
||||
checksum: 2228935a9f7e80264a554ffadc458ee184259b56cd987bf10f12754183e032953fb93b7b31f8261dd0a40dbac4f341d4904ae7aa1f1aba9f2a92b1062f05c8dc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.12.1":
|
||||
version: 5.12.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.12.1"
|
||||
|
@ -1978,7 +1995,41 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.12.1, @typescript-eslint/utils@npm:^5.10.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/visitor-keys": 5.13.0
|
||||
debug: ^4.3.2
|
||||
globby: ^11.0.4
|
||||
is-glob: ^4.0.3
|
||||
semver: ^7.3.5
|
||||
tsutils: ^3.21.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: bcf2f94eb4b8e0a5f47fa1e04478aa3f36c8d2b629300bf3d3a375f87e8046cd7f2364cd7df8fceb97855e7789721de5c66dafcf17cfd93552a93a7d7733dfdb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.13.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.13.0
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
"@typescript-eslint/typescript-estree": 5.13.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: cb93cddc83bd5f9cee7fc72ab64c509b285392a005fb1315522374991f18a1cb8f233ee0d1e828cc18570c3fe27e81cc28471c36142284bd39351b8a3f8a83bd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0":
|
||||
version: 5.12.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.12.1"
|
||||
dependencies:
|
||||
|
@ -2004,6 +2055,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.13.0":
|
||||
version: 5.13.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.13.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.13.0
|
||||
eslint-visitor-keys: ^3.0.0
|
||||
checksum: 3987217053e22a86f9105efe6250ca028ef437483b79d0dad45850edacfc273835b82178e77e5012a3c045df18561fef3eb4417cc26c328c901fbaa0da09e922
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webassemblyjs/ast@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "@webassemblyjs/ast@npm:1.11.1"
|
||||
|
@ -4172,14 +4233,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-prettier@npm:8.4.0":
|
||||
version: 8.4.0
|
||||
resolution: "eslint-config-prettier@npm:8.4.0"
|
||||
"eslint-config-prettier@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "eslint-config-prettier@npm:8.5.0"
|
||||
peerDependencies:
|
||||
eslint: ">=7.0.0"
|
||||
bin:
|
||||
eslint-config-prettier: bin/cli.js
|
||||
checksum: ee8dc343f1fed15dc0658e190a966cc23644477f2331a7f56ae2bb79dd74892e3cde8ea5c142e7a3329a8291a1de041e13ca96e54d0c85ff4a2aba13390c5f10
|
||||
checksum: 0d0f5c32e7a0ad91249467ce71ca92394ccd343178277d318baf32063b79ea90216f4c81d1065d60f96366fdc60f151d4d68ae7811a58bd37228b84c2083f893
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5283,8 +5344,8 @@ __metadata:
|
|||
"@types/passport-local": 1.0.34
|
||||
"@types/source-map-support": 0.5.4
|
||||
"@types/supertest": 2.0.11
|
||||
"@typescript-eslint/eslint-plugin": 5.12.1
|
||||
"@typescript-eslint/parser": 5.12.1
|
||||
"@typescript-eslint/eslint-plugin": 5.13.0
|
||||
"@typescript-eslint/parser": 5.13.0
|
||||
base32-encode: 1.2.0
|
||||
bcrypt: 5.0.1
|
||||
class-transformer: 0.5.1
|
||||
|
@ -5292,7 +5353,7 @@ __metadata:
|
|||
cli-color: 2.0.1
|
||||
connect-typeorm: 1.1.4
|
||||
eslint: 8.10.0
|
||||
eslint-config-prettier: 8.4.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-import: 2.25.4
|
||||
eslint-plugin-jest: 26.1.1
|
||||
eslint-plugin-local-rules: 1.1.0
|
||||
|
|
Loading…
Reference in a new issue