Skip to content

feat: convert packages to ESM with Vitest + dep upgrades#87

Merged
codeaholicguy merged 5 commits into
mainfrom
feature-esm-migration
May 27, 2026
Merged

feat: convert packages to ESM with Vitest + dep upgrades#87
codeaholicguy merged 5 commits into
mainfrom
feature-esm-migration

Conversation

@codeaholicguy
Copy link
Copy Markdown
Owner

Summary

  • Convert all 4 packages (memory, channel-connector, agent-manager, cli) + e2e/ to native ESM ("type": "module", NodeNext, .js extensions on relative imports).
  • Migrate test framework from Jest (+ @swc/jest) to Vitest
  • Upgrade ESM-only deps now unblocked: chalk@4→5.6, ora@5→9, inquirer@8→9.3, @types/inquirer→9.
  • Standardize TypeScript to ^5.5.0 across packages (was 5.3.3 in 3, 5.4.5 in 1).

@codeaholicguy codeaholicguy merged commit 481137c into main May 27, 2026
7 checks passed
@codeaholicguy codeaholicguy deleted the feature-esm-migration branch May 27, 2026 19:08
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.

1 participant