Bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.2#343
Bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.2#343dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 5.2.2 to 6.0.2. - [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases) - [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md) - [Commits](trivago/prettier-plugin-sort-imports@v5.2.2...v6.0.2) --- updated-dependencies: - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 2
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| }, | ||
| "devDependencies": { | ||
| "@trivago/prettier-plugin-sort-imports": "^5.2.1", | ||
| "@trivago/prettier-plugin-sort-imports": "^6.0.2", |
There was a problem hiding this comment.
Lockfile not updated to match dependency bump
Medium Severity
The package.json bumps @trivago/prettier-plugin-sort-imports to ^6.0.2, but bun.lock still references the old ^5.2.1 specifier and resolves to 5.2.2. Without updating the lockfile, bun install will continue installing v5.2.2, making this version bump ineffective. Dependabot likely doesn't know how to update bun.lock, so a manual bun install is needed to regenerate it.


Bumps @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.2.
Release notes
Sourced from
@trivago/prettier-plugin-sort-imports's releases.Changelog
Sourced from
@trivago/prettier-plugin-sort-imports's changelog.Commits
d9c690fbump version. update changelog.97214c3Merge pull request #389 from TomFryersMidsummer/patch-17235355Merge branch 'main' into patch-10c37c9dbump version035e20aMerge pull request #391 from trivago/svelte-snippet-supportd626e1bignore eslint errors due to undefined export variables0b1dc59Fix recognising mandatory prefix built-in imports48863196.0.0d9b0a89Merge pull request #386 from trivago/chorese2d360fupdate lockfileDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dev-only formatting dependency bump; risk is limited to potential lint/formatting output changes (and Node/tooling compatibility requirements) in CI/local workflows.
Overview
Updates the dev dependency
@trivago/prettier-plugin-sort-importsfrom^5.2.1to^6.0.2inpackage.jsonto pick up the latest import-sorting behavior/fixes.Written by Cursor Bugbot for commit 86f8d3f. This will update automatically on new commits. Configure here.