Skip to content

Drop unused @types/glob from extension dependencies - #226

Merged
zobo merged 1 commit into
masterfrom
copilot/remove-types-glob
Jul 31, 2026
Merged

Drop unused @types/glob from extension dependencies#226
zobo merged 1 commit into
masterfrom
copilot/remove-types-glob

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@types/glob was still listed as a dev dependency even though the extension no longer references glob types anywhere in source or test code. This change removes the stale type package and syncs the lockfile with the actual dependency set.

  • Dependency cleanup

    • remove @types/glob from devDependencies
    • keep the runtime glob package unchanged
  • Lockfile alignment

    • regenerate package-lock.json to drop @types/glob
    • remove the now-unneeded transitive @types/minimatch entry
  • Result

    • narrows the installed dependency surface to packages the project actually uses
    • avoids carrying obsolete type definitions in future installs
"devDependencies": {
  "@types/mocha": "^10.0.0",
  "@types/node": "^20.0.0",
  "@types/vscode": "^1.61.0"
}

Copilot AI changed the title Remove @types/glob Drop unused @types/glob from extension dependencies Jul 31, 2026
Copilot AI requested a review from zobo July 31, 2026 08:27
Copilot finished work on behalf of zobo July 31, 2026 08:27
@zobo
zobo marked this pull request as ready for review July 31, 2026 08:33
@zobo
zobo merged commit 97d842b into master Jul 31, 2026
1 check 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.

2 participants