Skip to content

feat(deps): Bump eslint-plugin-simple-import-sort from 12.1.1 to 14.0.0 - #23110

Merged
Lms24 merged 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-14.0.0
Aug 7, 2026
Merged

feat(deps): Bump eslint-plugin-simple-import-sort from 12.1.1 to 14.0.0#23110
Lms24 merged 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-14.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Changelog

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

Version 14.0.0 (2026-07-16)

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!

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
  • bef18bd eslint-plugin-simple-import-sort v14.0.0
  • d53d160 Fix autofix and sort order for quoted names (#217)
  • 6063737 Bump js-yaml from 4.1.1 to 4.3.0 (#214)
  • 143b70e Bump vitest and @​vitest/coverage-v8 (#212)
  • 0f59276 Bump vite from 7.1.11 to 7.3.2 (#211)
  • 24d74cd Bump lodash from 4.17.23 to 4.18.1 (#210)
  • 8974606 Update GitHub Actions (#209)
  • 90078e7 eslint-plugin-simple-import-sort v13.0.0
  • 7794d14 Determinstic ordering between different import styles (#203)
  • 5ce648a Fix deprecation warning when running tests
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2026
@Lms24

Lms24 commented Aug 7, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 14.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...v14.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 14.0.0
  dependency-type: direct:production
  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-14.0.0 branch from 77eb2a6 to 123541b Compare August 7, 2026 08:13
@Lms24

Lms24 commented Aug 7, 2026

Copy link
Copy Markdown
Member

While this has no effect on our repo, it might break lints for consumers of the package outside of the repo. Since we're working on v11, I think this is fine and not the end of the world. Blast radius should be low with the change in deterministic import ordering (simple-import-sort@13) being auto-fixable.

Going to merge this to stay more up to date here and and be more resilient against potential future security alerts

@Lms24
Lms24 merged commit 4c71b6d into develop Aug 7, 2026
247 checks passed
@Lms24
Lms24 deleted the dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-14.0.0 branch August 7, 2026 08:30
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