Skip to content

Comments

chore: Remove unused @types/jquery devDependency#378

Open
Copilot wants to merge 3 commits intomainfrom
copilot/remove-unused-dependencies
Open

chore: Remove unused @types/jquery devDependency#378
Copilot wants to merge 3 commits intomainfrom
copilot/remove-unused-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

@types/jquery was listed as a devDependency in the root package.json despite jQuery not being referenced anywhere in the codebase — no imports, no type usage, no tsconfig type entries.

Changes

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

This section details on the original issue you should resolve

<issue_title>chore: Removed unused dependencies</issue_title>
<issue_description>Remove any unused dependencies or devDependencies including @types/jquery</issue_description>

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


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove unused dependencies including @types/jquery chore: Remove unused @types/jquery devDependency Feb 24, 2026
@nev21 nev21 marked this pull request as ready for review February 25, 2026 02:24
@nev21 nev21 requested a review from a team as a code owner February 25, 2026 02:24
Copilot AI review requested due to automatic review settings February 25, 2026 02:24
@nev21 nev21 requested a review from a team as a code owner February 25, 2026 02:24
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

This pull request removes the unused @types/jquery devDependency from the root package.json. The PR description correctly states that jQuery is not referenced anywhere in the codebase, which I've verified through comprehensive searches across all TypeScript, JavaScript, and configuration files.

Changes:

  • Removed @types/jquery (version ^3.5.14) from the devDependencies section of the root package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (10d7a30) to head (55d4ed6).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #378   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          458       458           
  Branches       113       113           
=========================================
  Hits           458       458           
🚀 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.

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.

chore: Removed unused dependencies

3 participants