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

fix: fully resolves Tailwind setup command failing due to Prettier v3 dependency #9078

Closed
wants to merge 1 commit into from

Conversation

thedavidprice
Copy link
Contributor

Fixes #9075 (this is the full resolution; previously workaround)

Dependencies

…ed prettier-plugin-tailwindcss v0.5 (#9076)"

This reverts commit c5bdbdb.
@@ -25,7 +25,7 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"postcss-loader": "^7.3.3",
"prettier-plugin-tailwindcss": "0.4.1",
"prettier-plugin-tailwindcss": "^0.4.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be updated. Recommend fully re-running update test-project command.

@thedavidprice thedavidprice added the release:breaking This PR is a breaking change label Aug 27, 2023
@thedavidprice thedavidprice added this to the v7.0.0 milestone Aug 27, 2023
@thedavidprice
Copy link
Contributor Author

@jtoar I need to pass this off to you for future handling. Thanks in advance!

@jtoar jtoar modified the milestones: SSR, v7.0.0 Dec 13, 2023
jtoar added a commit that referenced this pull request Mar 10, 2024
Second attempt of #9077 now
that Jest tests are holding us back thanks to @Josh-Walker-GM! 🚀

I've also included the changes in
#9078. I'm pretty sure this
isn't breaking but will be more thorough after CI passes.
jtoar added a commit that referenced this pull request Mar 10, 2024
Second attempt of #9077 now
that Jest tests are holding us back thanks to @Josh-Walker-GM! 🚀

I've also included the changes in
#9078. I'm pretty sure this
isn't breaking but will be more thorough after CI passes.
@Tobbe
Copy link
Member

Tobbe commented Jul 9, 2024

We're now on Prettier v3 and prettier-plugin-tailwindcss v0.5 so this PR isn't relevant anymore

@Tobbe Tobbe closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:breaking This PR is a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug?]: Tailwind setup fails due to latest dep requiring Prettier v3
3 participants