From a40594298c6809d4757cc13870b14b0990edb53e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:42:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import-x to v4.6.1 --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7c66e6ade2..bbc0ccceb9 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.7.0", - "eslint-plugin-import-x": "4.5.1", + "eslint-plugin-import-x": "4.6.1", "eslint-plugin-lit": "1.15.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-storybook": "0.11.1", diff --git a/yarn.lock b/yarn.lock index 687e9d1e89..b96222823f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3838,7 +3838,7 @@ end-of-stream@^1.1.0: dependencies: once "^1.4.0" -enhanced-resolve@^5.10.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0: +enhanced-resolve@^5.10.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0, enhanced-resolve@^5.17.1: version "5.17.1" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15" integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg== @@ -4106,16 +4106,17 @@ eslint-import-resolver-typescript@3.7.0: is-glob "^4.0.3" stable-hash "^0.0.4" -eslint-plugin-import-x@4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.5.1.tgz#07ea3e6053ca027d8c4568c3073f53c77020d6bf" - integrity sha512-Wyut9jDeHdfZSebiWRmmOYDBov33M0ZZ3x9J/lD1v4M3nBgMNC02XH6Kq271pMxJWqctVRCjA+X5AQJZ2FezoQ== +eslint-plugin-import-x@4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-4.6.1.tgz#2fdb9a25addd92247f5d9b198bfa654eeaea2f52" + integrity sha512-wluSUifMIb7UfwWXqx7Yx0lE/SGCcGXECLx/9bCmbY2nneLwvAZ4vkd1IXDjPKFvdcdUgr1BaRnaRpx3k2+Pfw== dependencies: "@types/doctrine" "^0.0.9" "@typescript-eslint/scope-manager" "^8.1.0" "@typescript-eslint/utils" "^8.1.0" debug "^4.3.4" doctrine "^3.0.0" + enhanced-resolve "^5.17.1" eslint-import-resolver-node "^0.3.9" get-tsconfig "^4.7.3" is-glob "^4.0.3"