Skip to content

Conversation

@llambeau
Copy link
Contributor

  • Upgrade all npm dependencies to their latest versions
  • Migrate vitest.workspace.ts to vitest.config.ts using the new test.projects API (Vitest 4 requirement)
  • Replace deprecated poolOptions with top-level pool options
  • Update mock function types for Vitest 4 compatibility
  • Fix import sorting in test files (lint auto-fix)

Notable major upgrades:

  • vitest: 3.x → 4.x
  • @inquirer/prompts: 7.x → 8.x
  • listr2: 9.x → 10.x
  • glob: 11.x → 13.x
  • protobufjs: 7.x → 8.x

- Upgrade all npm dependencies to their latest versions
- Migrate vitest.workspace.ts to vitest.config.ts using the new
  test.projects API (Vitest 4 requirement)
- Replace deprecated poolOptions with top-level pool options
- Update mock function types for Vitest 4 compatibility
- Fix import sorting in test files (lint auto-fix)

Notable major upgrades:
- vitest: 3.x → 4.x
- @inquirer/prompts: 7.x → 8.x
- listr2: 9.x → 10.x
- glob: 11.x → 13.x
- protobufjs: 7.x → 8.x

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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