Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit fe5d8da

Browse files
Bump postcss from 8.4.19 to 8.4.20 in /dashboard (#5811)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20. <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.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</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.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/postcss/postcss/commit/20122e50b707b52f13a03db0310adc4e5a9c8650"><code>20122e5</code></a> Fix childless at-rule map generation</li> <li><a href="https://github.com/postcss/postcss/commit/ff7e8ce09749fa1f7451d6d69f5677a14c0f6fc6"><code>ff7e8ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1801">#1801</a> from romainmenke/invalid-sourcemap-with-at-layer--pr...</li> <li><a href="https://github.com/postcss/postcss/commit/d585976fc1e09f81f59fd0e3f3ef908b3dc87273"><code>d585976</code></a> Fix CI</li> <li><a href="https://github.com/postcss/postcss/commit/744b15f8c507a9a7d1a92a94752b4926bce12f82"><code>744b15f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/db935f19f067bb0db2121a31b4dfd429f7e5a889"><code>db935f1</code></a> invalid sourcemap with at layer</li> <li><a href="https://github.com/postcss/postcss/commit/3cac84ae46a5f4427393cce549af5fd9f343e837"><code>3cac84a</code></a> Fix type tests</li> <li><a href="https://github.com/postcss/postcss/commit/5113edb7a297fa6ec1e6d55b71d0e5a1d1f217d5"><code>5113edb</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.19...8.4.20">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.19&new-version=8.4.20)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5993a1 commit fe5d8da

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"monaco-editor-webpack-plugin": "^7.0.1",
105105
"node-polyfill-webpack-plugin": "^2.0.1",
106106
"npm-run-all": "^4.1.5",
107-
"postcss": "^8.4.19",
107+
"postcss": "^8.4.20",
108108
"postcss-scss": "^4.0.6",
109109
"prettier": "^2.8.1",
110110
"react-dom": "^17.0.2",

dashboard/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10732,10 +10732,10 @@ postcss@^7.0.35:
1073210732
picocolors "^0.2.1"
1073310733
source-map "^0.6.1"
1073410734

10735-
postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.18, postcss@^8.4.19, postcss@^8.4.4:
10736-
version "8.4.19"
10737-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
10738-
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
10735+
postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.18, postcss@^8.4.19, postcss@^8.4.20, postcss@^8.4.4:
10736+
version "8.4.20"
10737+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
10738+
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
1073910739
dependencies:
1074010740
nanoid "^3.3.4"
1074110741
picocolors "^1.0.0"

0 commit comments

Comments
 (0)