We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
punycode
Reported internally, we use an outdated dependency:
Dependency chain:
=> Found "[email protected]" info Reasons this module exists - "eslint#ajv#uri-js" depends on it - Hoisted from "eslint#ajv#uri-js#punycode"
The text was updated successfully, but these errors were encountered:
Bumping eslint should do the trick. I'm gonna give this a quick try
Sorry, something went wrong.
So this was a bit tricky to determine but I think I now got to the botttom of this warning:
whatwg-url imports the node native version of punycode which is deprecated. Dependency tree of whatwg-url
whatwg-url
└─> npm ls whatwg-url └─┬ @sentry/[email protected] └─┬ @sentry/[email protected] └─┬ [email protected] └── [email protected]
Actually, even with the newest eslint version, this is still an open issue for anyone using Node 21/22: eslint/eslint#17733.
So looks like we need to resolve this in Sentry CLI 🤔
No branches or pull requests
Reported internally, we use an outdated dependency:
Dependency chain:
The text was updated successfully, but these errors were encountered: