๐ ๏ธ Repo: @types/prettier@3.0.0 is now a deprecated types stub
JoshuaKGoldberg opened this issue ยท 1 comments
JoshuaKGoldberg commented
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
Now that prettier
provides its own types, there's no need to use @types/prettier
.
Actual
@types/prettier
is still a dev dependency.
$ pnpm i
โWARNโ deprecated @types/prettier@3.0.0: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed.
...
Additional Info
This isn't installed for end-users, so I suppose this is just an internal cleanup.
github-actions commented