From 69e964b930bb64810149a27875674c64ca55f660 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jul 2026 08:10:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-simple-import-sort to v14 (#293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | [`13.0.0` → `14.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/13.0.0/14.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-simple-import-sort/14.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-simple-import-sort/13.0.0/14.0.0?slim=true) | --- ### Release Notes
lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort) ### [`v14.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1400-2026-07-16) [Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v13.0.0...v14.0.0) ES2022 allows string literals as module export names ("arbitrary module namespace names"): ```js export { yukuTs as "yuku-ts" }; import { "a-b" as c } from "a"; ``` This release adds support for such quotes names. Previously, those were sorted oddly, and the autofix could suggest changes that wasn’t valid syntax. This is only a breaking change if you use string literals as module export names, and only in the form of that you need to autofix your files. Thanks to Kamronbek\_Juraev ([@​KAMRONBEK](https://github.com/KAMRONBEK)) for fixing this!
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.unbound.se/unboundsoftware/schemas-app/pulls/293 Co-authored-by: Renovate Bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6382a75..1bf6069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vitest/coverage-v8": "4.1.10", "@vue/test-utils": "2.4.11", "eslint": "10.7.0", - "eslint-plugin-simple-import-sort": "13.0.0", + "eslint-plugin-simple-import-sort": "14.0.0", "eslint-plugin-vue": "10.9.2", "jsdom": "29.1.1", "postcss-html": "1.8.1", @@ -12226,9 +12226,9 @@ } }, "node_modules/eslint-plugin-simple-import-sort": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-13.0.0.tgz", - "integrity": "sha512-McAc+/Nlvcg4byY/CABGH8kqnefWBj8s3JA2okEtz8ixbECQgU46p0HkTUKa4YS7wvgGceimlc34p1nXqbWqtA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-14.0.0.tgz", + "integrity": "sha512-NUJO0+XFCkk+o5EsAJruTgnfMEpeWrPWeJS15UVF60GgXmqz1BJ9/3hzlvG7lkL8Bubzos5cCLptThbFfPnSMQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 6b29dc4..25a7a37 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@vitest/coverage-v8": "4.1.10", "@vue/test-utils": "2.4.11", "eslint": "10.7.0", - "eslint-plugin-simple-import-sort": "13.0.0", + "eslint-plugin-simple-import-sort": "14.0.0", "eslint-plugin-vue": "10.9.2", "jsdom": "29.1.1", "postcss-html": "1.8.1",