Bump postcss from 8.1.14 to 8.2.0 #136

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.2.0 into develop 2020-12-09 05:29:31 +01:00
dependabot[bot] commented 2020-12-09 05:25:01 +01:00 (Migrated from github.com)

Bumps postcss from 8.1.14 to 8.2.0.

Release notes

Sourced from postcss's releases.

8.2 “Prince Orobas”

PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON.

import { parse, fromJSON } from 'postcss'

let root = parse('a{}', { from: 'input.css' }) let json = root.toJSON() // save to file, send by network, etc let root2 = fromJSON(json)

Thanks to @mischnic for his work.

Changelog

Sourced from postcss's changelog.

Change Log

This project adheres to Semantic Versioning.

8.2 “Prince Orobas”

  • Add Node#toJSON() and postcss.fromJSON() (by Niklas Mischkulnig).
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 will merge this PR once CI passes on it, as requested by @Serraniel.


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 8.1.14 to 8.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.2 “Prince Orobas”</h2> <!-- raw HTML omitted --> <p>PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON.</p> <pre lang="js"><code>import { parse, fromJSON } from 'postcss' <p>let root = parse('a{}', { from: 'input.css' }) let json = root.toJSON() // save to file, send by network, etc let root2 = fromJSON(json) </code></pre></p> <p>Thanks to <a href="https://github.com/mischnic">@mischnic</a> for <a href="https://github-redirect.dependabot.com/postcss/postcss/pull/1484">his work</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>This project adheres to <a href="https://semver.org/">Semantic Versioning</a>.</p> <h2>8.2 “Prince Orobas”</h2> <ul> <li>Add <code>Node#toJSON()</code> and <code>postcss.fromJSON()</code> (by Niklas Mischkulnig).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/b312eee55be96759130c11c1a44077ae1f54586a"><code>b312eee</code></a> Release 8.2 version</li> <li><a href="https://github.com/postcss/postcss/commit/c4552f85ec14399e16a2dede744766c3f4e90edc"><code>c4552f8</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/1203260b757f145698829c7dd6977d79ffe41df2"><code>1203260</code></a> Clean up fromJSON</li> <li><a href="https://github.com/postcss/postcss/commit/cd6abbb941b112ad092069f2863d879cb22043e6"><code>cd6abbb</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/64971b0b780a771dad33c76720413570d32b4d85"><code>64971b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1484">#1484</a> from mischnic/ast-json</li> <li><a href="https://github.com/postcss/postcss/commit/ab24158eed51864c0ae22d94b5b187462ccd6f14"><code>ab24158</code></a> Hide some instance variables</li> <li><a href="https://github.com/postcss/postcss/commit/f6877439c4b424e6d0df26875de031b405275606"><code>f687743</code></a> Add missing test, linting, typings</li> <li><a href="https://github.com/postcss/postcss/commit/f9c85854485de8f2f27352bc43f3f2da644de2f6"><code>f9c8585</code></a> fromJSON and toJSON</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.1.14...8.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.1.14&new-version=8.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Serraniel (Migrated from github.com) approved these changes 2020-12-09 05:25:26 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#136
No description provided.