jest-runner-prettier icon indicating copy to clipboard operation
jest-runner-prettier copied to clipboard

fix!: update for compatibility with the new async APIs in Prettier 3

Open steveluscher opened this issue 2 years ago • 1 comments

This PR:

  • pins the peerDependencies version of Prettier to >=3
  • updates the callsites of the Prettier API to reflect the fact that they're now async

This is a breaking version that will require a major version bump.

Fixes #586.

steveluscher avatar Aug 23 '23 03:08 steveluscher

I forgot that I'd done this, discovered that our Prettier tests weren't doing anything, debugged the root cause, and then rediscovered this.

Any chance you'd like to crush out a release?

steveluscher avatar Mar 22 '24 19:03 steveluscher