mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
chore(deps): update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2ab1ac4eae
commit
6a0e770282
2 changed files with 94 additions and 31 deletions
|
@ -98,12 +98,12 @@
|
||||||
"@types/source-map-support": "0.5.6",
|
"@types/source-map-support": "0.5.6",
|
||||||
"@types/supertest": "2.0.12",
|
"@types/supertest": "2.0.12",
|
||||||
"@types/ws": "8.5.3",
|
"@types/ws": "8.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "5.42.0",
|
"@typescript-eslint/eslint-plugin": "5.42.1",
|
||||||
"@typescript-eslint/parser": "5.42.0",
|
"@typescript-eslint/parser": "5.42.1",
|
||||||
"eslint": "8.27.0",
|
"eslint": "8.27.0",
|
||||||
"eslint-config-prettier": "8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-plugin-import": "2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-jest": "27.1.4",
|
"eslint-plugin-jest": "27.1.5",
|
||||||
"eslint-plugin-local-rules": "1.3.2",
|
"eslint-plugin-local-rules": "1.3.2",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"http-proxy-middleware": "2.0.6",
|
"http-proxy-middleware": "2.0.6",
|
||||||
|
|
|
@ -2143,13 +2143,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin@npm:5.42.0":
|
"@typescript-eslint/eslint-plugin@npm:5.42.1":
|
||||||
version: 5.42.0
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.42.0"
|
resolution: "@typescript-eslint/eslint-plugin@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": 5.42.0
|
"@typescript-eslint/scope-manager": 5.42.1
|
||||||
"@typescript-eslint/type-utils": 5.42.0
|
"@typescript-eslint/type-utils": 5.42.1
|
||||||
"@typescript-eslint/utils": 5.42.0
|
"@typescript-eslint/utils": 5.42.1
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
ignore: ^5.2.0
|
ignore: ^5.2.0
|
||||||
natural-compare-lite: ^1.4.0
|
natural-compare-lite: ^1.4.0
|
||||||
|
@ -2162,24 +2162,24 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 8dd13c77f5b83a8ba7e37196769b9c8a296c4417ffe7e33cb4d172495e1596ea0a9140dae0f1bbe1317a0cd5d5d92bf76a1799e7b9f8b3a577433b9569f1436d
|
checksum: 6e80b15df7e655964ddd3041d5f7c0bf564e9901f9e3a9cdaf8d056301841fad8d40cd253d83669f01e0ddc62521af9286a27f098df43e304cf932d768995e98
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/parser@npm:5.42.0":
|
"@typescript-eslint/parser@npm:5.42.1":
|
||||||
version: 5.42.0
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/parser@npm:5.42.0"
|
resolution: "@typescript-eslint/parser@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": 5.42.0
|
"@typescript-eslint/scope-manager": 5.42.1
|
||||||
"@typescript-eslint/types": 5.42.0
|
"@typescript-eslint/types": 5.42.1
|
||||||
"@typescript-eslint/typescript-estree": 5.42.0
|
"@typescript-eslint/typescript-estree": 5.42.1
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 790d5fcc53f02a25628b1d2a06e3b7f26f4fa12e78f51a67e1db0ac6a4b643a34f247991d7b938f45c7f8395fcaf920807c8a29d768913a7a8266162d2244806
|
checksum: 7208a085102be5c569ac2be5799d05e080a9c0b9157ed3efa5d7eadb675185bddfa05f2f27e20c235910193a2bd835e5375fb9fc13561a6e20d110e444f37caa
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -2193,12 +2193,22 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@npm:5.42.0":
|
"@typescript-eslint/scope-manager@npm:5.42.1":
|
||||||
version: 5.42.0
|
version: 5.42.1
|
||||||
resolution: "@typescript-eslint/type-utils@npm:5.42.0"
|
resolution: "@typescript-eslint/scope-manager@npm:5.42.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/typescript-estree": 5.42.0
|
"@typescript-eslint/types": 5.42.1
|
||||||
"@typescript-eslint/utils": 5.42.0
|
"@typescript-eslint/visitor-keys": 5.42.1
|
||||||
|
checksum: cfad5f04328fae4bb6d965a94c980ac2f6fa0eee6183e9bed6d7ebdb067f01a0a9a3b5500fc3638d5e287f46f4412aa462e238c610c1fb96b794b83c575c7fb4
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/type-utils@npm:5.42.1":
|
||||||
|
version: 5.42.1
|
||||||
|
resolution: "@typescript-eslint/type-utils@npm:5.42.1"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/typescript-estree": 5.42.1
|
||||||
|
"@typescript-eslint/utils": 5.42.1
|
||||||
debug: ^4.3.4
|
debug: ^4.3.4
|
||||||
tsutils: ^3.21.0
|
tsutils: ^3.21.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -2206,7 +2216,7 @@ __metadata:
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 5c98bdff38d8ace74f77b792d97572c41e3d0d01506529a32bc1244791a9e933d06dcc516eaad5bf1fc85b2cf1a95642f519f9c4ce4d6a974481e1a3680ed8dd
|
checksum: 7ac3180aeb966351e54055440f42b723aa864fd39c74be5a41aae97401e6424df94d9f96ae945f1c3a6023860ffd7ba424ff6506c21bd373a6cd878466d9ba62
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -2217,6 +2227,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/types@npm:5.42.1":
|
||||||
|
version: 5.42.1
|
||||||
|
resolution: "@typescript-eslint/types@npm:5.42.1"
|
||||||
|
checksum: b0eb3df3792dd0e447abcf2b4fd79b2eaa6f944242d00afa8ef2d9f892ea63e52f200e7cb1758ddbc46154aa6764cec8bc796ed96f7554457a20db976f9f2089
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@npm:5.42.0":
|
"@typescript-eslint/typescript-estree@npm:5.42.0":
|
||||||
version: 5.42.0
|
version: 5.42.0
|
||||||
resolution: "@typescript-eslint/typescript-estree@npm:5.42.0"
|
resolution: "@typescript-eslint/typescript-estree@npm:5.42.0"
|
||||||
|
@ -2235,7 +2252,43 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/utils@npm:5.42.0, @typescript-eslint/utils@npm:^5.10.0":
|
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
||||||
|
version: 5.42.1
|
||||||
|
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.42.1
|
||||||
|
"@typescript-eslint/visitor-keys": 5.42.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: dfd3e20d41ba4b574a52d82cc40b38708b8c2c4277d6304a8d914fe2a4a9ce8779f4d79fdac140e77a3afd3c6a2a7e3f31620dc427cabd04e4e906bb0ca3a468
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:5.42.1":
|
||||||
|
version: 5.42.1
|
||||||
|
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
||||||
|
dependencies:
|
||||||
|
"@types/json-schema": ^7.0.9
|
||||||
|
"@types/semver": ^7.3.12
|
||||||
|
"@typescript-eslint/scope-manager": 5.42.1
|
||||||
|
"@typescript-eslint/types": 5.42.1
|
||||||
|
"@typescript-eslint/typescript-estree": 5.42.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: 9f1c429a602dad4ba7a52df00924aab6033854234a1e1bf699a3e5b48455b5fdc1a41de459a7f11a3ccfed1528831ecb95fc7e54d30be7d8cccbb689f885fdac
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:^5.10.0":
|
||||||
version: 5.42.0
|
version: 5.42.0
|
||||||
resolution: "@typescript-eslint/utils@npm:5.42.0"
|
resolution: "@typescript-eslint/utils@npm:5.42.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2263,6 +2316,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@npm:5.42.1":
|
||||||
|
version: 5.42.1
|
||||||
|
resolution: "@typescript-eslint/visitor-keys@npm:5.42.1"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": 5.42.1
|
||||||
|
eslint-visitor-keys: ^3.3.0
|
||||||
|
checksum: d36c59da7bf3b3c150c12cbe4b0331edc15253f59599ec3d8b873b2a3d9fc7a4fea11490c1b20d972afcdc9c842deb5ada527ea9c538aa7e87555699d9a59f24
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@vue/compiler-core@npm:3.2.41":
|
"@vue/compiler-core@npm:3.2.41":
|
||||||
version: 3.2.41
|
version: 3.2.41
|
||||||
resolution: "@vue/compiler-core@npm:3.2.41"
|
resolution: "@vue/compiler-core@npm:3.2.41"
|
||||||
|
@ -4457,9 +4520,9 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-plugin-jest@npm:27.1.4":
|
"eslint-plugin-jest@npm:27.1.5":
|
||||||
version: 27.1.4
|
version: 27.1.5
|
||||||
resolution: "eslint-plugin-jest@npm:27.1.4"
|
resolution: "eslint-plugin-jest@npm:27.1.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/utils": ^5.10.0
|
"@typescript-eslint/utils": ^5.10.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -4470,7 +4533,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
jest:
|
jest:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: b7e3bf0dc092d9936ac1c10a0aceda411935c411c9323def109c2429ccf8486b3faead80fb769119add578c200352729ff96523bffec083f421e1b151404f642
|
checksum: 7c9de765793f7161afa0bdcdce67f4d072944152880fa638b25d228188dcee47a4b4aada26c57db72bc10193c96a1979e17afb8a7c3e400e961d8adfbf23ddbe
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -5510,8 +5573,8 @@ __metadata:
|
||||||
"@types/source-map-support": 0.5.6
|
"@types/source-map-support": 0.5.6
|
||||||
"@types/supertest": 2.0.12
|
"@types/supertest": 2.0.12
|
||||||
"@types/ws": 8.5.3
|
"@types/ws": 8.5.3
|
||||||
"@typescript-eslint/eslint-plugin": 5.42.0
|
"@typescript-eslint/eslint-plugin": 5.42.1
|
||||||
"@typescript-eslint/parser": 5.42.0
|
"@typescript-eslint/parser": 5.42.1
|
||||||
"@zxcvbn-ts/core": 2.1.0
|
"@zxcvbn-ts/core": 2.1.0
|
||||||
"@zxcvbn-ts/language-common": 2.0.1
|
"@zxcvbn-ts/language-common": 2.0.1
|
||||||
"@zxcvbn-ts/language-en": 2.1.0
|
"@zxcvbn-ts/language-en": 2.1.0
|
||||||
|
@ -5526,7 +5589,7 @@ __metadata:
|
||||||
eslint: 8.27.0
|
eslint: 8.27.0
|
||||||
eslint-config-prettier: 8.5.0
|
eslint-config-prettier: 8.5.0
|
||||||
eslint-plugin-import: 2.26.0
|
eslint-plugin-import: 2.26.0
|
||||||
eslint-plugin-jest: 27.1.4
|
eslint-plugin-jest: 27.1.5
|
||||||
eslint-plugin-local-rules: 1.3.2
|
eslint-plugin-local-rules: 1.3.2
|
||||||
eslint-plugin-prettier: 4.2.1
|
eslint-plugin-prettier: 4.2.1
|
||||||
express-session: 1.17.3
|
express-session: 1.17.3
|
||||||
|
|
Loading…
Reference in a new issue