Skip to content

fix(deps): update dependency eslint-plugin-simple-import-sort to v14#4271

Merged
hugo-vrijswijk merged 1 commit into
masterfrom
renovate/major-linters
Jul 19, 2026
Merged

fix(deps): update dependency eslint-plugin-simple-import-sort to v14#4271
hugo-vrijswijk merged 1 commit into
masterfrom
renovate/major-linters

Conversation

@renovate

@renovate renovate Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v14.0.0

Compare Source

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!


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@bundlemon

bundlemon Bot commented Jul 18, 2026

Copy link
Copy Markdown

BundleMon (elements)

Unchanged files (3)
Status Path Size Limits
index.js
242.6KB -
mutation-test-elements.js
224.27KB -
index.cjs
206.77KB -

No change in files bundle size

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@mergify

mergify Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@hugo-vrijswijk
hugo-vrijswijk merged commit 25c52f5 into master Jul 19, 2026
9 checks passed
@hugo-vrijswijk
hugo-vrijswijk deleted the renovate/major-linters branch July 19, 2026 17:20
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.

1 participant