Closed softwarespot closed 1 year ago
Same error for me, any solution?
@softwarespot - Thank you for opening the issue. Prettier's newest version came out July 5, 2023 (about 2 weeks ago) and I missed it.
The naive answer is updating the peer dependency to support multiple ranges should be enough, but I try to be excessively stable with this config.
It has been a while since I last updated this package, so I'll need to do a few things:
I will look into whether or not I can support both major versions in a single release.
I may also need to update prettier-config-standard
as well.
@softwarespot @jimmy-sandoval
eslint-config-prettier-standard
does not directly define a Prettier peer dependency, that came directly from prettier-config-standard
.
I recently published an update to the prettier config. Please try updating to prettier-config-standard@6.0.0
and let me know if that resolves your issues.
You can try updating to the latest prettier-config-standard@7.0.0
, but 2 options changed which might result in a larger diff than you might otherwise be expecting. Have a look at the releases to see what your options are!
I don't think there is any work that will need to be done in this repo, but I will wait a while for your response before closing the issue.
Thanks @npetruzzelli. I have now tested with the latest prettier-config-standard@7.0.0 and it's working as intended. I will now close this issue
This is the following output when using the latest version of Prettier. Is it possible to update the peer dependency to support the latest version? Happy to provide more information. Thanks