-
Notifications
You must be signed in to change notification settings - Fork 365
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
Ethers v6 target #808
Ethers v6 target #808
Conversation
This is because ethers internally imports @adraffy/ens-normalize/xnf which gives typecheck error if not using node16 module resolution. The potential issue of using node16 is that common js imports stop working for a dependency that has exports field defined in it's package json.
# Conflicts: # package.json # pnpm-lock.yaml
🦋 Changeset detectedLatest commit: 8fd44a9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Socket Security Pull Request Report👍 No new dependency issues detected in pull request Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with Powered by socket.dev |
#803