You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why setting up a dev environment for the plugin pulls in TypeScript 3.9, and it looks like it's a transitive dependency of prettier-plugin-import-sort.
Given prettier-plugin-import-sort has had its last release 3 years ago, and import-sort-parser-typescript 5 years ago, maybe they could be dropped from the tests too.
The text was updated successfully, but these errors were encountered:
We had someone actually request this one but it was long enough ago that maybe we can drop support for it. It doesn't really cause problems keeping support for it around but at some point I'm it's gonna stop working with later versions of Prettier. Will think on this one some 👍
What version of
prettier-plugin-tailwindcss
are you using?efea6f9
What version of Tailwind CSS are you using?
Irrelevant
What version of Node.js are you using?
Irrelevant (22.2.0)
What package manager are you using?
Irrelevant (Yarn)
What operating system are you using?
Irrelevant (macOS)
Describe your issue
I was wondering why setting up a dev environment for the plugin pulls in TypeScript 3.9, and it looks like it's a transitive dependency of
prettier-plugin-import-sort
.Given
prettier-plugin-import-sort
has had its last release 3 years ago, andimport-sort-parser-typescript
5 years ago, maybe they could be dropped from the tests too.The text was updated successfully, but these errors were encountered: