You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: