It appears that all Jest related packages I've come across are currently on version 27, except for this one. I wonder if there's a specific reason for this disparity. The Jest documentation mentions the importance of matching versions with associated modules, such as using 26.4.x of @types/jest when using Jest version 26.4.0.
Matching the major and minor versions of Jest and its associated types closely is recommended by Jest documentation.
I'm uncertain if the delay in releasing version 27 is due to ensuring that @jest/globals
is ready for use as a dependency in DefinitelyTyped, or if it's because no type changes are necessary for the update. It could also simply be the case that no one has had the opportunity to work on it yet.
If it's a matter of nobody having worked on updating the types for version 27, I'd like to know if there's an easy way to identify which types require updating.