chore(deps): bump eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0
Automated temporary file & folder organizer
Brought to you by:
logicdx342
Originally created by: dependabot[bot]
Bumps eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0.
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!
bef18bd eslint-plugin-simple-import-sort v14.0.0d53d160 Fix autofix and sort order for quoted names (#217](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/217">/issues/217))6063737 Bump js-yaml from 4.1.1 to 4.3.0 (#214](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/214">/issues/214))143b70e Bump vitest and @vitest/coverage-v8 (#212](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/212">/issues/212))0f59276 Bump vite from 7.1.11 to 7.3.2 (#211](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/211">/issues/211))24d74cd Bump lodash from 4.17.23 to 4.18.1 (#210](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/210">/issues/210))8974606 Update GitHub Actions (#209](https://github.com/href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/209">/issues/209))