testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.08k stars 109 forks source link

Fix #315 - RemoveIndexSignature deprecated in v4 #320

Open zymotik opened 2 months ago

zymotik commented 2 months ago

RemoveIndexSignature added in type-fest v2.10.0. Renamed to OmitIndexSignature in v4.0.0. package.json updated to reflect compatibility.

zymotik commented 1 month ago

315

G-Rath commented 1 month ago

This won't fix the issue as you're only changing devDependencies which is not used by downstream packages - instead you want to add type-fest as an optional peer dependency dependency to express the range of versions that are supported if the dependency is in the tree