styled-components/babel-plugin-styled-components
### [`v1.13.3`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.3)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.2...v1.13.3)
- when there are multiple assignments prefer the outer name ([#355](https://togithub.com/styled-components/babel-plugin-styled-components/issues/355)) thanks [@rockwotj](https://togithub.com/rockwotj)
- minor dependency updates
### [`v1.13.2`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.2)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.1...v1.13.2)
- added some conditional guards to code paths that lead to errors for some consumers ([`0c16c1b`](https://togithub.com/styled-components/babel-plugin-styled-components/commit/0c16c1bac6b2a86bac66cf2527f1b05b896019b8))
- dependency updates
- teach babel plugin about certain spread application scenarios with "css" prop [#339](https://togithub.com/styled-components/babel-plugin-styled-components/issues/339)
- handle namespace import (`import * as styled from 'styled-components'`) properly [#340](https://togithub.com/styled-components/babel-plugin-styled-components/issues/340)
### [`v1.13.1`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.1)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.0...v1.13.1)
Fix one edge case with object key interpolation from v1.13.0
### [`v1.13.0`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.0)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.12.1...v1.13.0)
- teach the plugin how to handle variable interpolation in object keys, e.g.
```js
css={{
[theme.breakpoint.sm]: {
color: 'red'
}
}}
```
- plugin now emits transient props when replacing `css` prop calls (cuts down on garbage in the DOM for s-c 5.1+)
- merge withConfig arguments to allow for shouldForwardProp, thanks [@ithinkdancan](https://togithub.com/ithinkdancan) [#323](https://togithub.com/styled-components/babel-plugin-styled-components/issues/323)
- move injected components to end of file scope, thanks [@sfishel18](https://togithub.com/sfishel18)
- Ensure sc- prefix is always added [#313](https://togithub.com/styled-components/babel-plugin-styled-components/issues/313), thanks [@chalbert](https://togithub.com/chalbert)
### [`v1.12.1`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.12.1)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.12.0...v1.12.1)
- Resolve operability issue with rollup (see [https://github.com/styled-components/babel-plugin-styled-components/pull/327](https://togithub.com/styled-components/babel-plugin-styled-components/pull/327)), thanks [@ktranada](https://togithub.com/ktranada)
- Update dependencies
Configuration
📅 Schedule: "on the 2nd and 4th day instance on sunday after 9pm" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^1.12.0
->^1.13.3
Release Notes
styled-components/babel-plugin-styled-components
### [`v1.13.3`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.3) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.2...v1.13.3) - when there are multiple assignments prefer the outer name ([#355](https://togithub.com/styled-components/babel-plugin-styled-components/issues/355)) thanks [@rockwotj](https://togithub.com/rockwotj) - minor dependency updates ### [`v1.13.2`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.2) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.1...v1.13.2) - added some conditional guards to code paths that lead to errors for some consumers ([`0c16c1b`](https://togithub.com/styled-components/babel-plugin-styled-components/commit/0c16c1bac6b2a86bac66cf2527f1b05b896019b8)) - dependency updates - teach babel plugin about certain spread application scenarios with "css" prop [#339](https://togithub.com/styled-components/babel-plugin-styled-components/issues/339) - handle namespace import (`import * as styled from 'styled-components'`) properly [#340](https://togithub.com/styled-components/babel-plugin-styled-components/issues/340) ### [`v1.13.1`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.1) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.13.0...v1.13.1) Fix one edge case with object key interpolation from v1.13.0 ### [`v1.13.0`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.13.0) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.12.1...v1.13.0) - teach the plugin how to handle variable interpolation in object keys, e.g. ```js css={{ [theme.breakpoint.sm]: { color: 'red' } }} ``` - plugin now emits transient props when replacing `css` prop calls (cuts down on garbage in the DOM for s-c 5.1+) - merge withConfig arguments to allow for shouldForwardProp, thanks [@ithinkdancan](https://togithub.com/ithinkdancan) [#323](https://togithub.com/styled-components/babel-plugin-styled-components/issues/323) - move injected components to end of file scope, thanks [@sfishel18](https://togithub.com/sfishel18) - Ensure sc- prefix is always added [#313](https://togithub.com/styled-components/babel-plugin-styled-components/issues/313), thanks [@chalbert](https://togithub.com/chalbert) ### [`v1.12.1`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/v1.12.1) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v1.12.0...v1.12.1) - Resolve operability issue with rollup (see [https://github.com/styled-components/babel-plugin-styled-components/pull/327](https://togithub.com/styled-components/babel-plugin-styled-components/pull/327)), thanks [@ktranada](https://togithub.com/ktranada) - Update dependenciesConfiguration
📅 Schedule: "on the 2nd and 4th day instance on sunday after 9pm" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.