chore(deps): update dependency eslint-plugin-simple-import-sort to v14 - #1196
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-simple-import-sort to v14#1196renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
2 times, most recently
from
July 24, 2026 19:39
6fc9be6 to
dca0a17
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
from
July 30, 2026 13:39
dca0a17 to
f8a7848
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
2 times, most recently
from
August 14, 2026 18:41
b9cbede to
95b6282
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
from
August 26, 2026 18:42
95b6282 to
c32b85b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
3 times, most recently
from
September 9, 2026 17:54
9242592 to
0cbecb8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-simple-import-sort-14.x
branch
from
September 10, 2026 21:37
0cbecb8 to
e71cfaa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.1.1→14.0.0Release Notes
lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)
v14.0.0Compare Source
ES2022 allows string literals as module export names ("arbitrary module namespace names"):
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!
v13.0.0Compare Source
This release puts imports from the same source, but with different import styles, in a deterministic order.
That is especially useful if you need to have both a namespace import and want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.
It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.
Thanks to Kannan Goundan (@cakoose)!
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.