chore(deps): update dependency eslint-plugin-simple-import-sort to v14 - autoclosed - #384
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency eslint-plugin-simple-import-sort to v14 - autoclosed#384renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
dmnktoe
pushed a commit
that referenced
this pull request
Aug 2, 2026
Brings in the mergeable half of the open dependency PRs, lockfile included: - react-hook-form 7.83.0 -> 7.84.0 (#381) - @testing-library/jest-dom ^6.9.1 -> ^7.0.0 (#383) - eslint-plugin-simple-import-sort ^13.0.0 -> ^14.0.0 (#384) No source changes were needed: jest-dom v7 keeps the bare '@testing-library/jest-dom' setup import, and simple-import-sort v14 produces the same ordering for the configured groups. The two remaining majors are blocked upstream, not by this repo: - eslint v10 (#325) crashes every run via eslint-plugin-react@7.37.5, which still calls context.getFilename(), removed in v10. 7.37.5 is the newest release and eslint-config-next depends on eslint-plugin-react ^7.37.0, so the plugin cannot be dropped or overridden from here. - typescript v7 (#368) is refused outright by typescript-eslint 8.65.0, whose entrypoint throws "does not support TS 7.0". Its peer range caps at <6.1.0 and no newer release exists. Verified: lint, typecheck, format and 382 tests pass. Build compiles and type checks; page-data collection needs the CMS secrets that only CI provides. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0112NzqomWiWeVxH3R6CJVLH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^13.0.0→^14.0.0Release Notes
lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)
v14.0.0Compare Source
ES2022 allows string literals as module export names ("arbitrary module namespace names"):
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: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.