chore: remove unused @types/jquery devDependency#172
Merged
Conversation
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
nev21
approved these changes
Feb 24, 2026
Contributor
There was a problem hiding this comment.
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/jqueryfrom the rootpackage.jsondevDependencies section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 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:
|
nevware21-bot
approved these changes
Feb 24, 2026
Contributor
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@types/jquerywas listed as a devDependency but is not referenced anywhere in the codebase.Changes
package.json: Removed@types/jqueryfromdevDependenciesOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.