From 3bff9d3c79e6de2f355f87b42546ae4775deba47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:53:02 +0000 Subject: [PATCH] build(deps-dev): bump @eslint-react/eslint-plugin from 5.8.16 to 5.10.0 Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) from 5.8.16 to 5.10.0. - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.10.0/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 5.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 367 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 220 insertions(+), 149 deletions(-) diff --git a/package.json b/package.json index 5bb8bbd..96746bc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "sass": "^1.101.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "^5.8.16", + "@eslint-react/eslint-plugin": "^5.10.0", "@eslint/js": "^10.0.1", "@types/d3": "^7.4.3", "@types/react": "^19.2.14", diff --git a/yarn.lock b/yarn.lock index 2ba199d..c819f67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,84 +36,84 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== -"@eslint-react/ast@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/ast/-/ast-5.8.16.tgz#ec822fdcdd382212a01e4c5e10c6252bd50df026" - integrity sha512-AhoKtOB1pFvh85Iu6JQUc+IwVZdSIIEfqOwq4BrQ/9pGmWig/QxB3c6sMnKJjJEk1dfIqocak9spRMgSEtPvfg== - dependencies: - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/typescript-estree" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +"@eslint-react/ast@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/ast/-/ast-5.10.0.tgz#6fc2a03f2724a20c43523a289cd77812a45acae8" + integrity sha512-8AZj8ZkRIwLnsy9dA7A9aJJp0rjURKa18/rZU7I37akXVpRBpQAui3+Z7IfbSH5t5B3y3vIM96kpYfc5RiYXYw== + dependencies: + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/typescript-estree" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" string-ts "^2.3.1" -"@eslint-react/core@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/core/-/core-5.8.16.tgz#29ca6d6899fe83b0e0e85a00dc102a910e9a9330" - integrity sha512-ZUIlaf0hxiYco2Mq9LRNgeRSQ5ez6dFqHhccrctTU38FcRsw6uTPWi9aQWy7GSLgikrGiX2UlI4RdXtPUEO/5w== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/jsx" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/scope-manager" "^8.60.1" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +"@eslint-react/core@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/core/-/core-5.10.0.tgz#b98967fa034dc8faf443052bdcc6e9aafaff2e5d" + integrity sha512-brqXjHlQV9WD337ksz8u9g4z70czWTeLBA74cdPvZ32IlYuIYTIPu/R5j8MXLQhaTAJmC6+H3RN+EjgrTfFvRw== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/jsx" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/scope-manager" "^8.62.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" ts-pattern "^5.9.0" -"@eslint-react/eslint-plugin@^5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.16.tgz#7823096f5dafe280dab338d899d6b0023755f36d" - integrity sha512-IWjy9De4Xw5/zuf1S9oXlOMw+6JreFdvcf3ZhMkpWu26KNmTrtuD5YLEUA87WXnLDNxePVhVa14yy+hsqHGPdg== - dependencies: - "@eslint-react/shared" "5.8.16" - eslint-plugin-react-dom "5.8.16" - eslint-plugin-react-jsx "5.8.16" - eslint-plugin-react-naming-convention "5.8.16" - eslint-plugin-react-rsc "5.8.16" - eslint-plugin-react-web-api "5.8.16" - eslint-plugin-react-x "5.8.16" - -"@eslint-react/eslint@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/eslint/-/eslint-5.8.16.tgz#d78038685a3d1fad0e27410524cdbaacae51054d" - integrity sha512-iamh8HVVQJWWJTiS/ZK/N1vcXhVGyvO5OXmJsBghNnjsOHL/sXaHYwhTkzCkIo21bnFUAvdFqVex3/rjhf5eew== - dependencies: - "@typescript-eslint/utils" "^8.60.1" - -"@eslint-react/jsx@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/jsx/-/jsx-5.8.16.tgz#9591b239d476f3d1018fa9cbbd2232890eeba8b0" - integrity sha512-sR0J4zRAT6uZGPbYl2IvBm/7G7NNXpoLcCXMLh60hJdvZoq8zEpOQGDYVA9r0yFeZUXhbPimNjFVPBtdtEwSjQ== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +"@eslint-react/eslint-plugin@^5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/eslint-plugin/-/eslint-plugin-5.10.0.tgz#ed12cbed609a88350d6121fda16995465e40ed9c" + integrity sha512-wIlaphThT/ld61VYc1Sss8U7KmOsv2pgwV9ucSWRJSzqQ+DkXsoeMbv/TvsnVV39Lq6wfWnBt8r7F9EnmtNpqA== + dependencies: + "@eslint-react/shared" "5.10.0" + eslint-plugin-react-dom "5.10.0" + eslint-plugin-react-jsx "5.10.0" + eslint-plugin-react-naming-convention "5.10.0" + eslint-plugin-react-rsc "5.10.0" + eslint-plugin-react-web-api "5.10.0" + eslint-plugin-react-x "5.10.0" + +"@eslint-react/eslint@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/eslint/-/eslint-5.10.0.tgz#ecb8ebcd5dfdca59d3b3cd1a4636f84c7080c926" + integrity sha512-iHoMYyLdrzQJcZESTJ9xa56CzrKR0gmJyQB6KAz95b0zjKY9VCpKufnZ6ZlPQ33p2IGQq8A30uk3KLULYCgGNw== + dependencies: + "@typescript-eslint/utils" "^8.62.0" + +"@eslint-react/jsx@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/jsx/-/jsx-5.10.0.tgz#2d576d0df66d7fd67467961c029e318de878e4ac" + integrity sha512-jrZNSItx/OFVFNyax2sU2QXjxAfDazKGOLt3bWdjpU7Vz46LkdPwW1MfgK9qB74KiGq7uZRtpjqzaTF4atzsvg== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" ts-pattern "^5.9.0" -"@eslint-react/shared@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/shared/-/shared-5.8.16.tgz#d472417a8625fd450bce7cacd41ffe75c630a6b4" - integrity sha512-Wz8GGck0S9o/+aryHZnrquovX+LOkAe+WtUdd9QqrW5rsMickAcc0c5xAD+Nuj4PBhv7Db4oPFAfXPmaW7UX4Q== +"@eslint-react/shared@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/shared/-/shared-5.10.0.tgz#db5d8c295ed1a0367a8e723e87bf8cb822bedc8c" + integrity sha512-FNaKRqoNANfVlrXi/uuFPIs9S9yO4WLgKTAFOc3V1xNa9hRtRkKkii+cQqwlYDBuHlMIw9UMQoImnyO4AWiDDg== dependencies: - "@eslint-react/eslint" "5.8.16" - "@typescript-eslint/utils" "^8.60.1" + "@eslint-react/eslint" "5.10.0" + "@typescript-eslint/utils" "^8.62.0" ts-pattern "^5.9.0" zod "^3.25.0 || ^4.0.0" -"@eslint-react/var@5.8.16": - version "5.8.16" - resolved "https://registry.yarnpkg.com/@eslint-react/var/-/var-5.8.16.tgz#fa8def5f18c87ba13b34e16ea4160fdca3ad18ee" - integrity sha512-eRzLeTZgHvyufW2/R9p18BsWi1GuZ+2ugg2wa8Oi7YjZTJSJRwacvF3LNVscPI3Td6frK9BFiz7ECprmDh+fCA== +"@eslint-react/var@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@eslint-react/var/-/var-5.10.0.tgz#6aa8b855e66ebb38718488654da3b8f2cbaac05b" + integrity sha512-hApDw4o1xzc+4sDXJ/IWuUpG46FjgdX4bH15/VIT+qM4oxIta9aWuxn4WrcXDhEzkL4y75WRAVD0CugZg6Ww2g== dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@typescript-eslint/scope-manager" "^8.60.1" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" + "@eslint-react/ast" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@typescript-eslint/scope-manager" "^8.62.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" ts-pattern "^5.9.0" "@eslint/config-array@^0.23.5": @@ -653,7 +653,16 @@ "@typescript-eslint/types" "^8.61.0" debug "^4.4.3" -"@typescript-eslint/scope-manager@8.61.0", "@typescript-eslint/scope-manager@^8.60.1": +"@typescript-eslint/project-service@8.62.1": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.1.tgz#78d880eb1cf6859b5ec263d04f95403e9f90ae47" + integrity sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg== + dependencies: + "@typescript-eslint/tsconfig-utils" "^8.62.1" + "@typescript-eslint/types" "^8.62.1" + debug "^4.4.3" + +"@typescript-eslint/scope-manager@8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.0.tgz#93c2520d05653fe65eb9ee98efc74fd0134a7852" integrity sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA== @@ -661,12 +670,25 @@ "@typescript-eslint/types" "8.61.0" "@typescript-eslint/visitor-keys" "8.61.0" +"@typescript-eslint/scope-manager@8.62.1", "@typescript-eslint/scope-manager@^8.62.0": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz#7ee65e9a6eb3ccdc4816593a4ff38840306de88a" + integrity sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg== + dependencies: + "@typescript-eslint/types" "8.62.1" + "@typescript-eslint/visitor-keys" "8.62.1" + "@typescript-eslint/tsconfig-utils@8.61.0", "@typescript-eslint/tsconfig-utils@^8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.0.tgz#05d6e3ff20001674ebcd22d03dac29ee448043ba" integrity sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ== -"@typescript-eslint/type-utils@8.61.0", "@typescript-eslint/type-utils@^8.60.1": +"@typescript-eslint/tsconfig-utils@8.62.1", "@typescript-eslint/tsconfig-utils@^8.62.1": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz#e2b5f24fe721044189cb7e81117c96d75979d627" + integrity sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g== + +"@typescript-eslint/type-utils@8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.0.tgz#50219b57e6b89cecfb1a15f093b15ec9ee019974" integrity sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A== @@ -677,12 +699,28 @@ debug "^4.4.3" ts-api-utils "^2.5.0" -"@typescript-eslint/types@8.61.0", "@typescript-eslint/types@^8.60.1", "@typescript-eslint/types@^8.61.0": +"@typescript-eslint/type-utils@^8.62.0": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz#ebd30b13bacb13070917259a23309cf644121f9a" + integrity sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg== + dependencies: + "@typescript-eslint/types" "8.62.1" + "@typescript-eslint/typescript-estree" "8.62.1" + "@typescript-eslint/utils" "8.62.1" + debug "^4.4.3" + ts-api-utils "^2.5.0" + +"@typescript-eslint/types@8.61.0", "@typescript-eslint/types@^8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.0.tgz#0ddb46e012a4288292950bdd253db42f278ce64d" integrity sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg== -"@typescript-eslint/typescript-estree@8.61.0", "@typescript-eslint/typescript-estree@^8.60.1": +"@typescript-eslint/types@8.62.1", "@typescript-eslint/types@^8.62.0", "@typescript-eslint/types@^8.62.1": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.1.tgz#c58be954e483b2fc98275374d5bcb40b99842dc1" + integrity sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q== + +"@typescript-eslint/typescript-estree@8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.0.tgz#98ca47260bbf627fc28f018b3a0abf00e3090690" integrity sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA== @@ -697,7 +735,22 @@ tinyglobby "^0.2.15" ts-api-utils "^2.5.0" -"@typescript-eslint/utils@8.61.0", "@typescript-eslint/utils@^8.60.1": +"@typescript-eslint/typescript-estree@8.62.1", "@typescript-eslint/typescript-estree@^8.62.0": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz#98c1bb17635d5b026b24193a8d29188ac64380ff" + integrity sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA== + dependencies: + "@typescript-eslint/project-service" "8.62.1" + "@typescript-eslint/tsconfig-utils" "8.62.1" + "@typescript-eslint/types" "8.62.1" + "@typescript-eslint/visitor-keys" "8.62.1" + debug "^4.4.3" + minimatch "^10.2.2" + semver "^7.7.3" + tinyglobby "^0.2.15" + ts-api-utils "^2.5.0" + +"@typescript-eslint/utils@8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.0.tgz#ed3546a052787e84ea6c5064d0919fc5eea8522f" integrity sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA== @@ -707,6 +760,16 @@ "@typescript-eslint/types" "8.61.0" "@typescript-eslint/typescript-estree" "8.61.0" +"@typescript-eslint/utils@8.62.1", "@typescript-eslint/utils@^8.62.0": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.1.tgz#1622b75c7e6df308181dd0b44855dc4228da0457" + integrity sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g== + dependencies: + "@eslint-community/eslint-utils" "^4.9.1" + "@typescript-eslint/scope-manager" "8.62.1" + "@typescript-eslint/types" "8.62.1" + "@typescript-eslint/typescript-estree" "8.62.1" + "@typescript-eslint/visitor-keys@8.61.0": version "8.61.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.0.tgz#39b4e1ab8936d23bea973d39fd092f9aa21f275e" @@ -715,6 +778,14 @@ "@typescript-eslint/types" "8.61.0" eslint-visitor-keys "^5.0.0" +"@typescript-eslint/visitor-keys@8.62.1": + version "8.62.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz#499657d77ffafb8a99eb1d6c97847ca430234722" + integrity sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g== + dependencies: + "@typescript-eslint/types" "8.62.1" + eslint-visitor-keys "^5.0.0" + "@vitejs/plugin-react@^6.0.0": version "6.0.0" resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.0.tgz#c2217d74bab7488444378879042fb1f92ca74325" @@ -1068,89 +1139,89 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-react-dom@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.16.tgz#71290b497d4e2f2a1763a6a4bca9bf3b07dc012c" - integrity sha512-vv3LfO8zGY4VamnQqXVxCZy+TdqqZq22eMnWP6IiFHHrtL3939mUpFXhsOZweqb8SPxoY2uCPzGTut/yENxz+g== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/jsx" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +eslint-plugin-react-dom@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.10.0.tgz#547049e812e8abff345b71bf3e3085240674f25d" + integrity sha512-GE47tO78o0I+XqT0Et07BnTRI9x5bCRA1tRDraTc7CEjUTCu0FHyTjAYr0ZMwdrLSJib0OXjirD7GDp2MM7lYA== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/jsx" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" compare-versions "^6.1.1" -eslint-plugin-react-jsx@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.16.tgz#f15c0b94c51d4c5f235a4eb918e3ae28b833c2f2" - integrity sha512-wlBpikN7FUzvFaVZAOcUZFedram1JBkZvf6XMpmzBwDwkcuMTVzzfGIVyGZqPJcmwZUBodNly7o9ypo6V9O+9Q== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/core" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/jsx" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" - -eslint-plugin-react-naming-convention@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.16.tgz#14314bca8fee960a2581578229b29985892c2da1" - integrity sha512-mri2PNtkyz7S/6WInldnI9a4WICbRILUFapVzwPweddP7zARZQDeGjGINWG0uZ1h9Hvg3m28GkTZ5e0SJgLPrA== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/core" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +eslint-plugin-react-jsx@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.10.0.tgz#fd8d17c3018179cd094450587c8816554e2d756f" + integrity sha512-L0jKCE9zBzFqUt0zAJGga4VyUM8wEgBMenApllXCHCTxCUW7w9dqgl3p73qgYT5xa4oHJDXTDGyAzKO7p/kgeQ== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/core" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/jsx" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" + +eslint-plugin-react-naming-convention@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.10.0.tgz#e8de49398ffdf354732c7f48a37b6cc9dcfe3bbc" + integrity sha512-RsXF/F/3nUtYylmpIRTggPEmw7qRPZItqNLt04AV84rqNY0/S5fVm0dqn39VoBbW+B8v23O1Ve8pvk0aib1N2g== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/core" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" ts-pattern "^5.9.0" -eslint-plugin-react-rsc@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.16.tgz#945b33eb41330f56ddf4f4c36f9286fbab32efcc" - integrity sha512-O7wKxxwqY6C+TdcvlN1bhL0aRcOFMWCuFiyxKaHU+G4XBc8I3TbLTr2iiAX5HuEcG3/v8vwWE0wiyFMIued/rg== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/core" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" - -eslint-plugin-react-web-api@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.16.tgz#2eb73c3fc3c9faee36ce2e7a4bfd84da016b7cd1" - integrity sha512-qyPmCZlYpAB0WwVvqVXPjzmmdjygCvQbp+GwaJJjbzhB5X+5KJQj4bDoFEH3iDJjWnG2vEtLnlW111KJ4sAjlA== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/core" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +eslint-plugin-react-rsc@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.10.0.tgz#ff3e816b494be853da2076ab57e061fd5a4d6fc1" + integrity sha512-7dXZFg9p8u+J27cu8oKwrpw+KVEZSPASMluGsd05GfKPRE9HlN7zTA0fVb15lfeIGQ/JPp5DfZp3Nd4LlDdcJw== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/core" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" + +eslint-plugin-react-web-api@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.10.0.tgz#b21a5bc7e06dfd22e5a13c28d9861e116e483cb8" + integrity sha512-VCX8fS6kFTTpC+XWD6NqdMK2PKDV1YgpDcMA/jTaWn3Goypui0kZUBUDF7kApq7zsHp3zAWmt5UexvuSsOqyRQ== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/core" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" birecord "^0.1.1" ts-pattern "^5.9.0" -eslint-plugin-react-x@5.8.16: - version "5.8.16" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.16.tgz#411811a519fe8b28ae26aec61b6ffb7b73c40cc9" - integrity sha512-TRDIxIGezZaveR8MufJvpcZbrs8zCN30X4TKm/C5Ua1UqC4TCvX1HYCYZ3b8FzDefnI4C+5pOjFK3tyZ9PTZvQ== - dependencies: - "@eslint-react/ast" "5.8.16" - "@eslint-react/core" "5.8.16" - "@eslint-react/eslint" "5.8.16" - "@eslint-react/jsx" "5.8.16" - "@eslint-react/shared" "5.8.16" - "@eslint-react/var" "5.8.16" - "@typescript-eslint/scope-manager" "^8.60.1" - "@typescript-eslint/type-utils" "^8.60.1" - "@typescript-eslint/types" "^8.60.1" - "@typescript-eslint/typescript-estree" "^8.60.1" - "@typescript-eslint/utils" "^8.60.1" +eslint-plugin-react-x@5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-x/-/eslint-plugin-react-x-5.10.0.tgz#aa20182d3aa120b32db496d4fbb45cb4c3dc42e4" + integrity sha512-ekvV8vYLp62dO3558ArIp+7oQLvd0jOJPvoxomzNBOJmiekFaVJifxaCxkcRB1l6yI4Rs2b9lnm5M+/YDTzoSQ== + dependencies: + "@eslint-react/ast" "5.10.0" + "@eslint-react/core" "5.10.0" + "@eslint-react/eslint" "5.10.0" + "@eslint-react/jsx" "5.10.0" + "@eslint-react/shared" "5.10.0" + "@eslint-react/var" "5.10.0" + "@typescript-eslint/scope-manager" "^8.62.0" + "@typescript-eslint/type-utils" "^8.62.0" + "@typescript-eslint/types" "^8.62.0" + "@typescript-eslint/typescript-estree" "^8.62.0" + "@typescript-eslint/utils" "^8.62.0" compare-versions "^6.1.1" string-ts "^2.3.1" ts-api-utils "^2.5.0"