Skip to content

Maintenance: Update dependency eslint-plugin-simple-import-sort to v13#700

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

Maintenance: Update dependency eslint-plugin-simple-import-sort to v13#700
dle-renovate-bot[bot] wants to merge 1 commit into
masterfrom
dle-renovate/eslint-plugin-simple-import-sort-13.x

Conversation

@dle-renovate-bot

@dle-renovate-bot dle-renovate-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort ^12.1.1^13.0.0 age confidence

Release Notes

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

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

@dle-renovate-bot dle-renovate-bot Bot requested a review from polaroidkidd June 17, 2026 01:05
@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b4299d3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@dle.dev/ember Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dle-renovate-bot dle-renovate-bot Bot force-pushed the dle-renovate/eslint-plugin-simple-import-sort-13.x branch from fc839bc to 31c50ca Compare June 17, 2026 12:11
@dle-renovate-bot dle-renovate-bot Bot force-pushed the dle-renovate/eslint-plugin-simple-import-sort-13.x branch from 31c50ca to 96c28a3 Compare June 17, 2026 12:22
@dle-renovate-bot dle-renovate-bot Bot force-pushed the dle-renovate/eslint-plugin-simple-import-sort-13.x branch from 96c28a3 to c04af65 Compare June 23, 2026 00:47
@dle-renovate-bot dle-renovate-bot Bot force-pushed the dle-renovate/eslint-plugin-simple-import-sort-13.x branch from c04af65 to 507390c Compare June 23, 2026 00:59
@dle-renovate-bot dle-renovate-bot Bot force-pushed the dle-renovate/eslint-plugin-simple-import-sort-13.x branch from 507390c to ff37d38 Compare July 1, 2026 00:49
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | eslint-plugin-simple-import-sort | 12.1.1 | 13.0.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants