You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi masters, I am using @vue/language-core for our code tools. However, when trying to upgrade @vue/language-core to v3, it shows node version is incompatible, relative to [email protected]
As I check the document of minimatch, it only supprt node>=20 after v10. And as I see minimatch is only a small usage in packages/language-core/lib/codegen/template/elementProps.ts. I think downgrading minimatch will not affect the logic.
What does the proposed solution look like?
@vue/language-core usage minimatch@9 as dependency.