Luchanso / new-year-chain

Blockchain for your new year resolution
1 stars 0 forks source link

fix(deps): update dependency styled-components to v4.3.2 #37

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
styled-components (source) dependencies minor 4.1.3 -> 4.3.2

Release Notes

styled-components/styled-components ### [`v4.3.2`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v432---2019-06-19) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.3.1...v4.3.2) - Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by [@​jamesknelson](http://github.com/jamesknelson) (see [#​2633](https://togithub.com/styled-components/styled-components/issues/2633)) ### [`v4.3.1`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v431---2019-06-06) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.3.0...v4.3.1) - Revert [#​2586](https://togithub.com/styled-components/styled-components/issues/2586); breaks rehydration in dev for certain runtimes like next.js ### [`v4.3.0`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v430---2019-06-05) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.2.1...v4.3.0) - Make it possible to initialize `SC_ATTR` and `SC_DISABLE_SPEEDY` via `REACT_APP_*` .env variables for easier integration with CRA applications (see [#​2501](https://togithub.com/styled-components/styled-components/pull/2501)) - Fix `theme` prop for styled native components, also fixes `theme` in `defaultProps` for them. - Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components when using `styled()` as a higher-order component - Implement defaultProps folding (see [#​2597](https://togithub.com/styled-components/styled-components/issues/2597)) ### [`v4.2.1`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v421---2019-05-30) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.2.0...v4.2.1) - Remove className usage checker dev utility due to excessive false-positive noise in certain runtime environments like next.js and the related warning suppression prop (see [#​2563](https://togithub.com/styled-components/styled-components/issues/2563)). - Attach displayName to forwardRef function as described in React docs (see [#​2508](https://togithub.com/styled-components/styled-components/issues/2508)). - Compatibility with react-native-web 0.11 (see [#​2453](https://togithub.com/styled-components/styled-components/issues/2453)). - Add stack trace to .attrs warning (see [#​2486](https://togithub.com/styled-components/styled-components/issues/2486)). - Fix functions as values for object literals. (see [2489](https://togithub.com/styled-components/styled-components/pull/2489)) - Remove validation in Babel macro, by [@​mAAdhaTTah](http://github.com/mAAdhaTTah) (see [#​2427](https://togithub.com/styled-components/styled-components/pull/2427)) ### [`v4.2.0`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v420---2019-03-23) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.3...v4.2.0) - Reduced GC pressure when using component selector styles. (see [#​2424](https://togithub.com/styled-components/styled-components/issues/2424)). - Add svg tag `marker` to domElements.js (see [#​2389](https://togithub.com/styled-components/styled-components/pull/2389)) - Make the `GlobalStyleComponent` created by `createGlobalStyle` call the base constructor with `props` (see [#​2321](https://togithub.com/styled-components/styled-components/pull/2321)). - Move to Mono repository structure with lerna [@​imbhargav5](https://togithub.com/imbhargav5) (see [#​2326](https://togithub.com/styled-components/styled-components/pull/2326)) - Expose `StyleSheetContext` and `StyleSheetConsumer` for you fancy babes doing wild stuff - Filter `suppressClassNameWarning` to not to pass down to the wrapped components [@​taneba](https://togithub.com/taneba) (see [#​2365](https://togithub.com/styled-components/styled-components/pull/2365)) - Fix an edge case where React would break streaming inside `