chore(deps): update dependency eslint-plugin-simple-import-sort to v14 - #6795
chore(deps): update dependency eslint-plugin-simple-import-sort to v14#6795renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the eslint-plugin-simple-import-sort dependency to a newer major version in the front-end workspace.
Changes:
- Bump
eslint-plugin-simple-import-sortfrom12.1.1to14.0.0inpackage.json - Regenerate
yarn.lockto reflect the updated dependency version and checksum
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| openaev-front/package.json | Updates the pinned version of eslint-plugin-simple-import-sort to 14.0.0. |
| openaev-front/yarn.lock | Updates lockfile entry and dependency reference to match the new plugin version. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
d605f16 to
e5603e0
Compare
|
Thank you for your contribution. This PR is but one step away from being ready for merging: all commits must be PGP-signed. To get started, please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
e5603e0 to
29b6986
Compare
29b6986 to
fe47300
Compare
This PR contains the following updates:
12.1.1→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!
v13.0.0Compare Source
This release puts imports from the same source, but with different import styles, in a deterministic order.
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)!
Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 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.