daflh / eleventy-plugin-tailwindcss

An Eleventy plugin to add Tailwind CSS support for your website
MIT License
31 stars 9 forks source link

Bump postcss from 8.1.0 to 8.1.1 #12

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps postcss from 8.1.0 to 8.1.1.

Release notes

Sourced from postcss's releases.

8.1.1

Changelog

Sourced from postcss's changelog.

8.1.1

  • Update funding link.

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)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.