Skip to content

Commit 5752161

Browse files
authored
Update postcss 8.5.10 → 8.5.14 (patch) (#20040)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ postcss (8.5.10 → 8.5.14) · [Repo](https://github.com/postcss/postcss) · [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.5.14">8.5.14</a></h4> <blockquote><ul dir="auto"> <li>Fixed custom syntax regression (by <a href="https://bounce.depfu.com/github.com/43081j">@43081j</a>).</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.5.13">8.5.13</a></h4> <blockquote><ul dir="auto"> <li>Fixed <code class="notranslate">postcss-scss</code> commend regression.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.5.12">8.5.12</a></h4> <blockquote><ul dir="auto"> <li>Fixed reading any file via user-generated CSS.</li> <li>Added <code class="notranslate">opts.unsafeMap</code> to disable checks.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.5.11">8.5.11</a></h4> <blockquote><ul dir="auto"> <li>Fixed nested brackets parsing performance (by <a href="https://bounce.depfu.com/github.com/offset">@offset</a>).</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/postcss/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/postcss/postcss/compare/33b9790263dc1562a46ce45d9532bd63e95b7986...3ec13948ae0006e1bde2dfb545346341ac8b2dcf">See the full diff on Github</a>. The new version differs by 21 commits:</p> <ul> <li><a href="https://github.com/postcss/postcss/commit/3ec13948ae0006e1bde2dfb545346341ac8b2dcf"><code>Release 8.5.14 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/f2bb827b20b591080977412555aa3e5baf588620"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/d75953d60854ad835fd21dde0b11081522341020"><code>Merge pull request #2084 from 43081j/raw-raws-rawing</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/68bd2139b5dcaf5a682bc2e8826d8557be2d1480"><code>fix: always call `raw` to retrieve raw values</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/af58cf1b7af02e9b9fcb138a4a2d7ef3450158b1"><code>Release 8.5.13 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/f227dbd0e9443e5f33e18e633b8b4d2b55aac5ee"><code>Temporary ignore pnpm 11 config</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/d3abd40d723cf3559e5ddb5fc738b7cb64e92bb0"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/dd06c3e11362087bc18f9c20cee30fd82bda3de9"><code>Revert stringifier changes because of the conflict with postcss-scss</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/ae889c815fb88d785401a88f1a7dfc8cb11915fb"><code>Try to fix CI</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/e0093e49bcf00347383a13e40bb1f67bc823ca15"><code>Move to pnpm 11</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/9bc81c48f054a630c9a2e3868263b7ad4fc15013"><code>Release 8.5.12 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/85c4d7dab830be366f8a96047f9e5b7944e101d8"><code>Another try to fix coverage</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/94484cae6d4308167939f2ac888d166bd80dff01"><code>Try to fix coverage</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/c64b7488d2731dfa16213739b42c34faf5a9eba3"><code>Load only .map source maps</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/aaec7b78b3ce2792585b4b300ef1bd5dd5b3e8ad"><code>Avoid throwing JSON parsing errors for non-JSON source maps</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/233fb264ea4c37f9e2d7b64b2726e6d23fd02327"><code>Mention original author of the solution</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/2502f750307acde733a39f9dfd4ef3cf6c6b734d"><code>Release 8.5.11 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/5ca19019495b3fa08205f5fd2eeed57892f9fa3d"><code>Speed up parsing many nested brackets</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/42b5337dd7e2fa9a03566495cfad2737eb19e712"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/7e36e153d075ef56ebc352f298b65f646c700a06"><code>Cache node.raws locally in Stringifier hot methods</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/8ec62b157b6520498f22dae0c9b0b079f81052ba"><code>Bypass MapGenerator for no-source-map stringify in LazyResult</code></a></li> </ul> </details> --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@​depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@​depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@​depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent bcd581c commit 5752161

2 files changed

Lines changed: 45 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@playwright/test": "^1.59.1",
5252
"@types/node": "catalog:",
53-
"postcss": "8.5.10",
53+
"postcss": "8.5.14",
5454
"postcss-import": "^16.1.1",
5555
"prettier": "catalog:",
5656
"prettier-plugin-embed": "^0.5.1",

pnpm-lock.yaml

Lines changed: 44 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)