mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
chore(deps): update linters to v5.40.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f960fc8c64
commit
df00bd7767
2 changed files with 95 additions and 25 deletions
|
@ -98,8 +98,8 @@
|
|||
"@types/source-map-support": "0.5.6",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/ws": "8.5.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.40.1",
|
||||
"@typescript-eslint/parser": "5.40.1",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
|
|
116
yarn.lock
116
yarn.lock
|
@ -2064,6 +2064,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/semver@npm:^7.3.12":
|
||||
version: 7.3.12
|
||||
resolution: "@types/semver@npm:7.3.12"
|
||||
checksum: 35536b2fc5602904f21cae681f6c9498e177dab3f54ae37c92f9a1b7e43c35f18bcd81e1c98c1cf0d33ee046bb06c771e9928c1c00a401d56a03f56549252a15
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/serve-static@npm:*":
|
||||
version: 1.15.0
|
||||
resolution: "@types/serve-static@npm:1.15.0"
|
||||
|
@ -2143,13 +2150,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.39.0":
|
||||
version: 5.39.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.39.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.39.0
|
||||
"@typescript-eslint/type-utils": 5.39.0
|
||||
"@typescript-eslint/utils": 5.39.0
|
||||
"@typescript-eslint/scope-manager": 5.40.1
|
||||
"@typescript-eslint/type-utils": 5.40.1
|
||||
"@typescript-eslint/utils": 5.40.1
|
||||
debug: ^4.3.4
|
||||
ignore: ^5.2.0
|
||||
regexpp: ^3.2.0
|
||||
|
@ -2161,24 +2168,24 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 9d6835f3c2558f2287c5a45dc7d3b17b19c6777b5915b6ad737d892e5938746a3e76c3efd0e01156da0b17432a50d1e02480efc5105e8f9c75f1a3d45e18d6ee
|
||||
checksum: 61f19bde0f1206beb20aeb28d18c1ef26a98cf4d2ead9f1d2f204cb91af31582eb5ee9422fe5f92d6aa10cebf85cd50f1b41e8cf8ce65808e2208664c3b1d66a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.39.0":
|
||||
version: 5.39.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.39.0"
|
||||
"@typescript-eslint/parser@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.39.0
|
||||
"@typescript-eslint/types": 5.39.0
|
||||
"@typescript-eslint/typescript-estree": 5.39.0
|
||||
"@typescript-eslint/scope-manager": 5.40.1
|
||||
"@typescript-eslint/types": 5.40.1
|
||||
"@typescript-eslint/typescript-estree": 5.40.1
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: f55a1ef540e5c70d063e0112c0c4c950504d263ce180480973ca72c015a3e826942ebe8aa0a6bbd557def987b07d9d410784b6c96aa000679dfa3f4cb00e063c
|
||||
checksum: 9fe410c1b14934803bb7c26de9b8de5d46ef9b6fe5dcbee1d7e111f0259659c214549b60dacdc729a3e23da835e6a44f08a9aa6bcb73ffff3c4fd5b9142358ed
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2192,12 +2199,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.39.0":
|
||||
version: 5.39.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.39.0"
|
||||
"@typescript-eslint/scope-manager@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.39.0
|
||||
"@typescript-eslint/utils": 5.39.0
|
||||
"@typescript-eslint/types": 5.40.1
|
||||
"@typescript-eslint/visitor-keys": 5.40.1
|
||||
checksum: 5f25b86bfd09fbf8cdfdf932eaf0b41a7594c9b4539d3c8321f882bf7b4bf486454256fdb9a5a8c4eae305419d377fa93d382f80004711d759ff77b3d565c1dc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.40.1
|
||||
"@typescript-eslint/utils": 5.40.1
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -2205,7 +2222,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 2bab5c1a8bc0956d8f9ba1fb6db56a89f8e40c4f7bb0c07b1581aa4ed4c8259a64d67bc9c6fccbdc8e62fc9330d30c3c5a84f30f28112ddb1e3995d2791a5ac2
|
||||
checksum: 6771196b8f16f4893bae70aa1371ff004b0058e8edef9b935143e2f1272e471049e9c34beb1d625fb6423db95dd377e01e938b70dd4506fbf071566e2bfb574d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2216,6 +2233,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/types@npm:5.40.1"
|
||||
checksum: 2430c799667c820903df7ef39bc4c2762cb7654dbb8525d56f37e73f8cefb82186b80654dbbe0294c5b55affe929c641cdb90232e2749dcd7838f9e500a41549
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.39.0":
|
||||
version: 5.39.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.39.0"
|
||||
|
@ -2234,7 +2258,43 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.39.0, @typescript-eslint/utils@npm:^5.10.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.40.1
|
||||
"@typescript-eslint/visitor-keys": 5.40.1
|
||||
debug: ^4.3.4
|
||||
globby: ^11.1.0
|
||||
is-glob: ^4.0.3
|
||||
semver: ^7.3.7
|
||||
tsutils: ^3.21.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: d0426a55d24b76a3f042816dd8baaaa7a8da0158870bb08fff5a5524821c13ca196117dc269f098b8887ef75e01da1a498637153ab3c29c370ca356bfe4a1716
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.40.1"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@types/semver": ^7.3.12
|
||||
"@typescript-eslint/scope-manager": 5.40.1
|
||||
"@typescript-eslint/types": 5.40.1
|
||||
"@typescript-eslint/typescript-estree": 5.40.1
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
semver: ^7.3.7
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: a971101bb2f4c742a1734a87e17997addb7ffa6639d472097fe098f6c5f09567b858949b97f05892aabb20f38479abecdfdd69cf740046aa601dd3fc39a44090
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0":
|
||||
version: 5.39.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.39.0"
|
||||
dependencies:
|
||||
|
@ -2260,6 +2320,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.40.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.40.1
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: b5dbf1e484ba2832ca1883ee9cf7da5967f70aa5624f3fb67f13c3be90a3770b0bb96e64ccfb0c31b5d8f80794b5727e14b6c0d8c5184634a686f0ea6e798772
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webassemblyjs/ast@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "@webassemblyjs/ast@npm:1.11.1"
|
||||
|
@ -5422,8 +5492,8 @@ __metadata:
|
|||
"@types/source-map-support": 0.5.6
|
||||
"@types/supertest": 2.0.12
|
||||
"@types/ws": 8.5.3
|
||||
"@typescript-eslint/eslint-plugin": 5.39.0
|
||||
"@typescript-eslint/parser": 5.39.0
|
||||
"@typescript-eslint/eslint-plugin": 5.40.1
|
||||
"@typescript-eslint/parser": 5.40.1
|
||||
"@zxcvbn-ts/core": 2.0.5
|
||||
"@zxcvbn-ts/language-common": 2.0.1
|
||||
"@zxcvbn-ts/language-en": 2.1.0
|
||||
|
|
Loading…
Reference in a new issue