Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Add test:format and fix:format scripts to all packages

This PR adds test:format and fix:format scripts to all Node packages in the repository that were missing them. It also ensures that prettier is added as a dev dependency in any packages that don't already have it, and updates the root package.json to use the latest version of prettier (3.5.3).

Changes

  • Added test:format script (runs prettier --check .) to packages missing it
  • Added fix:format script (runs prettier --write .) to packages missing it
  • Added prettier as a dev dependency to packages that didn't have it
  • Updated root package.json prettier version to 3.5.3
  • Fixed formatting issues in affected packages

Link to Devin run: https://app.devin.ai/sessions/d0b969b6e8da4192989629a8f5be3fb7

@devin-ai-integration devin-ai-integration bot requested a review from a team as a code owner March 12, 2025 14:57
Copy link

vercel bot commented Mar 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 3:40pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 3:40pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 3:40pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Mar 12, 2025 3:40pm
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Mar 12, 2025 3:40pm
insights ⬜️ Ignored (Inspect) Visit Preview Mar 12, 2025 3:40pm

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Co-Authored-By: Connor Prussin <[email protected]>
"scripts": {
"test:format": "prettier --check .",
"fix:format": "prettier --write ."
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this change, we don't want to update vendored dependencies

"scripts": {
"test:format": "prettier --check .",
"fix:format": "prettier --write ."
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this change, we don't want to update vendored dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant