[PR #53] [MERGED] Bump postcss from 8.4.14 to 8.4.21 in /web #111

Closed
opened 2026-02-27 04:59:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/53
Author: @dependabot[bot]
Created: 3/8/2023
Status: Merged
Merged: 3/8/2023
Merged by: @guyzyl

Base: mainHead: dependabot/npm_and_yarn/web/postcss-8.4.21


📝 Commits (1)

  • 5d314f5 Bump postcss from 8.4.14 to 8.4.21 in /web

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 web/package-lock.json (+7 -7)
📝 web/package.json (+1 -1)

📄 Description

Bumps postcss from 8.4.14 to 8.4.21.

Release notes

Sourced from postcss's releases.

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.
Changelog

Sourced from postcss's changelog.

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.
Commits
  • 32ced0e Release 8.4.21 version
  • a936b80 Update dependencies
  • c9bd445 Fix types
  • 4ad96d1 Merge pull request #1811 from hudochenkov/fix-input-types
  • 15f5fad Add types for an Input.error()
  • 43bd2df Merge pull request #1808 from hudochenkov/update-syntaxes
  • 292b8f0 Add postcss-styled-syntax to list of syntaxes
  • 29f5168 Update postcss-html and postcss-markdown repositories
  • 1d4c509 Release 8.4.20 version
  • 905082a Add Node.js 10 to CI
  • Additional commits viewable 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/guyzyl/whatsapp-contact-sync/pull/53 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/8/2023 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/postcss-8.4.21` --- ### 📝 Commits (1) - [`5d314f5`](https://github.com/guyzyl/whatsapp-contact-sync/commit/5d314f525dab9e479e863b1fe2dbe25cbadb4129) Bump postcss from 8.4.14 to 8.4.21 in /web ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+7 -7) 📝 `web/package.json` (+1 -1) </details> ### 📄 Description Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.21. <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.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by <a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by <a href="https://github.com/KingSora"><code>@​KingSora</code></a>).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Added TOC to docs (by <a href="https://github.com/muddv"><code>@​muddv</code></a>).</li> </ul> <h2>8.4.16</h2> <ul> <li>Fixed <code>Root</code> AST migration.</li> </ul> <h2>8.4.15</h2> <ul> <li>Fixed AST normalization after using custom parser with old PostCSS AST.</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.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by Romain Menke).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by Rene Haas).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by Romain Menke).</li> <li>Added TOC to docs (by Mikhail Dedov).</li> </ul> <h2>8.4.16</h2> <ul> <li>Fixed <code>Root</code> AST migration.</li> </ul> <h2>8.4.15</h2> <ul> <li>Fixed AST normalization after using custom parser with old PostCSS AST.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/32ced0e2b1e5b2524c7a9a790d338fbd43090670"><code>32ced0e</code></a> Release 8.4.21 version</li> <li><a href="https://github.com/postcss/postcss/commit/a936b806eaa997a51c0494d855a8b434f1a2e0e7"><code>a936b80</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c9bd4452297db2f915d6b830a7d3526939647dd8"><code>c9bd445</code></a> Fix types</li> <li><a href="https://github.com/postcss/postcss/commit/4ad96d1fd643b2a0d599f2f6723cbea7e7b2a4b6"><code>4ad96d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1811">#1811</a> from hudochenkov/fix-input-types</li> <li><a href="https://github.com/postcss/postcss/commit/15f5fadb8df79e9d9b3a741cc90c94671846b5f6"><code>15f5fad</code></a> Add types for an Input.error()</li> <li><a href="https://github.com/postcss/postcss/commit/43bd2dfb78bbde30e298c7c7bbc2bb92dc8dd5d1"><code>43bd2df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1808">#1808</a> from hudochenkov/update-syntaxes</li> <li><a href="https://github.com/postcss/postcss/commit/292b8f05d71186d656bbd121a828676163581241"><code>292b8f0</code></a> Add postcss-styled-syntax to list of syntaxes</li> <li><a href="https://github.com/postcss/postcss/commit/29f516820ccaf7f516341653148249996f605793"><code>29f5168</code></a> Update postcss-html and postcss-markdown repositories</li> <li><a href="https://github.com/postcss/postcss/commit/1d4c509c114a0dd8270cb5241c5eee7d01f91674"><code>1d4c509</code></a> Release 8.4.20 version</li> <li><a href="https://github.com/postcss/postcss/commit/905082a5c1a0246e9187d5c8535ad5c576c18365"><code>905082a</code></a> Add Node.js 10 to CI</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.14...8.4.21">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.4.14&new-version=8.4.21)](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-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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:13 +03:00
Sign in to join this conversation.
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
starred/whatsapp-contact-sync#111
No description provided.