noDeprecatedImports does not (yet) fully replace @typescript-eslint/no-deprecated #9280
danmichaelo
started this conversation in
Rule suggestion
Replies: 1 comment
-
|
It might be a bug. Feel free to file an issue with a minimal reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
noDeprecatedImportsis a great addition to biome, but seems like it doesn't support type imports? Importing a deprecated type such asZodSchemafrom zod 4 gives no warning:Also no warning when using a deprecated function, such as here where the
.uuid()function is deprecated:@typescript-eslint/no-deprecatedwarns about both issues:Beta Was this translation helpful? Give feedback.
All reactions