typescript-plugin-styled-components icon indicating copy to clipboard operation
typescript-plugin-styled-components copied to clipboard

TypeScript transformer for improving the debugging experience of styled-components

Results 43 typescript-plugin-styled-components issues
Sort by recently updated
recently updated
newest added

The rationale of pinning TypeScript version in peerDependencies should not be really required, since TypeScript versions usually don't create breakage for older code. It's possible that older TypeScript versions wouldn't...

https://github.com/styled-components/babel-plugin-styled-components/pull/172

help wanted
accepting PRs

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

![image](https://user-images.githubusercontent.com/26850796/137908491-2c7bb89a-8ef6-4d7d-a6c9-1133250abcc9.png) As part of the changes for v2, `componentId`s lost their default `sc` prefix in the `withConfig` call.

Hi @Igorbek: Great library! Could you add a LICENSE to it so that it's clearer on usage considerations? Thank you.

Otherwise everything still seems to work. I was using the following: [email protected] [email protected] [email protected] [email protected] [email protected] Upgraded styled-components to 5.0.0 and everything works, but no displayNames, just a hash. Tsconfig...

bug

StyledComponentsTransformer ignores styled components with config like this: ```ts const Box = styled.div.withConfig({ shouldForwardProp: (prop, defaultValidatorFn) => !['display'].includes(prop) && defaultValidatorFn(prop), })` display: ${prop => prop.display}; `; ``` [email protected] [email protected] [email protected]

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies