Skip to content

Commit

Permalink
Bump postcss from 8.4.25 to 8.4.27 in /frontend (#2387)
Browse files Browse the repository at this point in the history
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to
8.4.27.
<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.27</h2>
<ul>
<li>Fixed <code>Container</code> clone methods types.</li>
</ul>
<h2>8.4.26</h2>
<ul>
<li>Fixed clone methods types.</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.27</h2>
<ul>
<li>Fixed <code>Container</code> clone methods types.</li>
</ul>
<h2>8.4.26</h2>
<ul>
<li>Fixed clone methods types.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/fb4bb8a5772739c87b8dcd2559ebcfeb7ab62483"><code>fb4bb8a</code></a>
Release 8.4.27 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/16cddfdfcc561373829b38d826bcfda30356f563"><code>16cddfd</code></a>
Fix types</li>
<li><a
href="https://github.com/postcss/postcss/commit/c938a9a6cf1f3c3fecb10b977d6ab2d2a3a3e96a"><code>c938a9a</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/a55c3e2837ff2de1e900294cbd57b328b5bc390e"><code>a55c3e2</code></a>
Fix container clone</li>
<li><a
href="https://github.com/postcss/postcss/commit/9b05f58f04fae6f3102fc9a8a56199b14ec84239"><code>9b05f58</code></a>
Release 8.4.26 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/b5a3b35a41a8b4299c2ad2b1f8f50c2a9e49b1c0"><code>b5a3b35</code></a>
Better clone types</li>
<li><a
href="https://github.com/postcss/postcss/commit/7c638880b7a2ddaad6544417fa0276f4cf730eab"><code>7c63888</code></a>
Simplify docs</li>
<li><a
href="https://github.com/postcss/postcss/commit/18e8461b0ac6506a0531c3e845648af0ede97da0"><code>18e8461</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/c42e20ba9db5b0ab6e44f22377ac7b50a38b30c6"><code>c42e20b</code></a>
Revert Node#clone() type</li>
<li><a
href="https://github.com/postcss/postcss/commit/548bc9476e932ea5eb28fbdef1b284f6109dff88"><code>548bc94</code></a>
Update plugin guide</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.25...8.4.27">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.25&new-version=8.4.27)](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>
  • Loading branch information
louptheron authored Jul 25, 2023
2 parents 5eb79ad + 30bf778 commit 2083414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"jest": "29.4.1",
"jest-environment-jsdom": "29.5.0",
"lint-staged": "13.2.2",
"postcss": "8.4.25",
"postcss": "8.4.27",
"postcss-syntax": "0.36.2",
"prettier": "2.8.8",
"react-testing-library": "8.0.1",
Expand Down

0 comments on commit 2083414

Please sign in to comment.