Open kkmuffme opened 1 year ago
This is especially super annoying bc some of the packages require deprecated things. e.g. @types/wordpress__editor
has a dependency on @types/wordpress__data
, therefore creating TS2688 errors (Cannot find type definition file for wordpress__data
) all the time.
Same for @types/wordpress__jest-console
now
Description
Since a few weeks there is a major inconsistency/chaos bc some packages have a @types package while others don't. e.g. https://www.npmjs.com/package/@types/wordpress__compose does not, while there still lots of wordpress packages that do not have them.
Could this please be made consistent as it was before - either all have @types or none.
Step-by-step reproduction instructions
See above
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes