Skip to content

Commit 13ff97a

Browse files
authored
perf(reporters): downgrade log-update to v5 (#4711)
1 parent abe0197 commit 13ff97a

File tree

3 files changed

+5
-50
lines changed

3 files changed

+5
-50
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"@sinonjs/fake-timers",
3333
// TODO: update when chai is updated to 5.0
3434
"loupe",
35+
// Pinned due to https://github.com/vitest-dev/vitest/issues/4710
36+
"log-update",
3537
// we update types for node when we bump the minimal version
3638
"@types/node"
3739
]

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"get-tsconfig": "^4.7.2",
182182
"happy-dom": "^12.10.3",
183183
"jsdom": "^23.0.1",
184-
"log-update": "^6.0.0",
184+
"log-update": "^5.0.1",
185185
"micromatch": "^4.0.5",
186186
"p-limit": "^5.0.0",
187187
"pretty-format": "^29.7.0",

pnpm-lock.yaml

Lines changed: 2 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)