Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Bump postcss from 7.0.32 to 8.1.0 #60

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2020

Bumps postcss from 7.0.32 to 8.1.0.

Release notes

Sourced from postcss's releases.

8.1 “Duke Gemory”

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.

8.0.9

  • Replace prototype in PostCSS 7 nodes instead of recreating them.
  • Added missed Transformer to exported types (by @pmdartus).

8.0.8

  • Fix 8.0.7 regression on PostCSS 7 nodes converting (by @adamwathan)

8.0.7

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

8.0.6

  • Fixed child adding methods in Container.

8.0.5

  • Update changelog.

8.0.4

  • Fixed Cannot read property 'line' of null error.
  • Fixed source map support for declarations.

8.0.3

  • Fixed client-side bundling support.

8.0.2

  • Fix plugin packs support.

8.0.1

  • Updated Processor#version.

... (truncated)

Changelog

Sourced from postcss's changelog.

Change Log

This project adheres to Semantic Versioning.

8.1 “Duke Gemory”

  • Added Once and OnceExit events.
  • Fixed Root and RootExit events re-visiting.
  • Fixed node re-visiting on deep children changes.
  • Added docs for visitor API events.

8.0.9

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

8.0.8

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

8.0.7

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

8.0.6

  • Fixed child adding methods in Container.

8.0.5

  • Update changelog.

8.0.4

  • Fixed Cannot read property 'line' of null error.
  • Fixed source map support for declarations.

8.0.3

  • Fixed client-side bundling support.

8.0.2

  • Fixed plugin packs support.

8.0.1

  • Updated Processor#version.

8.0 “President Ose”

  • Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
  • Removed postcss.vendor helpers.
  • Deprecated postcss.plugin() API.
  • Treats sourceMap.sources as URL instead of file path.
  • Plugins and runners must have postcss in peerDependencies.
  • Prohibited to extend PostCSS AST classes.
  • Moved from JSDoc to TypeDoc.
  • Moved unknown source from counter to random IDs.
  • Added visitor API for plugins (by Alexey Bondarenko).
  • Added ES modules support.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 8.1.0.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.32...8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pr: dependencies relates to dependencies label Sep 28, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2020

Superseded by #63.

@dependabot dependabot bot closed this Sep 29, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/postcss-8.1.0 branch September 29, 2020 06:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

0 participants