eik-lib / cli

CLI to publish packages and import maps to Eik, and to manage aliases
https://eik.dev
1 stars 3 forks source link

chore: convert codebase to ESM #562

Closed digitalsadhu closed 4 months ago

digitalsadhu commented 4 months ago

BREAKING CHANGE: JavaScript API is now ESM only and no longer supports CJS

wkillerud commented 4 months ago

should we update all the outdated dependencies as well while doing this breaking change?

+1, would be nice to do a sweep of the open PRs and bump deps that would be a breaking change.

digitalsadhu commented 4 months ago

Might be worth either merging this into a "next" and then updating dept, then merging into main or doing dep updates as part of this PR to avoid multiple breaking changes

digitalsadhu commented 4 months ago

This PR is now against next and I'll merge it into that and continue work updating dependencies from there