Skip to content

Conversation

@yanglbme
Copy link
Member

@yanglbme yanglbme commented Dec 9, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 9, 2025 23:31
@idoocs idoocs added core team Issues or pull requests from core team gitignore json Issues or Pull requests relate to .json files sh labels Dec 9, 2025
Copy link

Copilot AI left a 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 packageManager field and removing package-lock.json
  • Added pnpm-specific entries to .gitignore to 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.

@yanglbme yanglbme merged commit 2fa413e into main Dec 9, 2025
1 of 2 checks passed
@yanglbme yanglbme deleted the dev branch December 9, 2025 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core team Issues or pull requests from core team gitignore husky/commit-msg husky/pre-commit json Issues or Pull requests relate to .json files sh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants