Outdated Dependency `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"
Bumping eslint should do the trick. I'm gonna give this a quick try
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
└─> 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: https://github.com/eslint/eslint/issues/17733.
So looks like we need to resolve this in Sentry CLI 🤔
Closing this in favor of the tracking issue over at sentry-cli: https://github.com/getsentry/sentry-cli/issues/1810