Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 27, 2020

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

Compare Source

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

Compare Source

updates documentation comments for typescript typings

v10.0.0

Compare Source

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: https://github.com/postcss/postcss/releases/tag/8.0.0


Renovate configuration

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

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

♻️ 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, check this box

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

@renovate renovate bot force-pushed the renovate/postcss-combine-duplicated-selectors-10.x branch from 7d143d9 to 5f0704d Compare September 28, 2020 03:39
@renovate renovate bot force-pushed the renovate/postcss-combine-duplicated-selectors-10.x branch from 5f0704d to 361a61a Compare September 28, 2020 17:20
@dmt0 dmt0 merged commit 3156cad into master Sep 28, 2020
@dmt0 dmt0 deleted the renovate/postcss-combine-duplicated-selectors-10.x branch September 28, 2020 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants