Skip to content

chore(deps): resolving package release issues#249

Merged
yeshamavani merged 1 commit intomasterfrom
GH-248
Apr 20, 2026
Merged

chore(deps): resolving package release issues#249
yeshamavani merged 1 commit intomasterfrom
GH-248

Conversation

@Sourav-kashyap
Copy link
Copy Markdown
Contributor

Description

This PR upgrades project dependencies to their latest versions and resolves issues caused by version mismatches and breaking changes.

Changes

Updated all dependencies and devDependencies to the latest versions
Resolved version conflicts and peer dependency issues

Checklist

  • Performed a self-review of my own code
  • npm test passes on your machine

resolving package release issues

GH-248
@sonarqubecloud
Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Downgrade husky from v9.1.7 to v7.0.4 and update various dev dependencies to newer versions.

Review Focus: The husky downgrade is a significant change that alters the Node.js engine requirement from >=18 to >=12 and changes the bin entry point from bin.js to lib/bin.js. Verify this downgrade is intentional and won't break existing git hooks or CI/CD pipelines. Confirm compatibility with the current Node.js version used in development and production.

Start review at: package.json. This file contains the primary change (husky version constraint) and explains the intent, allowing you to understand why this downgrade was necessary before examining the lock file updates.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@yeshamavani yeshamavani merged commit b961f7a into master Apr 20, 2026
7 checks passed
@yeshamavani yeshamavani deleted the GH-248 branch April 20, 2026 09:27
@yeshamavani
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants