Skip to content

Commit 19c679e

Browse files
Bump postcss from 8.5.6 to 8.5.8 (#3574)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.8. <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.5.8</h2> <ul> <li>Fixed <code>Processor#version</code>.</li> </ul> <h2>8.5.7</h2> <ul> <li>Improved source map annotation cleaning performance (by CodeAnt AI).</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.5.8</h2> <ul> <li>Fixed <code>Processor#version</code>.</li> </ul> <h2>8.5.7</h2> <ul> <li>Improved source map annotation cleaning performance (by CodeAnt AI).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/65de53745f7b8006a335199995f2dfc6d1b77d92"><code>65de537</code></a> Release 8.5.8 version</li> <li><a href="https://github.com/postcss/postcss/commit/b2c6d9786e742eecb5a2b48ca5b9dc9daa30b24c"><code>b2c6d97</code></a> Run git hook register</li> <li><a href="https://github.com/postcss/postcss/commit/0ae0a492e9259783bca8e1de5a06d474880ce552"><code>0ae0a49</code></a> Update Processor#version</li> <li><a href="https://github.com/postcss/postcss/commit/6ee9f14d3a19d06583ab887412553f7e7189709d"><code>6ee9f14</code></a> Release 8.5.7 version</li> <li><a href="https://github.com/postcss/postcss/commit/3fbc95172a26cd40db1a1d18a970a2edd4244c44"><code>3fbc951</code></a> Fix uvu Node.js 25 support</li> <li><a href="https://github.com/postcss/postcss/commit/52db53ea4339b117e4d41ddd1b65bd914a89b44e"><code>52db53e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/497daef7972d5c7634e30a28c3c1368587df446d"><code>497daef</code></a> Speed up source map annotation cleaning by moving from RegExp</li> <li><a href="https://github.com/postcss/postcss/commit/41e739a940963c87519c8cc532ed41287129431b"><code>41e739a</code></a> Remove banner</li> <li><a href="https://github.com/postcss/postcss/commit/1329142fc7d4b965bf9819ffa27ac2248f07ab20"><code>1329142</code></a> chore: speed up space-only string check in lib/parser.js (<a href="https://redirect.github.com/postcss/postcss/issues/2064">#2064</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/23beff9a7c1da1639b0c159df869829ff7ae1ab4"><code>23beff9</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.6...8.5.8">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42a6872 commit 19c679e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"globals": "^17.4.0",
7676
"jest": "^29.7.0",
7777
"jest-environment-jsdom": "^30.2.0",
78-
"postcss": "^8.5.6"
78+
"postcss": "^8.5.8"
7979
}
8080
}

0 commit comments

Comments
 (0)