plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
505 stars 104 forks source link

Update dependency postcss-custom-properties to v9 #940

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
postcss-custom-properties devDependencies major 8.0.10 -> 9.0.2

Release Notes

postcss/postcss-custom-properties ### [`v9.0.2`](https://togithub.com/postcss/postcss-custom-properties/blob/master/CHANGELOG.md#​902-July-15-2019) [Compare Source](https://togithub.com/postcss/postcss-custom-properties/compare/9.0.1...9.0.2) - Updated: `postcss-values-parser` to 3.0.5 (patch) ### [`v9.0.1`](https://togithub.com/postcss/postcss-custom-properties/blob/master/CHANGELOG.md#​901-June-20-2019) [Compare Source](https://togithub.com/postcss/postcss-custom-properties/compare/9.0.0...9.0.1) - Updated: `postcss-values-parser` to 3.0.4 (major) - Updated: Node 8+ compatibility (major) > This release is identical to v9.0.0, only `npm publish` failed to publish v9.0.0 and threw the following error: > > You cannot publish over the previously published versions: 9.0.0. > > I did not want this issue to distract me, and so I thoughtfully and impatiently published v9.0.0 as v9.0.1. ### [`v9.0.0`](https://togithub.com/postcss/postcss-custom-properties/releases/9.0.0) [Compare Source](https://togithub.com/postcss/postcss-custom-properties/compare/8.0.11...9.0.0) This is a breaking release that uses PostCSS Values Parser 3 and requires Node 8 or higher. The update to PostCSS Values Parser was made possible by [@​remithomas](https://togithub.com/remithomas). * * * - Updated: `postcss-values-parser` to 3.0.4 (major) - Updated: Node 8+ compatibility (major) ### [`v8.0.11`](https://togithub.com/postcss/postcss-custom-properties/blob/master/CHANGELOG.md#​8011-June-20-2019) [Compare Source](https://togithub.com/postcss/postcss-custom-properties/compare/654d59d97d39d1591867f53a0c9572df1a7b79b4...8.0.11) - Added: Synchronous transforms when async is unnecessary (thank [@​eteeselink](https://togithub.com/eteeselink)) - Fixed: Unexpected mutations to imported Custom Properties (thank [@​EECOLOR](https://togithub.com/EECOLOR)) - Fixed: Transforms throwing over unknown Custom Properties

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

dmt0 commented 5 years ago

This actually breaks the css build npm run make:lib:css. There's a bug in v9.0.0, that was supposedly fixed in 9.0.2, but it does still appear for us. https://github.com/postcss/postcss-custom-properties/issues/186 Will revert in next PR