chore: upgrading husky version and removed husky's deprecated things#95
chore: upgrading husky version and removed husky's deprecated things#95drtechie merged 2 commits intoPSMRI:developfrom
Conversation
WalkthroughThis update simplifies the Husky Git hook scripts by removing the shell shebang and Husky environment sourcing from both Changes
Possibly related PRs
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 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 (
|
|



📋 Description
JIRA ID:
Upgraded
huskyfrom version^9.0.11to^9.1.7to align with the latest stable release.Removed deprecated bootstrap lines from
.husky/commit-msgand.husky/pre-commithook scripts, as these are no longer required in newer Husky versions.✅ Type of Change
ℹ️ Additional Information
Tested by making a sample commit and verifying that:
lint-stagedran correctly via thepre-commithook.commitlintsuccessfully validated the commit message format.No errors or warnings were observed during the commit process.
Summary by CodeRabbit