-
Notifications
You must be signed in to change notification settings - Fork 12
chore(deps): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 #804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 #804
Conversation
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 5.2.2 to 6.0.0. - [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.0) --- updated-dependencies: - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ], | ||
| "dependencies": { | ||
| "@trivago/prettier-plugin-sort-imports": "^5.2.2", | ||
| "@trivago/prettier-plugin-sort-imports": "^6.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Module Format Mismatch Breaks Plugin Loading
Upgrading to @trivago/prettier-plugin-sort-imports v6.0.0 introduces a breaking change where the plugin switched from CommonJS to ESM. The prettier-config.js file uses CommonJS (module.exports), but the package exports configuration specifies it for both ESM import and CommonJS require. This creates a module format mismatch that will cause runtime errors when consumers try to use ESM imports, as the ESM-only plugin cannot be loaded from a CommonJS configuration file.
Bumps @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0.
Release notes
Sourced from
@trivago/prettier-plugin-sort-imports's releases.Changelog
Sourced from
@trivago/prettier-plugin-sort-imports's changelog.Commits
48863196.0.0d9b0a89Merge pull request #386 from trivago/chorese2d360fupdate lockfilec42a081V6 (#385)f7b685cUpdate README.md12b2291Update README.md875470aMerge branch 'main' of github.com:trivago/prettier-plugin-sort-imports509c5a7Update packages and pin babel/types (#343)You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)