Skip to content

build(deps): Update dependency eslint-plugin-simple-import-sort to v14 - #899

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

build(deps): Update dependency eslint-plugin-simple-import-sort to v14#899
renovate[bot] wants to merge 1 commit into
developfrom
renovate/eslint-plugin-simple-import-sort-14.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort ^12.1.1^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!

v13.0.0

Compare Source

This release puts imports from the same source, but with different import styles, in a deterministic order.

// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";

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)

  • Branch creation
    • "before 6am on Monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from e1b8f5a to 71b4f2d Compare August 8, 2026 17:09
@renovate renovate Bot changed the title build(deps): Upgrade eslint-plugin-simple-import-sort to v14 ci Update dependency eslint-plugin-simple-import-sort to v14 Aug 8, 2026
@renovate
renovate Bot changed the base branch from develop to main August 8, 2026 17:09
@renovate
renovate Bot changed the base branch from main to develop August 8, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from 71b4f2d to bcecbae Compare August 8, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-simple-import-sort-14.x branch from bcecbae to f7c1d8b Compare August 14, 2026 19:36
@renovate renovate Bot changed the title ci Update dependency eslint-plugin-simple-import-sort to v14 build(deps): Update dependency eslint-plugin-simple-import-sort to v14 Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants