mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Update linters
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c0471b36fd
commit
71eb99a9e5
2 changed files with 113 additions and 36 deletions
|
@ -142,13 +142,13 @@
|
|||
"@types/react-dom": "18.0.5",
|
||||
"@types/sass": "1.43.1",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.3",
|
||||
"@typescript-eslint/parser": "5.30.3",
|
||||
"cypress": "10.3.0",
|
||||
"cypress-commands": "3.0.0",
|
||||
"cypress-fill-command": "1.0.2",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-config-next": "12.1.6",
|
||||
"eslint": "8.19.0",
|
||||
"eslint-config-next": "12.2.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-chai-friendly": "0.7.2",
|
||||
"eslint-plugin-cypress": "2.12.1",
|
||||
|
|
141
yarn.lock
141
yarn.lock
|
@ -2008,8 +2008,8 @@ __metadata:
|
|||
"@types/react-dom": 18.0.5
|
||||
"@types/sass": 1.43.1
|
||||
"@types/uuid": 8.3.4
|
||||
"@typescript-eslint/eslint-plugin": 5.29.0
|
||||
"@typescript-eslint/parser": 5.29.0
|
||||
"@typescript-eslint/eslint-plugin": 5.30.3
|
||||
"@typescript-eslint/parser": 5.30.3
|
||||
"@uiw/react-codemirror": 4.10.3
|
||||
abcjs: 6.0.3
|
||||
bootstrap: 4.6.1
|
||||
|
@ -2024,8 +2024,8 @@ __metadata:
|
|||
dompurify: 2.3.8
|
||||
emoji-picker-element: 1.12.1
|
||||
emoji-picker-element-data: 1.3.0
|
||||
eslint: 8.18.0
|
||||
eslint-config-next: 12.1.6
|
||||
eslint: 8.19.0
|
||||
eslint-config-next: 12.2.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-chai-friendly: 0.7.2
|
||||
eslint-plugin-cypress: 2.12.1
|
||||
|
@ -3304,12 +3304,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/eslint-plugin-next@npm:12.1.6":
|
||||
version: 12.1.6
|
||||
resolution: "@next/eslint-plugin-next@npm:12.1.6"
|
||||
"@next/eslint-plugin-next@npm:12.2.0":
|
||||
version: 12.2.0
|
||||
resolution: "@next/eslint-plugin-next@npm:12.2.0"
|
||||
dependencies:
|
||||
glob: 7.1.7
|
||||
checksum: 33dcaf71f299d3c8a0744cad512369f92d7a355f3c0d57f2496e888e4242080c49226ec2c59ba2efac04b3a1df51c36019b853b4177df082ca4621a1713a2229
|
||||
checksum: 2e33b9af79af680fd873d74e91bed397930a91802c1d7a293db757227ebc431d3d856de69477dc178dec8b531635ea69d79b188293024f1371afe6c348dbe647
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5004,13 +5004,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:5.29.0":
|
||||
version: 5.29.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.29.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.29.0
|
||||
"@typescript-eslint/type-utils": 5.29.0
|
||||
"@typescript-eslint/utils": 5.29.0
|
||||
"@typescript-eslint/scope-manager": 5.30.3
|
||||
"@typescript-eslint/type-utils": 5.30.3
|
||||
"@typescript-eslint/utils": 5.30.3
|
||||
debug: ^4.3.4
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.2.0
|
||||
|
@ -5023,11 +5023,28 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: b1022a640f80c314ac8b247a2ccdd21f4b523b3cb8906956f5d276008ac964c8a1e951b2b2b16ca9621eb795dc9bbf6447b5b767acfe4866a1bc3e3527d966fc
|
||||
checksum: 74533498eb570a5976f15119019f4d16d98f460a1309a8dcb7839f2590b2014d85bf740e29f6f21f24dde50a669a95c9361388546c9116d0eb90c8fd21ac888e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:5.29.0, @typescript-eslint/parser@npm:^5.21.0":
|
||||
"@typescript-eslint/parser@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/parser@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.30.3
|
||||
"@typescript-eslint/types": 5.30.3
|
||||
"@typescript-eslint/typescript-estree": 5.30.3
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: d1bd40b0e97ea22fcb4c921e02dd02cfcbcf740261bfb6984fdbebf27b668e4abf0e0bf2135363f1bf7541d88f5d65206ce7e3dc30d385f03721177b61a2f5e1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.21.0":
|
||||
version: 5.29.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.29.0"
|
||||
dependencies:
|
||||
|
@ -5054,11 +5071,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.29.0":
|
||||
version: 5.29.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.29.0"
|
||||
"@typescript-eslint/scope-manager@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.29.0
|
||||
"@typescript-eslint/types": 5.30.3
|
||||
"@typescript-eslint/visitor-keys": 5.30.3
|
||||
checksum: d2b6673cdcaa46fa8893482e8edaae8362d1e9fec814b79db6f256373cee365e90a4dbab98bc71d29194e29162434b8dd3bdec1a865f9dedf9a9b1e23b96fe9c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.30.3
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
|
@ -5066,7 +5093,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 686b8ff05a7591f76a2a1d3746b988168dcbd59c2f52de095b19e4f8e17063e03dc3d0f7b3d84f7be6880f2df97c3e184877664d0b4275ea9871c31d1e58c7d2
|
||||
checksum: 5d81ca9986a219373abeab08af086ac80f0d8d9c0ee758adba720a2d414b06e1a0923477dc02c130d77f8104431bfcbddfac6a84998d94a93a49e1f2cb6e8ad6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5077,6 +5104,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/types@npm:5.30.3"
|
||||
checksum: 6b095321c7d7592234c1a4c08fc214b32c4b7b2e0cd954dba06e971b8d7361ae21dd1f4eab0f317eee457a0890b6442bfc676b3e8a8a82a66a0b25aa0c8c01b1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.29.0, @typescript-eslint/typescript-estree@npm:^5.13.0":
|
||||
version: 5.29.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.29.0"
|
||||
|
@ -5095,7 +5129,41 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.29.0, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
"@typescript-eslint/typescript-estree@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.30.3
|
||||
"@typescript-eslint/visitor-keys": 5.30.3
|
||||
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: 2a83143cf79cbb6a471ddba71914df5728f00378188a052e2c9bf0275b79bccecd0a244699e15f8ab06eab67fc7274409ab561bb873ff8c3c21328f28327a62e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/utils@npm:5.30.3"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.30.3
|
||||
"@typescript-eslint/types": 5.30.3
|
||||
"@typescript-eslint/typescript-estree": 5.30.3
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: cfc080878c7c209aecdc0dc6799825b4ddf1dce240004ab79abce93a156e6ff41d7dda51329a76a3ecdcb066d34d3f366ca07702b67f148ee8808a125bfb43e3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.13.0":
|
||||
version: 5.29.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.29.0"
|
||||
dependencies:
|
||||
|
@ -5121,6 +5189,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.30.3":
|
||||
version: 5.30.3
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.30.3"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.30.3
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: d0947247fcff6f405235d6e825e5f864e551b3603e504418f33e931a72e6da49592767e3bbfa37fa6d9caf1a2f7aac6565978a0da43e71dceea6406550ae1d9d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@uiw/react-codemirror@npm:4.10.3":
|
||||
version: 4.10.3
|
||||
resolution: "@uiw/react-codemirror@npm:4.10.3"
|
||||
|
@ -9702,11 +9780,11 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-next@npm:12.1.6":
|
||||
version: 12.1.6
|
||||
resolution: "eslint-config-next@npm:12.1.6"
|
||||
"eslint-config-next@npm:12.2.0":
|
||||
version: 12.2.0
|
||||
resolution: "eslint-config-next@npm:12.2.0"
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next": 12.1.6
|
||||
"@next/eslint-plugin-next": 12.2.0
|
||||
"@rushstack/eslint-patch": ^1.1.3
|
||||
"@typescript-eslint/parser": ^5.21.0
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
|
@ -9717,12 +9795,11 @@ __metadata:
|
|||
eslint-plugin-react-hooks: ^4.5.0
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0
|
||||
next: ">=10.2.0"
|
||||
typescript: ">=3.3.1"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: b3ba9e8f598b4018002aaaa64dc0e8a8b5994be992839a8b1b0a7f7ab0e4cbe006a30fd787524baab7c1e979dc6b41d4cdcbe239be181635413d987be7f25b6f
|
||||
checksum: 014d9a9166ed1d6facc8d67d25bb613d1ceaa0d407a83ee3a6b180fe134bf49ffc6e109b2d3c70b1afeda883ebc45bb0aa1ab079fd9e97344e257321ab4209f6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -9998,9 +10075,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "eslint@npm:8.18.0"
|
||||
"eslint@npm:8.19.0":
|
||||
version: 8.19.0
|
||||
resolution: "eslint@npm:8.19.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.3.0
|
||||
"@humanwhocodes/config-array": ^0.9.2
|
||||
|
@ -10039,7 +10116,7 @@ __metadata:
|
|||
v8-compile-cache: ^2.0.3
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: d9b4b7488a9cee97608343cbb5ac652d3f316436f95ef0800cd9497c1c6f877b655a3275817989c02f1ff0d5dfd1959c5092af9251c7e3fcf60659da37752a10
|
||||
checksum: 0bc9df1a3a09dcd5a781ec728f280aa8af3ab19c2d1f14e2668b5ee5b8b1fb0e72dde5c3acf738e7f4281685fb24ec149b6154255470b06cf41de76350bca7a4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue