From 36c733a9894533c1c413b7acd71a4687e0c9bc8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:49:08 +0000 Subject: [PATCH] Bump eslint-plugin-react-x from 1.52.3 to 1.52.6 Bumps [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-x) from 1.52.3 to 1.52.6. - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/2.0.0-beta/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.52.6/packages/plugins/eslint-plugin-react-x) --- updated-dependencies: - dependency-name: eslint-plugin-react-x dependency-version: 1.52.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 338 +++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 318 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3391c0a..0d4b6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-react-dom": "^1.52.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.20", - "eslint-plugin-react-x": "^1.52.3", + "eslint-plugin-react-x": "^1.52.6", "globals": "^16.3.0", "typescript": "~5.9.2", "typescript-eslint": "^8.39.0", @@ -3261,26 +3261,26 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "1.52.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-1.52.3.tgz", - "integrity": "sha512-Sds4CXHtdgaCdzoypcY3DSshS0JtK2Eh+QbpUAPUqs0UWQ3qtQKxY0nntTSYeF+GXDfOdAYDkl/8+VFpHQwIKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "1.52.3", - "@eslint-react/core": "1.52.3", - "@eslint-react/eff": "1.52.3", - "@eslint-react/kit": "1.52.3", - "@eslint-react/shared": "1.52.3", - "@eslint-react/var": "1.52.3", - "@typescript-eslint/scope-manager": "^8.36.0", - "@typescript-eslint/type-utils": "^8.36.0", - "@typescript-eslint/types": "^8.36.0", - "@typescript-eslint/utils": "^8.36.0", + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-1.52.6.tgz", + "integrity": "sha512-xLW8UG66c16p9WnROysfYkomflVEry/bxPnB1Ef0YZikpCCMDvvoPT6nAUUy4byVvq3c6CJWENT3O85twwkY8w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "1.52.6", + "@eslint-react/core": "1.52.6", + "@eslint-react/eff": "1.52.6", + "@eslint-react/kit": "1.52.6", + "@eslint-react/shared": "1.52.6", + "@eslint-react/var": "1.52.6", + "@typescript-eslint/scope-manager": "^8.39.1", + "@typescript-eslint/type-utils": "^8.39.1", + "@typescript-eslint/types": "^8.39.1", + "@typescript-eslint/utils": "^8.39.1", "compare-versions": "^6.1.1", "is-immutable-type": "^5.0.1", "string-ts": "^2.2.1", - "ts-pattern": "^5.7.1" + "ts-pattern": "^5.8.0" }, "engines": { "node": ">=18.18.0" @@ -3302,6 +3302,302 @@ } } }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/ast": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-1.52.6.tgz", + "integrity": "sha512-yBJ8dVflLezQslQ15YN2tc792ceYpXUQWR/VefN508mWMpZ4wUEwf5/BKm33nzcMdLc8IyoUhKjmgW2HZCrboA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/eff": "1.52.6", + "@typescript-eslint/types": "^8.39.1", + "@typescript-eslint/typescript-estree": "^8.39.1", + "@typescript-eslint/utils": "^8.39.1", + "string-ts": "^2.2.1", + "ts-pattern": "^5.8.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/core": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-1.52.6.tgz", + "integrity": "sha512-Nas0c5E9wwvHaD78YDTr6VB9M6xhWICtn1nWn2ChoqKHnbw3UNveYErVUwcuUcfbAGn9taVE0fqaj+MY6zQlag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "1.52.6", + "@eslint-react/eff": "1.52.6", + "@eslint-react/kit": "1.52.6", + "@eslint-react/shared": "1.52.6", + "@eslint-react/var": "1.52.6", + "@typescript-eslint/scope-manager": "^8.39.1", + "@typescript-eslint/type-utils": "^8.39.1", + "@typescript-eslint/types": "^8.39.1", + "@typescript-eslint/utils": "^8.39.1", + "birecord": "^0.1.1", + "ts-pattern": "^5.8.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/eff": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/eff/-/eff-1.52.6.tgz", + "integrity": "sha512-UpiV0zSIHRFCx6rmDu48gDwrS4wn/+5Ciimukxt3c0PoTGOI/kKpPuHXsQBlP15CqvPOCD6wt8VxOnNug/cKmA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/kit": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/kit/-/kit-1.52.6.tgz", + "integrity": "sha512-4xkVhPQkeGcyjdoM9mocbjCF96lFP1jXXE2XrsThiy+U/e/BQEz0oOdHBFXdzVmmMGGFjHsbQo6MAIZCoVAAGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/eff": "1.52.6", + "@typescript-eslint/utils": "^8.39.1", + "ts-pattern": "^5.8.0", + "zod": "^4.0.17" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/shared": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-1.52.6.tgz", + "integrity": "sha512-gIvwDQtRXqxa5IoRQDjKZBGZSj7GlGOwwKUqgaLmerlmNbrEyFn/AG0E6e1NBh80WdAmFSiuJG+2Lct1p8SnZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/eff": "1.52.6", + "@eslint-react/kit": "1.52.6", + "@typescript-eslint/utils": "^8.39.1", + "ts-pattern": "^5.8.0", + "zod": "^4.0.17" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@eslint-react/var": { + "version": "1.52.6", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-1.52.6.tgz", + "integrity": "sha512-oeAexe8FhImk3RstFvSSbVBFYRMPAVvuUscOrKBbhf9xc0/3drYpLXSPceA++2VaOk/M1mD91ceca9+V0UfNkw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "1.52.6", + "@eslint-react/eff": "1.52.6", + "@typescript-eslint/scope-manager": "^8.39.1", + "@typescript-eslint/types": "^8.39.1", + "@typescript-eslint/utils": "^8.39.1", + "string-ts": "^2.2.1", + "ts-pattern": "^5.8.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/project-service": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.40.0.tgz", + "integrity": "sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.40.0", + "@typescript-eslint/types": "^8.40.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/scope-manager": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.40.0.tgz", + "integrity": "sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.40.0", + "@typescript-eslint/visitor-keys": "8.40.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.40.0.tgz", + "integrity": "sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/type-utils": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.40.0.tgz", + "integrity": "sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.40.0", + "@typescript-eslint/typescript-estree": "8.40.0", + "@typescript-eslint/utils": "8.40.0", + "debug": "^4.3.4", + "ts-api-utils": "^2.1.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/types": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.40.0.tgz", + "integrity": "sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.40.0.tgz", + "integrity": "sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.40.0", + "@typescript-eslint/tsconfig-utils": "8.40.0", + "@typescript-eslint/types": "8.40.0", + "@typescript-eslint/visitor-keys": "8.40.0", + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^2.1.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/utils": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.40.0.tgz", + "integrity": "sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/scope-manager": "8.40.0", + "@typescript-eslint/types": "8.40.0", + "@typescript-eslint/typescript-estree": "8.40.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.40.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.40.0.tgz", + "integrity": "sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.40.0", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/eslint-plugin-react-x/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/eslint-scope": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", @@ -5314,9 +5610,9 @@ "license": "MIT" }, "node_modules/zod": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.15.tgz", - "integrity": "sha512-2IVHb9h4Mt6+UXkyMs0XbfICUh1eUrlJJAOupBHUhLRnKkruawyDddYRCs0Eizt900ntIMk9/4RksYl+FgSpcQ==", + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.17.tgz", + "integrity": "sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 7f8d63f..4f1d130 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-react-dom": "^1.52.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.20", - "eslint-plugin-react-x": "^1.52.3", + "eslint-plugin-react-x": "^1.52.6", "globals": "^16.3.0", "typescript": "~5.9.2", "typescript-eslint": "^8.39.0",