-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
chore: update deps #4895
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
chore: update deps #4895
Conversation
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 PR updates project dependencies and migrates from npm to pnpm as the package manager. The changes include updating several development dependencies to their latest versions and configuring the project for pnpm usage.
- Updated multiple devDependencies to newer versions (@commitlint, husky, lint-staged, prettier, prettier-plugin-sql-cst)
- Migrated from npm to pnpm by adding
packageManagerfield and removingpackage-lock.json - Added pnpm-specific entries to
.gitignoreto exclude lock files and cache directories - Added husky deprecation warning file as part of husky v9 migration
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated 6 devDependencies to newer versions and added packageManager field specifying pnpm@9.15.0 |
| package-lock.json | Removed npm lock file as part of migration to pnpm package manager |
| .husky/_/husky.sh | Added husky v9 deprecation notice warning about removal of legacy setup in v10.0.0 |
| .gitignore | Added pnpm-specific ignore patterns for lock file, store directory, and debug log |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9057c1b to
1b68717
Compare
No description provided.