Skip to content

Migrate ui from CommonJS to ECMAScript/ESM #4446

Open
@erikgb

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions