chore(deps): update dependency eslint-plugin-simple-import-sort to v14 #2993

Merged
argoyle merged 1 commits from renovate/eslint-plugin-simple-import-sort-14.x into main 2026-07-20 08:10:41 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort 13.0.014.0.0 age confidence

Release Notes

lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v14.0.0

Compare Source

ES2022 allows string literals as module export names ("arbitrary module namespace names"):

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) 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.

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 <details> <summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary> ### [`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 ([@&#8203;KAMRONBEK](https://github.com/KAMRONBEK)) for fixing this! </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTcuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-07-19 21:17:48 +00:00
chore(deps): update dependency eslint-plugin-simple-import-sort to v14
dancefinder-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m33s
dancefinder-app / deploy-prod (pull_request) Skipped
67079f05d9
argoyle merged commit 2318778bbd into main 2026-07-20 08:10:41 +00:00
argoyle deleted branch renovate/eslint-plugin-simple-import-sort-14.x 2026-07-20 08:10:43 +00:00
Sign in to join this conversation.