mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Merge pull request #1943 from hedgedoc/renovate/develop-linters
This commit is contained in:
commit
eceddb062a
2 changed files with 19 additions and 8 deletions
|
@ -77,7 +77,7 @@
|
|||
"@types/supertest": "2.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "5.8.1",
|
||||
"@typescript-eslint/parser": "5.8.1",
|
||||
"eslint": "8.5.0",
|
||||
"eslint": "8.6.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-import": "2.25.3",
|
||||
"eslint-plugin-jest": "25.3.4",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -2191,7 +2191,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.6.0":
|
||||
"acorn@npm:^8.2.4, acorn@npm:^8.4.1, acorn@npm:^8.6.0, acorn@npm:^8.7.0":
|
||||
version: 8.7.0
|
||||
resolution: "acorn@npm:8.7.0"
|
||||
bin:
|
||||
|
@ -4237,9 +4237,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "eslint@npm:8.5.0"
|
||||
"eslint@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "eslint@npm:8.6.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.0.5
|
||||
"@humanwhocodes/config-array": ^0.9.2
|
||||
|
@ -4253,7 +4253,7 @@ __metadata:
|
|||
eslint-scope: ^7.1.0
|
||||
eslint-utils: ^3.0.0
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
espree: ^9.2.0
|
||||
espree: ^9.3.0
|
||||
esquery: ^1.4.0
|
||||
esutils: ^2.0.2
|
||||
fast-deep-equal: ^3.1.3
|
||||
|
@ -4281,7 +4281,7 @@ __metadata:
|
|||
v8-compile-cache: ^2.0.3
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: c1a9e26070520a308cc30b62ba0d37d5b115ed23987a93219819537bdea9398e6ebe57c27d97be36ecc83b5162c72e82ecb0a9e5b44b7992980f9be90eb5c4b3
|
||||
checksum: 19ed82fa872ebb45d0f10c2514975b85ab37e78e9b562a5aa3abdbe7802111d65f7d5a8563e394a975337b403163b40624c2cc8bfa585a061e8c7dc55def39b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4296,6 +4296,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^9.3.0":
|
||||
version: 9.3.0
|
||||
resolution: "espree@npm:9.3.0"
|
||||
dependencies:
|
||||
acorn: ^8.7.0
|
||||
acorn-jsx: ^5.3.1
|
||||
eslint-visitor-keys: ^3.1.0
|
||||
checksum: c0f1885c4eab652f9be08eb9228cea0df046b559b29d4aed8d6590ea9bd60177d4cb245d204a6f737a79a096861bb4ab8e480aeb8c1dbafef5beec1157353ce4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esprima@npm:^4.0.0, esprima@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "esprima@npm:4.0.1"
|
||||
|
@ -5235,7 +5246,7 @@ __metadata:
|
|||
class-validator: 0.13.2
|
||||
cli-color: 2.0.1
|
||||
connect-typeorm: 1.1.4
|
||||
eslint: 8.5.0
|
||||
eslint: 8.6.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-plugin-import: 2.25.3
|
||||
eslint-plugin-jest: 25.3.4
|
||||
|
|
Loading…
Reference in a new issue