Skip to content

chore(deps-dev): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#2681

Merged
Jason3S merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0
Apr 8, 2026
Merged

chore(deps-dev): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#2681
Jason3S merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0.

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 13.0.0 (2026-04-06)

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)!

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2026
@Jason3S
Copy link
Copy Markdown
Contributor

Jason3S commented Apr 7, 2026

@dependabot recreate

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 13.0.0.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.1...v13.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0 branch from f2977d9 to 459937b Compare April 7, 2026 05:32
@Jason3S Jason3S merged commit 2e2d36f into main Apr 8, 2026
21 checks passed
@Jason3S Jason3S deleted the dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0 branch April 8, 2026 03:46
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant