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

fix!: remove esm package, use native Node ES modules #2064

Merged
merged 2 commits into from Jul 5, 2021
Merged

Conversation

nolanlawson
Copy link
Owner

@nolanlawson nolanlawson commented Jul 4, 2021

BREAKING CHANGE: Node v12.20, v14.14, or v16.0 are the new minimum requirements

Removes the esm package and switches to using native Node ES modules.

This is probably a breaking change for self-hosters, because we'll have to bump the minimum required Node version to whichever ones support ESM.

BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required
@nolanlawson nolanlawson changed the title fix!: remove esm package, use native Node ESM modules fix!: remove esm package, use native Node ES modules Jul 4, 2021
@nolanlawson nolanlawson merged commit 16e6634 into master Jul 5, 2021
alice-werefox pushed a commit to alice-werefox/sema-werefox-cafe that referenced this pull request Apr 3, 2023
BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required

* fix!: remove esm package, use native Node ES modules

* fix: fix some CJS imports
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

Successfully merging this pull request may close these issues.

None yet

1 participant