From 9e2b3bf0c7c46049773902f35949310717ed8962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:45:56 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-simple-import-sort from 12.1.1 to 14.0.0 Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 14.0.0. - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v14.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-simple-import-sort dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc7758f..e59b94c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vitest/coverage-v8": "4.1.11", "eslint": "10.9.0", "eslint-plugin-jasmine": "4.2.2", - "eslint-plugin-simple-import-sort": "12.1.1", + "eslint-plugin-simple-import-sort": "14.0.0", "eslint-plugin-unused-imports": "4.4.1", "jsonc-eslint-parser": "3.3.0", "knip": "6.32.2",