Update dependency @standard-config/prettier to v1.14.0#2244
Update dependency @standard-config/prettier to v1.14.0#2244renovate[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull Request Overview
A conflict exists between the updated @standard-config/prettier version and the current project configuration. The release specifications for v1.14.0 require prettier@^3.9.0, which exceeds the version currently defined in the repository. This discrepancy creates a gap in the acceptance criteria and should be resolved to prevent installation warnings or runtime issues. Codacy quality checks are currently passing.
About this PR
- The update to @standard-config/prettier v1.14.0 is incompatible with the current project version of prettier. This mismatch is likely to cause peer dependency errors during package installation in strict environments.
Test suggestions
- Validate that package installation succeeds without peer dependency warnings.
- Verify that running Prettier with the updated config does not throw errors.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Validate that package installation succeeds without peer dependency warnings.
2. Verify that running Prettier with the updated config does not throw errors.
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
Version 1.14.0 of @standard-config/prettier requires prettier@^3.9.0. The project's current version (3.8.4) creates a peer dependency conflict.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| 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.
f9674b8 to
b27d95e
Compare
f9117e1 to
30808a7
Compare
This PR contains the following updates:
1.13.3→1.14.0Release Notes
standard-config/prettier (@standard-config/prettier)
v1.14.0Compare Source
prettier@^3.9.0.@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.