Wanted to surface this here rather than burying it in a dependabot PR…
As @calebcartwright observed at #5277 (comment) the version of @types/styled-components that we've pinned as a result of DefinitelyTyped/DefinitelyTyped#33311 is now blocking us from updating TypeScript.
This is untenable.
Part of me wants to try to dive into the DefTyped repo and fix this though I just don't have a ton of bandwidth.
Increasingly the hacky workaround of deleting node_modules/@types/react-native, a package which of course should not be installed into Shields, is feeling like a reasonable way to handle this.
Wanted to surface this here rather than burying it in a dependabot PR…
As @calebcartwright observed at #5277 (comment) the version of
@types/styled-componentsthat we've pinned as a result of DefinitelyTyped/DefinitelyTyped#33311 is now blocking us from updating TypeScript.This is untenable.
Part of me wants to try to dive into the DefTyped repo and fix this though I just don't have a ton of bandwidth.
Increasingly the hacky workaround of deleting
node_modules/@types/react-native, a package which of course should not be installed into Shields, is feeling like a reasonable way to handle this.