Skip to content

chore(deps): resolving package release issues#159

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

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

Conversation

@vinaygupta-sourcefuse
Copy link
Copy Markdown
Contributor

Description

This issue tracks upgrading all project dependencies to their latest stable versions.

Changes

  • Updated all dependencies and devDependencies to latest versions
  • Resolved version conflicts and peer dependency issues
  • Fixed breaking changes introduced by major version upgrades

Checklist:

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

Build Passed:

Screenshot 2026-04-20 at 12 56 16 PM

Test Passed:

Screenshot 2026-04-20 at 12 56 50 PM

@vinaygupta-sourcefuse vinaygupta-sourcefuse added the dependencies Pull requests that update a dependency file label Apr 20, 2026
@sonarqubecloud
Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Downgrade husky to v7 and typescript to v5.5.4, along with minor updates to transitive dependencies.

Review Focus: The husky downgrade is a significant version change (9.1.7 → 7.0.4) with a breaking change in the bin entry point (bin.js → lib/bin.js) and relaxed Node engine requirement (≥18 → ≥12). Verify this downgrade is intentional and won't impact git hooks functionality. Also confirm typescript v5.5.4 meets project requirements despite being older than the previous version.

Start review at: package.json. This is the source of truth for dependency versions and shows the intentional downgrades that require clear justification in the PR description.

💬 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 fbd6cdf into master Apr 20, 2026
7 checks passed
@yeshamavani yeshamavani deleted the GH-158 branch April 20, 2026 09:10
@yeshamavani
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.1.0 🎉

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

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants