Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-plugin-simple-import-sort-14.x
Open

chore(deps): update dependency eslint-plugin-simple-import-sort to v14#840
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-plugin-simple-import-sort-14.x

Conversation

@renovate

@renovate renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort ^13.0.0^14.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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file deps: javascript labels Jul 17, 2026
@renovate
renovate Bot requested a review from a team as a code owner July 17, 2026 01:04
@renovate renovate Bot added dependencies Pull requests that update a dependency file deps: javascript labels Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from 6b41332 to b22b567 Compare July 17, 2026 08:04
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch 5 times, most recently from 52eb22c to 38cdadc Compare August 8, 2026 06:39
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from 38cdadc to dc0d575 Compare August 9, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file deps: javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants