Skip to content

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

Merged
traefiker merged 1 commit into
masterfrom
renovate/eslint-plugin-simple-import-sort-14.x
Jul 23, 2026
Merged

chore(deps): update dependency eslint-plugin-simple-import-sort to v14#5177
traefiker merged 1 commit into
masterfrom
renovate/eslint-plugin-simple-import-sort-14.x

Conversation

@renovate-with-github-actions

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 is behind base branch, 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.

@renovate-with-github-actions renovate-with-github-actions Bot added area/infrastructure Pull requests that update infra/dependencies status/2-needs-review labels Jul 20, 2026
@mdeliatf
mdeliatf force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from 978577f to 6468533 Compare July 23, 2026 13:28

@mdeliatf mdeliatf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker
traefiker merged commit 1066bcb into master Jul 23, 2026
4 checks passed
@traefiker
traefiker deleted the renovate/eslint-plugin-simple-import-sort-14.x branch July 23, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/infrastructure Pull requests that update infra/dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants