Skip to content

Commit 385bfa4

Browse files
authored
chore: ignore codemirror update (#7347)
1 parent dff4406 commit 385bfa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"@types/chai",
3636
"@sinonjs/fake-timers",
3737
"cac",
38-
// Pinned due to https://github.com/vitest-dev/vitest/issues/4710
39-
"log-update",
4038
// Pinned because it requires "node" condition in the new version
4139
// But we intentionally build Vitest ambiguously
4240
"find-up",
4341
// Transitive dependency that we patch
44-
"acorn"
42+
"acorn",
43+
// Keep using codemirror 5
44+
"codemirror"
4545
]
4646
}

0 commit comments

Comments
 (0)