Skip to content

Comments

chore: remove unused @types/jquery devDependency#172

Merged
nev21 merged 2 commits intomainfrom
copilot/remove-unused-dependencies
Feb 24, 2026
Merged

chore: remove unused @types/jquery devDependency#172
nev21 merged 2 commits intomainfrom
copilot/remove-unused-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

@types/jquery was listed as a devDependency but is not referenced 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>chore: remove unused dependencies and devDependencies</issue_title>
<issue_description>remove @types/jquery</issue_description>

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


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove unused dependencies and devDependencies chore: remove unused @types/jquery devDependency Feb 24, 2026
Copilot AI requested a review from nev21 February 24, 2026 07:49
@nev21 nev21 marked this pull request as ready for review February 24, 2026 07:53
@nev21 nev21 requested review from a team as code owners February 24, 2026 07:53
Copilot AI review requested due to automatic review settings February 24, 2026 07:53
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 project. The package was listed in devDependencies but is not referenced anywhere in the codebase. This is a routine maintenance task to keep dependencies clean and reduce the project's dependency footprint.

Changes:

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

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

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.86%. Comparing base (bd6cce6) to head (f5ae165).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   89.86%   89.86%           
=======================================
  Files          23       23           
  Lines         513      513           
  Branches      138      138           
=======================================
  Hits          461      461           
  Misses         52       52           
🚀 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.

@nev21 nev21 enabled auto-merge (squash) February 24, 2026 07:58
Copy link
Contributor

@nev21 nev21 left a comment

Choose a reason for hiding this comment

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

LGTM

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

@nev21 nev21 merged commit fe98b1a into main Feb 24, 2026
14 checks passed
@nev21 nev21 deleted the copilot/remove-unused-dependencies branch February 24, 2026 08:30
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: remove unused dependencies and devDependencies

3 participants