Bump postcss from 8.3.0 to 8.3.1 #290

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.3.1 into develop 2021-06-10 06:15:19 +02:00
dependabot[bot] commented 2021-06-10 06:08:14 +02:00 (Migrated from github.com)

Bumps postcss from 8.3.0 to 8.3.1.

Release notes

Sourced from postcss's releases.

8.3.1

  • Fixed false positives PostCSS does nothing warning on syntax option.
Changelog

Sourced from postcss's changelog.

8.3.1

  • Fixed false positives PostCSS does nothing warning on syntax option.

8.3 “Duke Murmur”

  • Added Node#assign() shortcut (by Jonathan Neal).
  • Added experimental Document node to AST (by Aleks Hudochenkov).
  • Moved to faster fork of source-map (by Valentin Semirulnik).

8.2.15

8.2.14

  • Removed source-map from client-side bundle (by Barak Igal).

8.2.13

  • Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).

8.2.12

  • Fixed package.json exports.

8.2.11

  • Fixed DEP0148 warning in Node.js 16.
  • Fixed docs (by @​semiromid).

8.2.10

  • Fixed ReDoS vulnerabilities in source map parsing.
  • Fixed webpack 5 support (by Barak Igal).
  • Fixed docs (by Roeland Moors).

8.2.9

  • Exported NodeErrorOptions type (by Rouven Weßling).

8.2.8

  • Fixed browser builds in webpack 4 (by Matt Jones).

8.2.7

  • Fixed browser builds in webpack 5 (by Matt Jones).

8.2.6

  • Fixed Maximum call stack size exceeded in Node#toJSON.
  • Fixed docs (by inokawa).

8.2.5

  • Fixed escaped characters handling in list.split (by Natalie Weizenbaum).

8.2.4

  • Added plugin name to postcss.plugin() warning (by Tom Williams).
  • Fixed docs (by Bill Columbia).

8.2.3

... (truncated)

Commits
  • c1d99e1 Release 8.3.1 version
  • 81bf67f Better useless PostCSS run test
  • 37bb915 Update dependencies
  • 657cbe8 Merge pull request #1596 from postcss/dependabot/npm_and_yarn/normalize-url-4...
  • 0e9f070 Bump normalize-url from 4.5.0 to 4.5.1
  • 664b0ee Use dirDependnency.glob in example
  • b1bfc05 Merge pull request #1590 from bradlc/glob
  • 2caacf8 Add glob message property documentation
  • 589c2d1 Merge pull request #1589 from postcss/dependabot/npm_and_yarn/ws-7.4.6
  • 8acba52 Bump ws from 7.4.5 to 7.4.6
  • See full diff in compare view

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.3.0 to 8.3.1. <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.3.1</h2> <ul> <li>Fixed false positives <code>PostCSS does nothing</code> warning on <code>syntax</code> option.</li> </ul> </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> <h2>8.3.1</h2> <ul> <li>Fixed false positives <code>PostCSS does nothing</code> warning on <code>syntax</code> option.</li> </ul> <h2>8.3 “Duke Murmur”</h2> <ul> <li>Added <code>Node#assign()</code> shortcut (by Jonathan Neal).</li> <li>Added experimental <code>Document</code> node to AST (by Aleks Hudochenkov).</li> <li>Moved to faster fork of <code>source-map</code> (by Valentin Semirulnik).</li> </ul> <h2>8.2.15</h2> <ul> <li>Fixed <code>list</code> type definitions (by <a href="https://github.com/n19htz"><code>@​n19htz</code></a>).</li> </ul> <h2>8.2.14</h2> <ul> <li>Removed <code>source-map</code> from client-side bundle (by Barak Igal).</li> </ul> <h2>8.2.13</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).</li> </ul> <h2>8.2.12</h2> <ul> <li>Fixed <code>package.json</code> exports.</li> </ul> <h2>8.2.11</h2> <ul> <li>Fixed <code>DEP0148</code> warning in Node.js 16.</li> <li>Fixed docs (by <a href="https://github.com/semiromid"><code>@​semiromid</code></a>).</li> </ul> <h2>8.2.10</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing.</li> <li>Fixed webpack 5 support (by Barak Igal).</li> <li>Fixed docs (by Roeland Moors).</li> </ul> <h2>8.2.9</h2> <ul> <li>Exported <code>NodeErrorOptions</code> type (by Rouven Weßling).</li> </ul> <h2>8.2.8</h2> <ul> <li>Fixed browser builds in webpack 4 (by Matt Jones).</li> </ul> <h2>8.2.7</h2> <ul> <li>Fixed browser builds in webpack 5 (by Matt Jones).</li> </ul> <h2>8.2.6</h2> <ul> <li>Fixed <code>Maximum call stack size exceeded</code> in <code>Node#toJSON</code>.</li> <li>Fixed docs (by inokawa).</li> </ul> <h2>8.2.5</h2> <ul> <li>Fixed escaped characters handling in <code>list.split</code> (by Natalie Weizenbaum).</li> </ul> <h2>8.2.4</h2> <ul> <li>Added plugin name to <code>postcss.plugin()</code> warning (by Tom Williams).</li> <li>Fixed docs (by Bill Columbia).</li> </ul> <h2>8.2.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/c1d99e1ed66fd5036e0f096b429508ae86d4f8d6"><code>c1d99e1</code></a> Release 8.3.1 version</li> <li><a href="https://github.com/postcss/postcss/commit/81bf67fc9d56e0722c967b1f26e24e150d6f9fdd"><code>81bf67f</code></a> Better useless PostCSS run test</li> <li><a href="https://github.com/postcss/postcss/commit/37bb915a4f1432dd32b8f728385c68b681e20a91"><code>37bb915</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/657cbe8d555ee8720706b470077cf6dd5f4b33ec"><code>657cbe8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1596">#1596</a> from postcss/dependabot/npm_and_yarn/normalize-url-4...</li> <li><a href="https://github.com/postcss/postcss/commit/0e9f070ae2915757de002440c453c7835975357a"><code>0e9f070</code></a> Bump normalize-url from 4.5.0 to 4.5.1</li> <li><a href="https://github.com/postcss/postcss/commit/664b0eee854d918ebda5247e19c923e2f1675203"><code>664b0ee</code></a> Use dirDependnency.glob in example</li> <li><a href="https://github.com/postcss/postcss/commit/b1bfc05bb70e414798af42ee9134d04c4d77285d"><code>b1bfc05</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1590">#1590</a> from bradlc/glob</li> <li><a href="https://github.com/postcss/postcss/commit/2caacf88880f15d1eca20bd9db867b869a5e0063"><code>2caacf8</code></a> Add <code>glob</code> message property documentation</li> <li><a href="https://github.com/postcss/postcss/commit/589c2d1966a0e65943581651c9c9f07d99cea850"><code>589c2d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1589">#1589</a> from postcss/dependabot/npm_and_yarn/ws-7.4.6</li> <li><a href="https://github.com/postcss/postcss/commit/8acba52ca81bfebb4e600fd8c023a28ab32f0b3b"><code>8acba52</code></a> Bump ws from 7.4.5 to 7.4.6</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.3.0...8.3.1">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.3.0&new-version=8.3.1)](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 2021-06-10 06:08:32 +02: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#290
No description provided.