Upgrade eslint TS parser, config next, plugin TS.
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
"@types/node": "^20.2.5",
|
||||
"@types/react": "^18.2.9",
|
||||
"@types/react-redux": "^7.1.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-next": "^13.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
||||
"@typescript-eslint/parser": "^5.59.11",
|
||||
"eslint": "^8.43.0",
|
||||
"eslint-config-next": "^13.4.6",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
|
||||
182
yarn.lock
182
yarn.lock
@@ -1446,10 +1446,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/js@npm:8.42.0":
|
||||
version: 8.42.0
|
||||
resolution: "@eslint/js@npm:8.42.0"
|
||||
checksum: 750558843ac458f7da666122083ee05306fc087ecc1e5b21e7e14e23885775af6c55bcc92283dff1862b7b0d8863ec676c0f18c7faf1219c722fe91a8ece56b6
|
||||
"@eslint/js@npm:8.43.0":
|
||||
version: 8.43.0
|
||||
resolution: "@eslint/js@npm:8.43.0"
|
||||
checksum: 580487a09c82ac169744d36e4af77bc4f582c9a37749d1e9481eb93626c8f3991b2390c6e4e69e5642e3b6e870912b839229a0e23594fae348156ea5a8ed7e2e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1510,12 +1510,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/eslint-plugin-next@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@next/eslint-plugin-next@npm:13.4.4"
|
||||
"@next/eslint-plugin-next@npm:13.4.6":
|
||||
version: 13.4.6
|
||||
resolution: "@next/eslint-plugin-next@npm:13.4.6"
|
||||
dependencies:
|
||||
glob: 7.1.7
|
||||
checksum: 0a14780aed31d5faa6fa4b0a28f1ee7852d5ed5ed2dad166f05b2ed614bd1802fa033d7b313bcfb053b523f708c379052081069802b087f8ce22c787f361621a
|
||||
checksum: b7b53e08a1e2b8862a94981289a3dc4525753e7fd7bc7d0ab60df5e8abd7ab2ad03e079b690d4c816fd48703b160c4ea7c5b1fc4e7a2133b1f1609ae73bfe84f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1798,14 +1798,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.9"
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.11"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": ^4.4.0
|
||||
"@typescript-eslint/scope-manager": 5.59.9
|
||||
"@typescript-eslint/type-utils": 5.59.9
|
||||
"@typescript-eslint/utils": 5.59.9
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/type-utils": 5.59.11
|
||||
"@typescript-eslint/utils": 5.59.11
|
||||
debug: ^4.3.4
|
||||
grapheme-splitter: ^1.0.4
|
||||
ignore: ^5.2.0
|
||||
@@ -1818,7 +1818,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: bd2428e307085d7fa6699913b6e61d65eb450bbcd26f884390cbf16722b80e1d80dc289c72774be1cdffd022744894204c3242f40ba3ffdfa05d3f210c4130bb
|
||||
checksum: ff03eaa65a9fa4415cc1a14c2d4382289b9483f11dd3e0746233c2148d941cdbef421c1693304502f42307c72e049d4c3f3b58d30ce5d2ae452f31906e394e62
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1839,20 +1839,30 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/parser@npm:5.59.9"
|
||||
"@typescript-eslint/parser@npm:^5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/parser@npm:5.59.11"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.59.9
|
||||
"@typescript-eslint/types": 5.59.9
|
||||
"@typescript-eslint/typescript-estree": 5.59.9
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/typescript-estree": 5.59.11
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 69b07d0a5bc6e1d24d23916c057ea9f2f53a0e7fb6dabadff92987c299640edee2c013fb93269322c7124e87b5c515529001397eae33006dfb40e1dcdf1902d7
|
||||
checksum: 75eb6e60577690e3c9dd66fde83c9b4e9e5fd818fe9673e532052d5ba8fa21a5f7a69aad19be99e6ef5825e9f52036262b25e918e51f96e1dc26e862448d2d3a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.59.11"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/visitor-keys": 5.59.11
|
||||
checksum: f5c4e6d26da0a983b8f0c016f3ae63b3462442fe9c04d7510ca397461e13f6c48332b09b584258a7f336399fa7cd866f3ab55eaad89c5096a411c0d05d296475
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1866,22 +1876,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.59.9"
|
||||
"@typescript-eslint/type-utils@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.59.11"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.9
|
||||
"@typescript-eslint/visitor-keys": 5.59.9
|
||||
checksum: 362c22662d844440a7e14223d8cc0722f77ff21ad8f78deb0ee3b3f21de01b8846bf25fbbf527544677e83d8ff48008b3f7d40b39ddec55994ea4a1863e9ec0a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.59.9"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.59.9
|
||||
"@typescript-eslint/utils": 5.59.9
|
||||
"@typescript-eslint/typescript-estree": 5.59.11
|
||||
"@typescript-eslint/utils": 5.59.11
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
@@ -1889,7 +1889,14 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 6bc2619c5024c152b181eff1f44c9b5e7d0fc75ce9403f03b39d59fc1e13191b2fbaf6730f26a1caae22922ac47489f39c2cebccdd713588f6963169ed2a7958
|
||||
checksum: 3570ba21af35e7e0a916b606c1af311c00d20fe354a5837e0e937191b5e99ceb0076a5ba2924eaa028d4614e03981b20cfdd83a2be780c39e02be3b3bd365b63
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/types@npm:5.59.11"
|
||||
checksum: 4bb667571a7254f8c2b0dc3e37100e7290f9be14978722cc31c7204dfababd8a346bed4125e70dcafd15d07be386fb55bb9738bd86662ac10b98a6c964716396
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1900,10 +1907,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/types@npm:5.59.9"
|
||||
checksum: 283f8fee1ee590eeccc2e0fcd3526c856c4b1e2841af2cdcd09eeac842a42cfb32f6bc8b40385380f3dbc3ee29da30f1819115eedf9e16f69ff5a160aeddd8fa
|
||||
"@typescript-eslint/typescript-estree@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.59.11"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/visitor-keys": 5.59.11
|
||||
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: 516a828884e6939000aac17a27208088055670b0fd9bd22d137a7b2d359a8db9ce9cd09eedffed6f498f968be90ce3c2695a91d46abbd4049f87fd3b7bb986b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1925,39 +1943,31 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.59.9"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.9
|
||||
"@typescript-eslint/visitor-keys": 5.59.9
|
||||
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: c0c9b81f20a2a4337f07bc3ccdc9c1dabd765f59096255ed9a149e91e5c9517b25c2b6655f8f073807cfc13500c7451fbd9bb62e5e572c07cc07945ab042db89
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/utils@npm:5.59.9"
|
||||
"@typescript-eslint/utils@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/utils@npm:5.59.11"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": ^4.2.0
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@types/semver": ^7.3.12
|
||||
"@typescript-eslint/scope-manager": 5.59.9
|
||||
"@typescript-eslint/types": 5.59.9
|
||||
"@typescript-eslint/typescript-estree": 5.59.9
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/typescript-estree": 5.59.11
|
||||
eslint-scope: ^5.1.1
|
||||
semver: ^7.3.7
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: 22ec5962886de7dcf65f99c37aad9fb189a3bef6b2b07c81887fb82a0e8bf137246da58e64fb02141352285708440be13acd7f6db1ca19e96f86724813ac4646
|
||||
checksum: a61f3e761dbdc5d0bdb6c78bca7b2e628f7a1920192286d002219cc3acb516757613c2ec2a4adc416858ba1751ecbe2784457d6ebcec6bbb109cfc2ca210572b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.59.11":
|
||||
version: 5.59.11
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.59.11"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 4894ec4b2b8da773b1f44398c836fcacb7f5a0c81f9404ecd193920e88d618091a7328659e0aa24697edda10479534db30bec7c8b0ba9fa0fce43f78222d5619
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1971,16 +1981,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.59.9":
|
||||
version: 5.59.9
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.59.9"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.9
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 2909ce761f7fe546592cd3c43e33263d8a5fa619375fd2fdffbc72ffc33e40d6feacafb28c79f36c638fcc2225048e7cc08c61cbac6ca63723dc68610d80e3e6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@zag-js/element-size@npm:0.3.2":
|
||||
version: 0.3.2
|
||||
resolution: "@zag-js/element-size@npm:0.3.2"
|
||||
@@ -2934,11 +2934,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-next@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "eslint-config-next@npm:13.4.4"
|
||||
"eslint-config-next@npm:^13.4.6":
|
||||
version: 13.4.6
|
||||
resolution: "eslint-config-next@npm:13.4.6"
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next": 13.4.4
|
||||
"@next/eslint-plugin-next": 13.4.6
|
||||
"@rushstack/eslint-patch": ^1.1.3
|
||||
"@typescript-eslint/parser": ^5.42.0
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
@@ -2953,7 +2953,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 8f35474e3222d7c83966a716ed9bc5973643677da790596939c9c5a36216d01aae55027d0c14a6a4ba88e632f0e48129a9f05370540c6b9e07d4737a49b02d8c
|
||||
checksum: fb752857b371da65564f64d95143492114e3e99c64b7e3a86a3ee928a62b4336c3acfff45352203392cca2b37508effc30e0c77b93991d525cf8f4642f2372ca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3129,14 +3129,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^8.42.0":
|
||||
version: 8.42.0
|
||||
resolution: "eslint@npm:8.42.0"
|
||||
"eslint@npm:^8.43.0":
|
||||
version: 8.43.0
|
||||
resolution: "eslint@npm:8.43.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": ^4.2.0
|
||||
"@eslint-community/regexpp": ^4.4.0
|
||||
"@eslint/eslintrc": ^2.0.3
|
||||
"@eslint/js": 8.42.0
|
||||
"@eslint/js": 8.43.0
|
||||
"@humanwhocodes/config-array": ^0.11.10
|
||||
"@humanwhocodes/module-importer": ^1.0.1
|
||||
"@nodelib/fs.walk": ^1.2.8
|
||||
@@ -3174,7 +3174,7 @@ __metadata:
|
||||
text-table: ^0.2.0
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: 07105397b5f2ff4064b983b8971e8c379ec04b1dfcc9d918976b3e00377189000161dac991d82ba14f8759e466091b8c71146f602930ca810c290ee3fcb3faf0
|
||||
checksum: 55654ce00b0d128822b57526e40473d0497c7c6be3886afdc0b41b6b0dfbd34d0eae8159911b18451b4db51a939a0e6d2e117e847ae419086884fc3d4fe23c7c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4389,11 +4389,11 @@ __metadata:
|
||||
"@types/node": ^20.2.5
|
||||
"@types/react": ^18.2.9
|
||||
"@types/react-redux": ^7.1.25
|
||||
"@typescript-eslint/eslint-plugin": ^5.59.9
|
||||
"@typescript-eslint/parser": ^5.59.9
|
||||
"@typescript-eslint/eslint-plugin": ^5.59.11
|
||||
"@typescript-eslint/parser": ^5.59.11
|
||||
date-fns: ^2.30.0
|
||||
eslint: ^8.42.0
|
||||
eslint-config-next: ^13.4.4
|
||||
eslint: ^8.43.0
|
||||
eslint-config-next: ^13.4.6
|
||||
eslint-config-prettier: ^8.8.0
|
||||
eslint-plugin-jsx-a11y: ^6.7.1
|
||||
eslint-plugin-react: ^7.32.2
|
||||
|
||||
Reference in New Issue
Block a user