Skip to content

Commit 1b2aca4

Browse files
authored
chore: ignore entities updates in renovate (#14630)
close #14615
1 parent 51675b4 commit 1b2aca4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
// ESM only
5757
'estree-walker',
5858

59+
// v8 is ESM-only and breaks compiler-core's CJS path
60+
'entities',
61+
5962
// pinned
6063
// https://github.com/vuejs/core/issues/10300#issuecomment-1940855364
6164
'lru-cache',

0 commit comments

Comments
 (0)