Просмотр исходного кода

chore: ignore entities updates in renovate (#14630)

close #14615
edison 1 месяц назад
Родитель
Сommit
1b2aca4f38
1 измененных файлов с 3 добавлено и 0 удалено
  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',