Update dependency @standard-config/prettier to v1.15.0#1537
Update dependency @standard-config/prettier to v1.15.0#1537renovate[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull Request Overview
The PR updates @standard-config/prettier to v1.14.0. While the update itself is straightforward, it introduces a version compatibility issue.
According to the release notes, this version of the configuration requires prettier@^3.9.0, but the project is currently using version 3.8.5. This discrepancy is likely to cause peer dependency resolution failures during package installation. You should update the base prettier dependency alongside this package to avoid installation issues.
About this PR
- The release notes for @standard-config/prettier v1.14.0 explicitly state a requirement for prettier@^3.9.0, but this project is still pinned to prettier@3.8.5, which will cause peer dependency conflicts.
Test suggestions
- Verify that dependency installation (npm/yarn/pnpm) completes without peer dependency conflicts.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that dependency installation (npm/yarn/pnpm) completes without peer dependency conflicts.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
| "devDependencies": { | ||
| "@prettier/plugin-xml": "3.4.2", | ||
| "@standard-config/prettier": "1.13.3", | ||
| "@standard-config/prettier": "1.14.0", |
There was a problem hiding this comment.
🟡 MEDIUM RISK
Updating to @standard-config/prettier v1.14.0 introduces a peer dependency requirement for prettier@^3.9.0. Since line 21 shows prettier is currently at 3.8.5, this will likely cause installation failures or warnings in most package managers.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
138dff5 to
99fa325
Compare
1029b99 to
d1f6ac3
Compare
5e507b6 to
6dfab65
Compare
This PR contains the following updates:
1.13.3→1.15.0Release Notes
standard-config/prettier (@standard-config/prettier)
v1.15.0Compare Source
prettier@^3.9.0.v1.14.0Compare Source
@prettier/plugin-oxc.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.