Skip to content
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

chore(deps): update dependency postcss to v8.1.0 #922

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2020

This PR contains the following updates:

Package Type Update Change
postcss (source) devDependencies minor 8.0.5 -> 8.1.0

Release Notes

postcss/postcss

v8.1.0

Compare Source

Duke Gemory seal

PostCSS 8.1 fixed new visitor API from the 8.0 release.

We fixed Root and RootExit re-calling on children's changes. And now visitors will visit the parent again if nested children were changed.

We added Once and OnceExit events, which will not be called again on node changes. You can use them to lint files or collect statistics:

module.exports = {
  postcssPlugin: 'postcss-linter',
  OnceExit (root) {
    lint(root)
  }
}
module.exports.postcss = true

We updated Migration guide according to new changes.

v8.0.9

Compare Source

  • Replace prototype in PostCSS 7 nodes instead of recreating them.
  • Added missed Transformer to exported types (by Pierre-Marie Dartus).

v8.0.8

Compare Source

  • Fix 8.0.7 regression on PostCSS 7 nodes converting (by Adam Wathan).

v8.0.7

Compare Source

  • Fixed compatibility issue with mixin AST with PostCSS 7 and 8 nodes.
  • Added migration guide translation to Chinese to the warning.

v8.0.6

Compare Source

  • Fixed child adding methods in Container.

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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-8.x branch from f9715a9 to cf2502f Compare September 22, 2020 01:13
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.0.6 chore(deps): update dependency postcss to v8.0.7 Sep 22, 2020
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from cf2502f to 00fa369 Compare September 23, 2020 02:55
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.0.7 chore(deps): update dependency postcss to v8.0.8 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 00fa369 to 1d05d83 Compare September 26, 2020 17:35
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.0.8 chore(deps): update dependency postcss to v8.0.9 Sep 26, 2020
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 1d05d83 to 09886a0 Compare September 27, 2020 21:28
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.0.9 chore(deps): update dependency postcss to v8.1.0 Sep 27, 2020
@vio vio force-pushed the renovate/postcss-8.x branch from 09886a0 to 34f2776 Compare September 28, 2020 17:35
@vio vio merged commit 8485bb9 into update-dependencies Sep 28, 2020
@vio vio deleted the renovate/postcss-8.x branch September 28, 2020 17:40
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