Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ui from CommonJS to ECMAScript/ESM #4446

Open
erikgb opened this issue Jan 6, 2025 · 0 comments
Open

Migrate ui from CommonJS to ECMAScript/ESM #4446

erikgb opened this issue Jan 6, 2025 · 0 comments

Comments

@erikgb
Copy link
Contributor

erikgb commented Jan 6, 2025

ECMAScript or ESM modules are the official way of developing JavaScript software today and many projects and libraries are moving towards this format to leverage its advantages. Support for CommonJS, which was the de facto standard for NodeJS projects so far, is even being dropped by some famous libs.

I personally know very little about frontend development, but looking at the remaining Dependabot PRs, it seems that we have a setup that is not compatible with the latest versions of dependent packages. And googling for potential reasons, I found quite a few pointing to a need to migrate from CommonJS to ECMAScript/ESM.

Some hopefully relevant references:

/help

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

No branches or pull requests

1 participant