Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider dropping testing with prettier-plugin-import-sort? #297

Open
akx opened this issue Jun 18, 2024 · 1 comment
Open

Consider dropping testing with prettier-plugin-import-sort? #297

akx opened this issue Jun 18, 2024 · 1 comment

Comments

@akx
Copy link
Contributor

akx commented Jun 18, 2024

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.

prettier-plugin-import-sort 0.0.7
└─┬ import-sort-parser-typescript 6.0.0
  └── typescript 3.9.10

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.

@thecrypticace
Copy link
Contributor

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants