JoshuaKGoldberg/create-typescript-app

๐Ÿ› ๏ธ Repo: @types/prettier@3.0.0 is now a deprecated types stub

JoshuaKGoldberg opened this issue ยท 1 comments

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.

๐ŸŽ‰ This is included in version v1.57.11 ๐ŸŽ‰

The release is available on:

Cheers! ๐Ÿ“ฆ๐Ÿš€