Update prettier-eslint-cli - #1212
Conversation
Bump prettier-eslint-cli to the latest major and preapprove its package for Yarn installs.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
Changesprettier-eslint-cli Dependency Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
commit: |
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s development tooling by bumping prettier-eslint-cli from v8 to v9, adds a Yarn allowlist entry to permit installing it under Yarn’s npm minimal age gate, and refreshes yarn.lock accordingly.
Changes:
- Bump
prettier-eslint-clito^9.2.0inpackage.json - Add
npmPreapprovedPackagesentry forprettier-eslint-cliin.yarnrc.yml - Regenerate
yarn.lockto reflect updated dependency tree (notably newereslint,yargs,chalk, etc. pulled by the CLI)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates the dev dependency version for prettier-eslint-cli to v9. |
.yarnrc.yml |
Adds Yarn preapproval configuration for prettier-eslint-cli installs. |
yarn.lock |
Lockfile refresh reflecting the updated transitive dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
prettier-eslint-clifrom v8 to v9prettier-eslint-cliin Yarn config for installsTest plan
yarn start validateSummary by CodeRabbit