Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #315 - RemoveIndexSignature deprecated in v4 #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zymotik
Copy link

@zymotik zymotik commented Sep 9, 2024

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

@zymotik
Copy link
Author

zymotik commented Oct 2, 2024

#315

@G-Rath
Copy link

G-Rath commented Oct 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants