chore(deps): update dependency eslint-plugin-simple-import-sort to v13 #166

Merged
argoyle merged 1 commits from renovate/eslint-plugin-simple-import-sort-13.x into main 2026-04-09 20:09:36 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort 12.1.113.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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | [`12.1.1` → `13.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-simple-import-sort/13.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0?slim=true) | --- ### Release Notes <details> <summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary> ### [`v13.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1300-2026-04-06) [Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0) This release puts imports from the same source, but with different import styles, in a deterministic order. ```js // 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 ([@&#8203;cakoose](https://github.com/cakoose))! </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-04-09 19:11:54 +00:00
chore(deps): update dependency eslint-plugin-simple-import-sort to v13
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Successful in 3m4s
schemas-app / deploy-prod (pull_request) Has been skipped
efd28e1167
argoyle merged commit a32174d5d8 into main 2026-04-09 20:09:36 +00:00
argoyle deleted branch renovate/eslint-plugin-simple-import-sort-13.x 2026-04-09 20:09:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas-app#166