Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 7, 2025

This PR removes the unused jQuery 1.11.1 library file from the repository as requested in the issue.

Changes Made

  • Deleted common/Tests/External/jquery-1.11.1.js (10,308 lines, ~305KB)

Verification

No references found: Comprehensive search confirmed no code references to this specific file anywhere in the codebase
Build system unaffected: Verified that build behavior remains unchanged (any existing build issues are unrelated to this change)
External dependencies maintained: The common/Tests/External/ directory still contains all other necessary test dependencies (QUnit, Sinon, RequireJS, etc.)
Minimal change: Only 1 file deleted, 0 lines added - exactly what was requested

Context

The jQuery 1.11.1 file was located in the external test dependencies directory but was not referenced by any build scripts, test files, or source code. While jQuery TypeScript definitions (jquery.d.ts) remain available in the same directory for any future needs, the actual library file was unused legacy code that could be safely removed.

This cleanup reduces the repository size and removes an outdated dependency that could potentially introduce security concerns if ever accidentally used.

Fixes #76.


💡 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: MSNev <54870357+MSNev@users.noreply.github.com>
Copilot AI changed the title [WIP] [Task] Remove jquery-1.11.1.js from the repo Remove unused jquery-1.11.1.js from external test dependencies Jul 7, 2025
Copilot AI requested a review from MSNev July 7, 2025 17:54
Copilot finished work on behalf of MSNev July 7, 2025 17:54
@MSNev MSNev marked this pull request as ready for review July 7, 2025 17:54
@MSNev MSNev merged commit 0a49e81 into main Jul 7, 2025
10 checks passed
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.

[Task] Remove jquery-1.11.1.js from the repo

4 participants