Parcourir la source

chore: ignore entities updates in renovate (#14630)

close #14615
edison il y a 1 mois
Parent
commit
1b2aca4f38
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/renovate.json5

+ 3 - 0
.github/renovate.json5

@@ -56,6 +56,9 @@
     // ESM only
     'estree-walker',
 
+    // v8 is ESM-only and breaks compiler-core's CJS path
+    'entities',
+
     // pinned
     // https://github.com/vuejs/core/issues/10300#issuecomment-1940855364
     'lru-cache',