plotly / react-chart-editor

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

Update dependency postcss-combine-duplicated-selectors to v10 #1080

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
postcss-combine-duplicated-selectors devDependencies major 9.4.0 -> 10.0.2

Release Notes

ChristianMurphy/postcss-combine-duplicated-selectors ### [`v10.0.2`](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/releases/v10.0.2) [Compare Source](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/compare/v10.0.1...v10.0.2) Correct typings to do commonjs style export. Previously typings incorrectly included a default export, which is only supported if `esModuleInterop` is enabled. ### [`v10.0.1`](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/releases/v10.0.1) [Compare Source](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/compare/v10.0.0...v10.0.1) updates documentation comments for typescript typings ### [`v10.0.0`](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/releases/v10.0.0) [Compare Source](https://togithub.com/ChristianMurphy/postcss-combine-duplicated-selectors/compare/v9.4.0...v10.0.0) **Breaking changes**: - postcss 8 is now required - postcss is now a peer dependency, run `npm install postcss` or `yarn add postcss` to ensure it is in your project - TypeScript typings are now provided, these typings build in postcss's own typings and require TypeScript 4 or higher * * * postcss-combine-duplicated-selectors now leverages the postcss single scan visitor API. This has a few implications: > - With new API, all plugins can share a single scan of the CSS tree. It makes CSS processing up to 20% faster. > - Plugins will re-visit changed nodes to reduce compatibility issues between plugins. Now the order of plugins in your PostCSS config will be less important. source:

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 you tick the rebase/retry checkbox.

:no_bell: 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.