vue-testing-library icon indicating copy to clipboard operation
vue-testing-library copied to clipboard

Fix #315 - RemoveIndexSignature deprecated in v4

Open zymotik opened this issue 1 year ago • 3 comments

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

zymotik avatar Sep 09 '24 16:09 zymotik

#315

zymotik avatar Oct 02 '24 11:10 zymotik

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

G-Rath avatar Oct 07 '24 19:10 G-Rath

I think you should add type-fest to dependencies. Because if you add type-fest to peer dependency, it may conflict to other lib which using type-fest v4

xiaoxiangmoe avatar Dec 21 '24 16:12 xiaoxiangmoe