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
A main motivation, just like for @semantic-release itself, is that env-ci depends on many packages by @sindresorhus, and we are locked out from updating them as all of Sindre's packages are being upgraded to ESM. We have several dependencies we cannot upgrade for that reason: https://github.com/semantic-release/env-ci/pulls
We are aware that env-ci is widely used beyond @semantic-release, so we will try to maintain the current version (v5.x.x) for a while. But v6 will most likely be ESM, and we won't release any breaking changes to the CJS Version (v5) any more.
Please let us know if you have any questions or concerns
Todos
remove fromentries, use native Object.fromEntries() instead
The text was updated successfully, but these errors were encountered:
Part of our efforts to migrate
semantic-release
to native ES Modules: semantic-release/semantic-release#2133A main motivation, just like for @semantic-release itself, is that
env-ci
depends on many packages by @sindresorhus, and we are locked out from updating them as all of Sindre's packages are being upgraded to ESM. We have several dependencies we cannot upgrade for that reason: https://github.com/semantic-release/env-ci/pullsWe are aware that
env-ci
is widely used beyond @semantic-release, so we will try to maintain the current version (v5.x.x) for a while. But v6 will most likely be ESM, and we won't release any breaking changes to the CJS Version (v5) any more.Please let us know if you have any questions or concerns
Todos
fromentries
, use nativeObject.fromEntries()
insteadThe text was updated successfully, but these errors were encountered: