From d066a4f8ba4d614eff34b4accdfd1920a1a6fa68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:03:07 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import-x from 4.16.2 to 4.17.1 Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 4.16.2 to 4.17.1. - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.16.2...v4.17.1) --- updated-dependencies: - dependency-name: eslint-plugin-import-x dependency-version: 4.17.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++------------ package.json | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea54a92..6e16e55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", "eslint": "^10.8.0", - "eslint-plugin-import-x": "^4.16.2", + "eslint-plugin-import-x": "^4.17.1", "globals": "^17.6.0", "lint-staged": "^17.2.0", "markdownlint-cli2": "^0.23.1", @@ -673,13 +673,6 @@ "node": ">= 8" } }, - "node_modules/@package-json/types": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@package-json/types/-/types-0.0.12.tgz", - "integrity": "sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==", - "dev": true, - "license": "MIT" - }, "node_modules/@sindresorhus/merge-streams": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", @@ -2292,13 +2285,12 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.16.2.tgz", - "integrity": "sha512-rM9K8UBHcWKpzQzStn1YRN2T5NvdeIfSVoKu/lKF41znQXHAUcBbYXe5wd6GNjZjTrP7viQ49n1D83x/2gYgIw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.17.1.tgz", + "integrity": "sha512-4cdstYkKCyjumM2Q9NSI03K8D2a9F4Ssz33K2lv2hQa4KmR9jPLwk3uWGtNvclfqBrPGfGuMBwsGMbe6dMRbfg==", "dev": true, "license": "MIT", "dependencies": { - "@package-json/types": "^0.0.12", "@typescript-eslint/types": "^8.56.0", "comment-parser": "^1.4.1", "debug": "^4.4.1", diff --git a/package.json b/package.json index fb3294a..6792b12 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", "eslint": "^10.8.0", - "eslint-plugin-import-x": "^4.16.2", + "eslint-plugin-import-x": "^4.17.1", "globals": "^17.6.0", "lint-staged": "^17.2.0", "markdownlint-cli2": "^0.23.1",