slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency stylis to v3.5.0 #115

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency stylis from v3.4.8 to v3.5.0

Release Notes ### [`v3.4.9`](https://github.com/thysultan/stylis.js/blob/master/CHANGELOG.md#​349-February-15-2018) - patch `text-decoration` to re-include vendor `-webkit-` prefix. - patch vendor prefix of height/width keyword varients i.e `stretch/fit-content`. - patch rule-sheet plugin to handle nested `@at` rules. --- ### [`v3.4.10`](https://github.com/thysultan/stylis.js/blob/master/CHANGELOG.md#​3410-February-17-2018) - patch for incorrect vendor prefixing of many `text-` properties, fixes #​95. - improvments to no-semicolon option, fixes #​97. --- ### [`v3.5.0`](https://github.com/thysultan/stylis.js/blob/master/CHANGELOG.md#​350-March-08-2018) - Pass extra argument to plugins that cen be used determine which `@at` rules are nested within each other. i.e ```css @​media (max-width: 100) { .a { color: blue; } @​supports (color:none) { .b { color: red; } } } ``` When processing the following in `@supports` ```css .b { color: red; } ``` Stylis internally knows that it is within `@media > @​supports` but prior to this release did not pass this meta data to plugins. The presence of this meta data allows plugins to branch different logic when nested within specific `@at` rules, demonstrated in the most simple use case within the `stylis-rule-sheet` plugin, more advanced cases might use the specific type(denoted as a character code) of the `@at` rules involved. ---
Commits #### v3.4.9 - [`930b7db`](https://github.com/thysultan/stylis.js/commit/930b7dbd06b075080db13ba7ad0cc9a6e858af24) add sourcemap - [`b4e16c1`](https://github.com/thysultan/stylis.js/commit/b4e16c1dd1e7e21f14974766f9a87616e98853fb) Merge pull request #​91 from probablyup/sourcemapping - [`9393608`](https://github.com/thysultan/stylis.js/commit/93936083f52e841395ba280846136c34fef3c241) - fixes #​94 (vendor prefix stretch and missing width/height varients). - [`5800dd8`](https://github.com/thysultan/stylis.js/commit/5800dd8ddcddd50e6ee64c29fca1ae8db39c089c) add tests for min-block-size and min-inline-size - [`e04e2ab`](https://github.com/thysultan/stylis.js/commit/e04e2abfa1090993dcc9615417e6b5d2fc560f96) bump patch version to 3.4.9 #### v3.4.10 - [`44119b3`](https://github.com/thysultan/stylis.js/commit/44119b3af95aa6d286c4c7252016f54b1cc8d4b0) bump rule-sheet plugin version - [`65d9d97`](https://github.com/thysultan/stylis.js/commit/65d9d97c236f1ff4fdb4289fba5ba0711c7fe318) Reduce scope for text- properties prefixing - [`ed2afae`](https://github.com/thysultan/stylis.js/commit/ed2afae13c9486640226a5b60b4d99a43bde58a3) Update changelog - [`df27fe6`](https://github.com/thysultan/stylis.js/commit/df27fe6669757a334e4e445a40e61276becd3121) Merge pull request #​96 from simonkberg/fix/text-property-prefixing - [`36b64fb`](https://github.com/thysultan/stylis.js/commit/36b64fbce66b4080b74499d6acc55aff3dbbf871) v3.4.10 #### v3.5.0 - [`fa94aa7`](https://github.com/thysultan/stylis.js/commit/fa94aa72ba1b65bfe66c012225e6fccbde736c54) v3.5.0

This PR has been generated by Renovate Bot.