typescript-plugin-styled-components
typescript-plugin-styled-components copied to clipboard
TypeScript transformer for improving the debugging experience of styled-components
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
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...
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...
 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...
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 [](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...
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...