Skip to content

Remove unused @types/jquery dependency#294

Open
Copilot wants to merge 4 commits intomainfrom
copilot/remove-unused-jquery-dependency
Open

Remove unused @types/jquery dependency#294
Copilot wants to merge 4 commits intomainfrom
copilot/remove-unused-jquery-dependency

Conversation

Copy link
Contributor

Copilot AI commented Mar 4, 2026

@types/jquery was listed as a devDependency in the root package.json but is not used anywhere in the codebase.

Changes

  • package.json: Removed @types/jquery from devDependencies
Original prompt

This section details on the original issue you should resolve

<issue_title>[Bug] Remove unused dependency</issue_title>
<issue_description>remove the unused and not needed @types/jquery dependency from all package json files.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove unused @types/jquery dependency from package json files Remove unused @types/jquery dependency Mar 4, 2026
Copilot finished work on behalf of nev21 March 4, 2026 07:38
@nev21 nev21 marked this pull request as ready for review March 4, 2026 07:39
@nev21 nev21 requested review from a team as code owners March 4, 2026 07:39
Copilot AI review requested due to automatic review settings March 4, 2026 07:39
Copy link
Contributor

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

Removes an unused TypeScript type dependency from the monorepo root to keep devDependencies minimal and aligned with actual usage.

Changes:

  • Removed @types/jquery from the root package.json devDependencies.

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (eeaeed3) to head (2ba2b0e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #294   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files         137      137           
  Lines        6388     6388           
  Branches     1640     1679   +39     
=======================================
  Hits         6088     6088           
  Misses        300      300           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@nevware21-bot nevware21-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by nevware21-bot

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Remove unused dependency

4 participants