build(deps-dev): bump prettier from 3.1.1 to 3.8.3#1302
Conversation
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.8.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.1.1...3.8.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.
There was a problem hiding this comment.
Pull Request Overview
This PR cannot be merged in its current state because it attempts to update prettier to a non-existent version (3.8.3). According to the npm registry, the current stable versioning for Prettier is in the 3.3.x range. This discrepancy will cause installation failures in all environments and poses a potential security risk. Please verify the intended version and update the PR accordingly.
Test suggestions
- Verify that the formatting tool still operates correctly across the codebase with the new version (standard lint/format CI check).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the formatting tool still operates correctly across the codebase with the new version (standard lint/format CI check).
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
| "lint-staged": "^15.2.0", | ||
| "mocha": "^10.2.0", | ||
| "prettier": "^3.1.1", | ||
| "prettier": "^3.8.3", |
There was a problem hiding this comment.
🔴 HIGH RISK
The version 3.8.3 for prettier is not a valid release on the npm registry. This will cause installation failures as the package cannot be resolved. Please identify the latest stable version of prettier on npm (currently 3.3.x) and update the project dependencies to use a valid version.
Bumps prettier from 3.1.1 to 3.8.3.
Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.
Dependabot 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)