-
Notifications
You must be signed in to change notification settings - Fork 71
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
Updating uint8arrays package to lts stable #312
base: master
Are you sure you want to change the base?
Updating uint8arrays package to lts stable #312
Conversation
@mirceanis Could you please have a look at the PR? It updates uint8arrays to the latest stable v5. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey folks, |
There is a way: move to pure ESM. Nodejs handles ESM pretty well these days, as well as the bundlers. |
closes #312 BREAKING CHANGE: this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
closes #312 BREAKING CHANGE: this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
🎉 This issue has been resolved in version 9.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Current outdated uint8arrays package versions are conflicting with modern bundlers as we're seeing in certain integrated environments (such as Next.js v14+).
This PR updates uint8arrays to latest stable (v5)