Explorar el Código

chore: ignore entities updates in renovate (#14630)

close #14615
edison hace 2 meses
padre
commit
1b2aca4f38
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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',