-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade prettier to v3.5.3 #1011
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?
Upgrade prettier to v3.5.3 #1011
Conversation
WalkthroughThis change updates the "prettier" package version in the Changes
Possibly related PRs
Suggested labels
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (53)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (74)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Pull Request Overview
This pull request upgrades the Prettier dependency to v3.5.3 and applies automated formatting across Vue components to ensure consistent code style. Key changes include updating dependency versions, reformatting Vue template tags for improved readability and consistency, and adding missing newline characters as per coding standards.
Reviewed Changes
Copilot reviewed 53 out of 54 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
src/components/BotSettings/LoginSetting.vue | Reformatted template tags for readability |
src/components/BotSettings/LMSYSBotSettings.vue src/components/BotSettings/KimiBotSettings.vue src/components/BotSettings/HuggingChatBotSettings.vue ... |
Unified single-line template structure across bot settings components |
src/components/BotSettings/CommonBotSettings.vue | Adjusted nested component tag formatting and closing tag placement for consistency |
src/App.vue | Updated nested template structure and closing tag positioning in the main app component |
Files not reviewed (1)
- package.json: Language not supported
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.
mrge found 2 issues across 53 files. View them in mrge.io
Upgrade prettier to v3.5.3, and also format the code base using the latest prettier v3.5.3 to pass the linter.
cc #1009
GitHub Copilot change summary:
Summary by mrge
Upgraded Prettier to v3.5.3 and reformatted the entire codebase to match the new formatting rules.
Dependencies
Refactors
Summary by CodeRabbit
Style
Chores