Skip to content

Commit

Permalink
chore: accept only lower Vitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Feb 25, 2025
1 parent d9f1c0a commit 529686f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
matchFileNames: ['frameworks/slickgrid-vue/**', 'demos/vue/**'],
groupName: 'Vue.JS dependencies',
},
{
packageNames: ['vitest'],
allowedVersions: '3.0.6', // latest version seems to be causing regression in tests
},
// rimraf new major releases dropped support for Node 18, we'll have to wait our next major to upgrade them
{
packageNames: ['rimraf'],
Expand Down

0 comments on commit 529686f

Please sign in to comment.