Explorar o código

chore: ignore entities updates in renovate (#14630)

close #14615
edison hai 2 meses
pai
achega
1b2aca4f38
Modificáronse 1 ficheiros con 3 adicións e 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',