Closed danielroe closed 2 months ago
@hunterliu1003 Is there a chance to relase a patch with this change only? As I have checked in my repo, it is responsible for hundreds of errors in vue-tsc, because it is breaking types for $router (vue-router) and $t (i18n). I believe many more people will benefit and probably many did not figure out yet what dependency is breaking vue types in their case.
I hope that makes it easier to understand the impact of merging PR from Daniel. Thank you.
@hunterliu1003 Is there a chance to relase a patch with this change only? As I have checked in my repo, it is responsible for hundreds of errors in vue-tsc, because it is breaking types for $router (vue-router) and $t (i18n). I believe many more people will benefit and probably many did not figure out yet what dependency is breaking vue types in their case.
I hope that makes it easier to understand the impact of merging PR from Daniel. Thank you.
Thanks for the reminder. I will release a patch version as soon as possible. I had a new baby last month and life got very busy.
@hunterliu1003 congratulations! thank you for so fast reply and all the best for your family :)
@xollaborator Thanks ❤️ Released in v4.5.5
In line with https://github.com/vuejs/router/pull/2295 and https://github.com/nuxt/nuxt/pull/28542, this moves to augment
vue
rather than@vue/runtime
core.This is now officially recommended in the docs and it must be done by all libraries or it will break types for other libraries.