mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump typescript-eslint to 7.x (#6525)

* chore(deps-dev): bump typescript-eslint to 6.x

* chore(deps-dev): switch to @react-native/eslint-config

* chore(deps-dev): bump typescript-eslint to 7.x

authored by

Trivikram Kamat and committed by
GitHub
f1c221ed 78e34c8d

+198 -93
+1 -1
.eslintrc.js
··· 1 1 module.exports = { 2 2 root: true, 3 3 extends: [ 4 - '@react-native-community', 4 + '@react-native', 5 5 'plugin:react/recommended', 6 6 'plugin:react/jsx-runtime', 7 7 'plugin:react-native-a11y/ios',
+3 -3
package.json
··· 214 214 "@lingui/cli": "^4.5.0", 215 215 "@lingui/macro": "^4.5.0", 216 216 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", 217 - "@react-native-community/eslint-config": "^3.0.0", 217 + "@react-native/eslint-config": "^0.76.2", 218 218 "@react-native/typescript-config": "^0.74.1", 219 219 "@testing-library/jest-native": "^5.4.1", 220 220 "@testing-library/react-native": "^11.5.2", ··· 228 228 "@types/react-dom": "^18.2.18", 229 229 "@types/react-responsive": "^8.0.5", 230 230 "@types/react-test-renderer": "^17.0.1", 231 - "@typescript-eslint/eslint-plugin": "^5.48.2", 232 - "@typescript-eslint/parser": "^5.48.2", 231 + "@typescript-eslint/eslint-plugin": "^7.18.0", 232 + "@typescript-eslint/parser": "^7.18.0", 233 233 "babel-jest": "^29.7.0", 234 234 "babel-plugin-macros": "^3.1.0", 235 235 "babel-plugin-module-resolver": "^5.0.0",
+194 -89
yarn.lock
··· 1152 1152 "@babel/highlight" "^7.24.2" 1153 1153 picocolors "^1.0.0" 1154 1154 1155 - "@babel/code-frame@^7.25.9": 1155 + "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": 1156 1156 version "7.26.2" 1157 1157 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" 1158 1158 integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== ··· 1181 1181 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e" 1182 1182 integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg== 1183 1183 1184 - "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.20.0", "@babel/core@^7.20.2": 1184 + "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.20.2": 1185 1185 version "7.22.10" 1186 1186 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35" 1187 1187 integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw== ··· 1244 1244 json5 "^2.2.3" 1245 1245 semver "^6.3.1" 1246 1246 1247 - "@babel/eslint-parser@^7.18.2": 1248 - version "7.22.10" 1249 - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz#bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09" 1250 - integrity sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg== 1247 + "@babel/core@^7.25.2": 1248 + version "7.26.0" 1249 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" 1250 + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== 1251 + dependencies: 1252 + "@ampproject/remapping" "^2.2.0" 1253 + "@babel/code-frame" "^7.26.0" 1254 + "@babel/generator" "^7.26.0" 1255 + "@babel/helper-compilation-targets" "^7.25.9" 1256 + "@babel/helper-module-transforms" "^7.26.0" 1257 + "@babel/helpers" "^7.26.0" 1258 + "@babel/parser" "^7.26.0" 1259 + "@babel/template" "^7.25.9" 1260 + "@babel/traverse" "^7.25.9" 1261 + "@babel/types" "^7.26.0" 1262 + convert-source-map "^2.0.0" 1263 + debug "^4.1.0" 1264 + gensync "^1.0.0-beta.2" 1265 + json5 "^2.2.3" 1266 + semver "^6.3.1" 1267 + 1268 + "@babel/eslint-parser@^7.25.1": 1269 + version "7.25.9" 1270 + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c" 1271 + integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ== 1251 1272 dependencies: 1252 1273 "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" 1253 1274 eslint-visitor-keys "^2.1.0" ··· 1293 1314 "@jridgewell/trace-mapping" "^0.3.25" 1294 1315 jsesc "^2.5.1" 1295 1316 1296 - "@babel/generator@^7.25.9": 1317 + "@babel/generator@^7.25.9", "@babel/generator@^7.26.0": 1297 1318 version "7.26.2" 1298 1319 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" 1299 1320 integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== ··· 1551 1572 dependencies: 1552 1573 "@babel/types" "^7.24.6" 1553 1574 1575 + "@babel/helper-module-imports@^7.25.9": 1576 + version "7.25.9" 1577 + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" 1578 + integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== 1579 + dependencies: 1580 + "@babel/traverse" "^7.25.9" 1581 + "@babel/types" "^7.25.9" 1582 + 1554 1583 "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": 1555 1584 version "7.22.9" 1556 1585 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" ··· 1595 1624 "@babel/helper-split-export-declaration" "^7.24.5" 1596 1625 "@babel/helper-validator-identifier" "^7.24.5" 1597 1626 1627 + "@babel/helper-module-transforms@^7.26.0": 1628 + version "7.26.0" 1629 + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" 1630 + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== 1631 + dependencies: 1632 + "@babel/helper-module-imports" "^7.25.9" 1633 + "@babel/helper-validator-identifier" "^7.25.9" 1634 + "@babel/traverse" "^7.25.9" 1635 + 1598 1636 "@babel/helper-optimise-call-expression@^7.22.5": 1599 1637 version "7.22.5" 1600 1638 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" ··· 1832 1870 "@babel/traverse" "^7.24.5" 1833 1871 "@babel/types" "^7.24.5" 1834 1872 1873 + "@babel/helpers@^7.26.0": 1874 + version "7.26.0" 1875 + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" 1876 + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== 1877 + dependencies: 1878 + "@babel/template" "^7.25.9" 1879 + "@babel/types" "^7.26.0" 1880 + 1835 1881 "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10": 1836 1882 version "7.22.10" 1837 1883 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" ··· 1875 1921 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" 1876 1922 integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== 1877 1923 1878 - "@babel/parser@^7.25.9", "@babel/parser@^7.26.2": 1924 + "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": 1879 1925 version "7.26.2" 1880 1926 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" 1881 1927 integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== ··· 3381 3427 dependencies: 3382 3428 eslint-visitor-keys "^3.3.0" 3383 3429 3384 - "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1": 3430 + "@eslint-community/eslint-utils@^4.4.0": 3431 + version "4.4.1" 3432 + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56" 3433 + integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA== 3434 + dependencies: 3435 + eslint-visitor-keys "^3.4.3" 3436 + 3437 + "@eslint-community/regexpp@^4.10.0": 3438 + version "4.12.1" 3439 + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" 3440 + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== 3441 + 3442 + "@eslint-community/regexpp@^4.6.1": 3385 3443 version "4.6.2" 3386 3444 resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8" 3387 3445 integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw== ··· 5469 5527 prompts "^2.4.2" 5470 5528 semver "^7.5.2" 5471 5529 5472 - "@react-native-community/eslint-config@^3.0.0": 5473 - version "3.2.0" 5474 - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz#42f677d5fff385bccf1be1d3b8faa8c086cf998d" 5475 - integrity sha512-ZjGvoeiBtCbd506hQqwjKmkWPgynGUoJspG8/MuV/EfKnkjCtBmeJvq2n+sWbWEvL9LWXDp2GJmPzmvU5RSvKQ== 5476 - dependencies: 5477 - "@babel/core" "^7.14.0" 5478 - "@babel/eslint-parser" "^7.18.2" 5479 - "@react-native-community/eslint-plugin" "^1.1.0" 5480 - "@typescript-eslint/eslint-plugin" "^5.30.5" 5481 - "@typescript-eslint/parser" "^5.30.5" 5482 - eslint-config-prettier "^8.5.0" 5483 - eslint-plugin-eslint-comments "^3.2.0" 5484 - eslint-plugin-ft-flow "^2.0.1" 5485 - eslint-plugin-jest "^26.5.3" 5486 - eslint-plugin-prettier "^4.2.1" 5487 - eslint-plugin-react "^7.30.1" 5488 - eslint-plugin-react-hooks "^4.6.0" 5489 - eslint-plugin-react-native "^4.0.0" 5490 - 5491 - "@react-native-community/eslint-plugin@^1.1.0": 5492 - version "1.3.0" 5493 - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.3.0.tgz#9e558170c106bbafaa1ef502bd8e6d4651012bf9" 5494 - integrity sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg== 5495 - 5496 5530 "@react-native-masked-view/masked-view@0.3.0": 5497 5531 version "0.3.0" 5498 5532 resolved "https://registry.yarnpkg.com/@react-native-masked-view/masked-view/-/masked-view-0.3.0.tgz#bd29fae18d148a685331910a3c7b766ce87eafcc" ··· 5636 5670 serve-static "^1.13.1" 5637 5671 temp-dir "^2.0.0" 5638 5672 ws "^6.2.2" 5673 + 5674 + "@react-native/eslint-config@^0.76.2": 5675 + version "0.76.2" 5676 + resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.76.2.tgz#2741eee69ff194b8adc15281c0cb9695ba015ef0" 5677 + integrity sha512-7w/WkBmBMTu+1i381Wi+XBNINAZaJcvcljShf26u2qXSiSY8pdXL2kb1pS+oZkD7KUDK2AnUbCkSp8hI7+lnyQ== 5678 + dependencies: 5679 + "@babel/core" "^7.25.2" 5680 + "@babel/eslint-parser" "^7.25.1" 5681 + "@react-native/eslint-plugin" "0.76.2" 5682 + "@typescript-eslint/eslint-plugin" "^7.1.1" 5683 + "@typescript-eslint/parser" "^7.1.1" 5684 + eslint-config-prettier "^8.5.0" 5685 + eslint-plugin-eslint-comments "^3.2.0" 5686 + eslint-plugin-ft-flow "^2.0.1" 5687 + eslint-plugin-jest "^27.9.0" 5688 + eslint-plugin-react "^7.30.1" 5689 + eslint-plugin-react-hooks "^4.6.0" 5690 + eslint-plugin-react-native "^4.0.0" 5691 + hermes-eslint "^0.23.1" 5692 + 5693 + "@react-native/eslint-plugin@0.76.2": 5694 + version "0.76.2" 5695 + resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.76.2.tgz#cc55f7a31a38675fc7f31195d8551872e9243419" 5696 + integrity sha512-KHNMyxSNgAY4K1bpeTb7E0iUkqQ3ujAIsBQ0DigAiDVuE2S3j29mq/t1jnuyqBYpw0uwkwGNqIwI7W+vSduEtw== 5639 5697 5640 5698 "@react-native/gradle-plugin@0.74.83": 5641 5699 version "0.74.83" ··· 7053 7111 dependencies: 7054 7112 "@types/yargs-parser" "*" 7055 7113 7056 - "@typescript-eslint/eslint-plugin@^5.30.5", "@typescript-eslint/eslint-plugin@^5.48.2": 7057 - version "5.62.0" 7058 - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" 7059 - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== 7114 + "@typescript-eslint/eslint-plugin@^7.1.1", "@typescript-eslint/eslint-plugin@^7.18.0": 7115 + version "7.18.0" 7116 + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" 7117 + integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== 7060 7118 dependencies: 7061 - "@eslint-community/regexpp" "^4.4.0" 7062 - "@typescript-eslint/scope-manager" "5.62.0" 7063 - "@typescript-eslint/type-utils" "5.62.0" 7064 - "@typescript-eslint/utils" "5.62.0" 7065 - debug "^4.3.4" 7119 + "@eslint-community/regexpp" "^4.10.0" 7120 + "@typescript-eslint/scope-manager" "7.18.0" 7121 + "@typescript-eslint/type-utils" "7.18.0" 7122 + "@typescript-eslint/utils" "7.18.0" 7123 + "@typescript-eslint/visitor-keys" "7.18.0" 7066 7124 graphemer "^1.4.0" 7067 - ignore "^5.2.0" 7068 - natural-compare-lite "^1.4.0" 7069 - semver "^7.3.7" 7070 - tsutils "^3.21.0" 7125 + ignore "^5.3.1" 7126 + natural-compare "^1.4.0" 7127 + ts-api-utils "^1.3.0" 7071 7128 7072 - "@typescript-eslint/parser@^5.30.5", "@typescript-eslint/parser@^5.48.2": 7073 - version "5.62.0" 7074 - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" 7075 - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== 7129 + "@typescript-eslint/parser@^7.1.1", "@typescript-eslint/parser@^7.18.0": 7130 + version "7.18.0" 7131 + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" 7132 + integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== 7076 7133 dependencies: 7077 - "@typescript-eslint/scope-manager" "5.62.0" 7078 - "@typescript-eslint/types" "5.62.0" 7079 - "@typescript-eslint/typescript-estree" "5.62.0" 7134 + "@typescript-eslint/scope-manager" "7.18.0" 7135 + "@typescript-eslint/types" "7.18.0" 7136 + "@typescript-eslint/typescript-estree" "7.18.0" 7137 + "@typescript-eslint/visitor-keys" "7.18.0" 7080 7138 debug "^4.3.4" 7081 7139 7082 7140 "@typescript-eslint/scope-manager@5.62.0": ··· 7087 7145 "@typescript-eslint/types" "5.62.0" 7088 7146 "@typescript-eslint/visitor-keys" "5.62.0" 7089 7147 7090 - "@typescript-eslint/type-utils@5.62.0": 7091 - version "5.62.0" 7092 - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" 7093 - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== 7148 + "@typescript-eslint/scope-manager@7.18.0": 7149 + version "7.18.0" 7150 + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" 7151 + integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== 7152 + dependencies: 7153 + "@typescript-eslint/types" "7.18.0" 7154 + "@typescript-eslint/visitor-keys" "7.18.0" 7155 + 7156 + "@typescript-eslint/type-utils@7.18.0": 7157 + version "7.18.0" 7158 + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" 7159 + integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== 7094 7160 dependencies: 7095 - "@typescript-eslint/typescript-estree" "5.62.0" 7096 - "@typescript-eslint/utils" "5.62.0" 7161 + "@typescript-eslint/typescript-estree" "7.18.0" 7162 + "@typescript-eslint/utils" "7.18.0" 7097 7163 debug "^4.3.4" 7098 - tsutils "^3.21.0" 7164 + ts-api-utils "^1.3.0" 7099 7165 7100 7166 "@typescript-eslint/types@5.62.0": 7101 7167 version "5.62.0" 7102 7168 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" 7103 7169 integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== 7104 7170 7171 + "@typescript-eslint/types@7.18.0": 7172 + version "7.18.0" 7173 + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" 7174 + integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== 7175 + 7105 7176 "@typescript-eslint/typescript-estree@5.62.0": 7106 7177 version "5.62.0" 7107 7178 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" ··· 7115 7186 semver "^7.3.7" 7116 7187 tsutils "^3.21.0" 7117 7188 7118 - "@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.61.0": 7189 + "@typescript-eslint/typescript-estree@7.18.0": 7190 + version "7.18.0" 7191 + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" 7192 + integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== 7193 + dependencies: 7194 + "@typescript-eslint/types" "7.18.0" 7195 + "@typescript-eslint/visitor-keys" "7.18.0" 7196 + debug "^4.3.4" 7197 + globby "^11.1.0" 7198 + is-glob "^4.0.3" 7199 + minimatch "^9.0.4" 7200 + semver "^7.6.0" 7201 + ts-api-utils "^1.3.0" 7202 + 7203 + "@typescript-eslint/utils@7.18.0": 7204 + version "7.18.0" 7205 + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" 7206 + integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== 7207 + dependencies: 7208 + "@eslint-community/eslint-utils" "^4.4.0" 7209 + "@typescript-eslint/scope-manager" "7.18.0" 7210 + "@typescript-eslint/types" "7.18.0" 7211 + "@typescript-eslint/typescript-estree" "7.18.0" 7212 + 7213 + "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.61.0": 7119 7214 version "5.62.0" 7120 7215 resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" 7121 7216 integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== ··· 7136 7231 dependencies: 7137 7232 "@typescript-eslint/types" "5.62.0" 7138 7233 eslint-visitor-keys "^3.3.0" 7234 + 7235 + "@typescript-eslint/visitor-keys@7.18.0": 7236 + version "7.18.0" 7237 + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" 7238 + integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== 7239 + dependencies: 7240 + "@typescript-eslint/types" "7.18.0" 7241 + eslint-visitor-keys "^3.4.3" 7139 7242 7140 7243 "@urql/core@2.3.6": 7141 7244 version "2.3.6" ··· 9938 10041 lodash "^4.17.21" 9939 10042 string-natural-compare "^3.0.1" 9940 10043 9941 - eslint-plugin-jest@^26.5.3: 9942 - version "26.9.0" 9943 - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949" 9944 - integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng== 10044 + eslint-plugin-jest@^27.9.0: 10045 + version "27.9.0" 10046 + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b" 10047 + integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug== 9945 10048 dependencies: 9946 10049 "@typescript-eslint/utils" "^5.10.0" 9947 10050 ··· 9951 10054 integrity sha512-o63ySrDZlsujAaa3ybiFAjhkE1LHaKw5Z5GztiKHu1R+40tVOShy1XKvM+Q+vBykRXV9UrxE1oR79pUOSrsLVA== 9952 10055 dependencies: 9953 10056 "@typescript-eslint/utils" "^5.61.0" 9954 - 9955 - eslint-plugin-prettier@^4.2.1: 9956 - version "4.2.1" 9957 - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" 9958 - integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== 9959 - dependencies: 9960 - prettier-linter-helpers "^1.0.0" 9961 10057 9962 10058 eslint-plugin-react-compiler@^19.0.0-beta-a7bf2bd-20241110: 9963 10059 version "19.0.0-beta-a7bf2bd-20241110" ··· 10628 10724 version "3.1.3" 10629 10725 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" 10630 10726 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== 10631 - 10632 - fast-diff@^1.1.2: 10633 - version "1.3.0" 10634 - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" 10635 - integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== 10636 10727 10637 10728 fast-fifo@^1.1.0, fast-fifo@^1.2.0: 10638 10729 version "1.3.2" ··· 11426 11517 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" 11427 11518 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== 11428 11519 11520 + hermes-eslint@^0.23.1: 11521 + version "0.23.1" 11522 + resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.23.1.tgz#e0801e58bd4a70f01b0b0659805f315ab7ea6691" 11523 + integrity sha512-DaEpbJobK1KwpTSXrPIKkHs2h+B+RTw2F1g9S70tjtJ14a3zM+2gPVUtc8xyffQqRJ6tPfs+/zRKwV17lwDvqA== 11524 + dependencies: 11525 + esrecurse "^4.3.0" 11526 + hermes-estree "0.23.1" 11527 + hermes-parser "0.23.1" 11528 + 11429 11529 hermes-estree@0.18.2: 11430 11530 version "0.18.2" 11431 11531 resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.18.2.tgz#fd450fa1659cf074ceaa2ddeeb21674f3b2342f3" ··· 11441 11541 resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.20.1.tgz#0b9a544cf883a779a8e1444b915fa365bef7f72d" 11442 11542 integrity sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg== 11443 11543 11544 + hermes-estree@0.23.1: 11545 + version "0.23.1" 11546 + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.23.1.tgz#d0bac369a030188120ee7024926aabe5a9f84fdb" 11547 + integrity sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg== 11548 + 11444 11549 hermes-parser@0.18.2: 11445 11550 version "0.18.2" 11446 11551 resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.18.2.tgz#50f15e2fcd559a48c68cd7af259d4292298bd14d" ··· 11454 11559 integrity sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A== 11455 11560 dependencies: 11456 11561 hermes-estree "0.19.1" 11562 + 11563 + hermes-parser@0.23.1: 11564 + version "0.23.1" 11565 + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205" 11566 + integrity sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA== 11567 + dependencies: 11568 + hermes-estree "0.23.1" 11457 11569 11458 11570 hermes-parser@^0.20.1: 11459 11571 version "0.20.1" ··· 14166 14278 resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" 14167 14279 integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== 14168 14280 14169 - natural-compare-lite@^1.4.0: 14170 - version "1.4.0" 14171 - resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" 14172 - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== 14173 - 14174 14281 natural-compare@^1.4.0: 14175 14282 version "1.4.0" 14176 14283 resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" ··· 15382 15489 version "1.2.1" 15383 15490 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" 15384 15491 integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== 15385 - 15386 - prettier-linter-helpers@^1.0.0: 15387 - version "1.0.0" 15388 - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" 15389 - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== 15390 - dependencies: 15391 - fast-diff "^1.1.2" 15392 15492 15393 15493 prettier@^2.8.3: 15394 15494 version "2.8.8" ··· 17981 18081 version "0.6.7" 17982 18082 resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.7.tgz#46961cd2d57dd8706c36664acde06a248f1173fe" 17983 18083 integrity sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg== 18084 + 18085 + ts-api-utils@^1.3.0: 18086 + version "1.4.0" 18087 + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.0.tgz#709c6f2076e511a81557f3d07a0cbd566ae8195c" 18088 + integrity sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ== 17984 18089 17985 18090 ts-interface-checker@^0.1.9: 17986 18091 version "0.1.13"