Skip to content

Migrate extensions/copilot/chat-lib to Vitest v4.1.7#319429

Draft
Copilot wants to merge 3 commits into
mainfrom
copilot/migrate-vitest-to-v4
Draft

Migrate extensions/copilot/chat-lib to Vitest v4.1.7#319429
Copilot wants to merge 3 commits into
mainfrom
copilot/migrate-vitest-to-v4

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 1, 2026

extensions/copilot/chat-lib was still pinned to Vitest v3. This change upgrades the package to Vitest v4 and refreshes the lockfile so dependency resolution is consistent for consumers and CI.

  • Description
    • Dependency upgrade
      • Updated devDependencies.vitest in extensions/copilot/chat-lib/package.json from ^3.0.5 to 4.1.7 (exact pin).
    • Resolved dependency graph
      • Regenerated extensions/copilot/chat-lib/package-lock.json to capture the Vitest v4.1.7 ecosystem updates.
    • Scope
      • No source/runtime logic changes in chat-lib; this PR is dependency-only.
// extensions/copilot/chat-lib/package.json
{
  "devDependencies": {
    "vitest": "4.1.7"
  }
}
Original prompt

Under extensions/copilot/chat-lib, migrate vitest to v4. Create a PR.

Created from VS Code.

Copilot AI self-assigned this Jun 1, 2026
Copilot AI review requested due to automatic review settings June 1, 2026 18:58
Copilot AI review requested due to automatic review settings June 1, 2026 18:58
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot June 1, 2026 19:05
Copilot AI changed the title [WIP] Migrate vitest to version 4 Migrate extensions/copilot/chat-lib to Vitest v4 Jun 1, 2026
Copilot AI requested a review from rzhao271 June 1, 2026 19:07
Copy link
Copy Markdown
Collaborator

@rzhao271 rzhao271 left a comment

Choose a reason for hiding this comment

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

@copilot Pin vitest to 4.1.7 and try again

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot June 1, 2026 20:36
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 1, 2026

@copilot Pin vitest to 4.1.7 and try again

Updated in commit 6c5ec0e1: extensions/copilot/chat-lib now pins vitest to exact 4.1.7, and package-lock.json was refreshed accordingly.

Copilot AI changed the title Migrate extensions/copilot/chat-lib to Vitest v4 Migrate extensions/copilot/chat-lib to Vitest v4.1.7 Jun 1, 2026
Copilot AI requested a review from rzhao271 June 1, 2026 20:37
@rzhao271 rzhao271 modified the milestones: 1.124.0, 1.125.0 Jun 1, 2026
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