chore(deps): update dependency postcss to v8.5.26 #23

Open
sa-renovate wants to merge 1 commit from renovate/postcss-8.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
postcss (source) devDependencies patch 8.5.68.5.26

Release Notes

postcss/postcss (postcss)

v8.5.26

Compare Source

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

v8.5.25

Compare Source

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

v8.5.24

Compare Source

  • Preserve the BOM after the processing (by @​hdimer).

v8.5.23

Compare Source

  • Do not load source map without opts.from for security reasons.

v8.5.22

Compare Source

v8.5.21

Compare Source

v8.5.20

Compare Source

v8.5.19

Compare Source

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

v8.5.18

Compare Source

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

v8.5.17

Compare Source

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

v8.5.16

Compare Source

v8.5.15

Compare Source

  • Fixed declaration parsing performance (by @​homanp).

v8.5.14

Compare Source

v8.5.13

Compare Source

  • Fixed postcss-scss commend regression.

v8.5.12

Compare Source

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

v8.5.11

Compare Source

  • Fixed nested brackets parsing performance (by @​offset).

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.5.6` → `8.5.26`](https://renovatebot.com/diffs/npm/postcss/8.5.6/8.5.26) | --- ### Release Notes <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.26`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8526) [Compare Source](https://github.com/postcss/postcss/compare/8.5.25...8.5.26) - Fixed `list.split()` regression (by [@&#8203;lazerg](https://github.com/lazerg)). - Track symlinks in path protection in source map loading (by [@&#8203;drengir1](https://github.com/drengir1)). ### [`v8.5.25`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8525) [Compare Source](https://github.com/postcss/postcss/compare/8.5.24...8.5.25) - Fixed 8.5.17 visitor regression. - Fixed `list.split()` for non-string values (by [@&#8203;amir-rezaei](https://github.com/amir-rezaei)). ### [`v8.5.24`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8524) [Compare Source](https://github.com/postcss/postcss/compare/8.5.23...8.5.24) - Preserve the BOM after the processing (by [@&#8203;hdimer](https://github.com/hdimer)). ### [`v8.5.23`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8523) [Compare Source](https://github.com/postcss/postcss/compare/8.5.22...8.5.23) - Do not load source map without `opts.from` for security reasons. ### [`v8.5.22`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8522) [Compare Source](https://github.com/postcss/postcss/compare/8.5.21...8.5.22) - Fixed custom property losing semicolon before a comment (by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)). ### [`v8.5.21`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8521) [Compare Source](https://github.com/postcss/postcss/compare/8.5.20...8.5.21) - Fixed childless at-rule losing semicolon before comment (by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)). - Fixed docs (by [@&#8203;isker](https://github.com/isker)). ### [`v8.5.20`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8520) [Compare Source](https://github.com/postcss/postcss/compare/8.5.19...8.5.20) - Fixed missing space if `AtRule#params` is set after (by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)). - Fixed mixing AST error on warnings (by [@&#8203;MahinAnowar](https://github.com/MahinAnowar)). ### [`v8.5.19`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8519) [Compare Source](https://github.com/postcss/postcss/compare/8.5.18...8.5.19) - Fixed cleaning `before` for new nodes inserted to `Root` (by [@&#8203;MahinAnowar](https://github.com/MahinAnowar)). ### [`v8.5.18`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8518) [Compare Source](https://github.com/postcss/postcss/compare/8.5.17...8.5.18) - Restricted loading previous source maps file to the `opts.from` folder for security reasons (use `unsafeMap: true` to disable the check). ### [`v8.5.17`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8517) [Compare Source](https://github.com/postcss/postcss/compare/8.5.16...8.5.17) - Fixed `Maximum call stack size exceeded` error. - Fixed Prototype hijacking for `postcss.fromJSON()`. - Fixed `Input#origin()` for unmapped end position (by [@&#8203;chatman-media](https://github.com/chatman-media)). ### [`v8.5.16`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8516) [Compare Source](https://github.com/postcss/postcss/compare/8.5.15...8.5.16) - Fixed `Input#origin()` position (by [@&#8203;mizdra](https://github.com/mizdra)). - Fixed `raws` after rehydrating a JSON AST (by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)). - Fixed putting parent-less node in `nodes` of new node (by [@&#8203;MahinAnowar](https://github.com/MahinAnowar)). - Fixed computing `offset` in `positionBy()` (by [@&#8203;greymoth-jp](https://github.com/greymoth-jp)). - Fixed `rangeBy()` on `index: 0` (by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)). ### [`v8.5.15`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8515) [Compare Source](https://github.com/postcss/postcss/compare/8.5.14...8.5.15) - Fixed declaration parsing performance (by [@&#8203;homanp](https://github.com/homanp)). ### [`v8.5.14`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8514) [Compare Source](https://github.com/postcss/postcss/compare/8.5.13...8.5.14) - Fixed custom syntax regression (by [@&#8203;43081j](https://github.com/43081j)). ### [`v8.5.13`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8513) [Compare Source](https://github.com/postcss/postcss/compare/8.5.12...8.5.13) - Fixed `postcss-scss` commend regression. ### [`v8.5.12`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8512) [Compare Source](https://github.com/postcss/postcss/compare/8.5.11...8.5.12) - Fixed reading any file via user-generated CSS. - Added `opts.unsafeMap` to disable checks. ### [`v8.5.11`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8511) [Compare Source](https://github.com/postcss/postcss/compare/8.5.10...8.5.11) - Fixed nested brackets parsing performance (by [@&#8203;offset](https://github.com/offset)). ### [`v8.5.10`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8510) [Compare Source](https://github.com/postcss/postcss/compare/8.5.9...8.5.10) - Fixed XSS via unescaped `</style>` in non-bundler cases (by [@&#8203;TharVid](https://github.com/TharVid)). ### [`v8.5.9`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#859) [Compare Source](https://github.com/postcss/postcss/compare/8.5.8...8.5.9) - Speed up source map encoding paring in case of the error. ### [`v8.5.8`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#858) [Compare Source](https://github.com/postcss/postcss/compare/8.5.7...8.5.8) - Fixed `Processor#version`. ### [`v8.5.7`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#857) [Compare Source](https://github.com/postcss/postcss/compare/8.5.6...8.5.7) - Improved source map annotation cleaning performance (by CodeAnt AI). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuMjg1LjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency postcss to v8.5.8
All checks were successful
ci / build (push) Successful in 1m13s
2d40c701f6
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 2d40c701f6
All checks were successful
ci / build (push) Successful in 1m13s
to d3b7d6b794
All checks were successful
ci / build (push) Successful in 1m16s
2026-03-28 03:08:15 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from d3b7d6b794
All checks were successful
ci / build (push) Successful in 1m16s
to 273283ce9f
Some checks failed
ci / build (push) Failing after 16s
2026-04-08 03:08:51 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.8 to chore(deps): update dependency postcss to v8.5.9 2026-04-08 03:08:54 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 273283ce9f
Some checks failed
ci / build (push) Failing after 16s
to c21dea3fba
Some checks failed
ci / build (push) Failing after 32s
2026-04-16 03:09:35 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.9 to chore(deps): update dependency postcss to v8.5.10 2026-04-16 03:09:38 +00:00
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.10 to Update dependency postcss to v8.5.10 2026-04-17 03:09:31 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from c21dea3fba
Some checks failed
ci / build (push) Failing after 32s
to aab4575879
Some checks failed
ci / build (push) Failing after 15s
2026-04-27 03:08:38 +00:00
Compare
sa-renovate changed title from Update dependency postcss to v8.5.10 to Update dependency postcss to v8.5.12 2026-04-27 03:08:39 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from aab4575879
Some checks failed
ci / build (push) Failing after 15s
to 6a47c2492f
Some checks failed
ci / build (push) Failing after 16s
2026-04-28 03:09:34 +00:00
Compare
sa-renovate changed title from Update dependency postcss to v8.5.12 to chore(deps): update dependency postcss to v8.5.12 2026-04-28 03:09:37 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 6a47c2492f
Some checks failed
ci / build (push) Failing after 16s
to d9060b7e74
Some checks failed
ci / build (push) Failing after 2m7s
2026-05-01 03:10:47 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.12 to chore(deps): update dependency postcss to v8.5.13 2026-05-01 03:10:50 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from d9060b7e74
Some checks failed
ci / build (push) Failing after 2m7s
to d59ca82cab
Some checks failed
ci / build (push) Failing after 16s
2026-05-05 03:09:25 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.13 to chore(deps): update dependency postcss to v8.5.14 2026-05-05 03:09:29 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from d59ca82cab
Some checks failed
ci / build (push) Failing after 16s
to da5b43d3f8
Some checks failed
ci / build (push) Failing after 20s
2026-05-20 03:12:11 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.14 to chore(deps): update dependency postcss to v8.5.15 2026-05-20 03:12:15 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from da5b43d3f8
Some checks failed
ci / build (push) Failing after 20s
to 0c8b5ef428
All checks were successful
ci / build (push) Successful in 3m30s
2026-05-21 03:11:31 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 0c8b5ef428
All checks were successful
ci / build (push) Successful in 3m30s
to f57a20a95e
All checks were successful
ci / build (push) Successful in 3m18s
2026-05-22 03:13:27 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from f57a20a95e
All checks were successful
ci / build (push) Successful in 3m18s
to 6478aee8e5
All checks were successful
ci / build (push) Successful in 2m15s
2026-05-23 03:11:54 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 6478aee8e5
All checks were successful
ci / build (push) Successful in 2m15s
to 4d94aa6490
All checks were successful
ci / build (push) Successful in 1m11s
2026-06-02 03:14:09 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 4d94aa6490
All checks were successful
ci / build (push) Successful in 1m11s
to 23f62e57f7
Some checks failed
ci / build (push) Failing after 33s
2026-06-19 03:16:19 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 23f62e57f7
Some checks failed
ci / build (push) Failing after 33s
to afb5dd601c
All checks were successful
ci / build (push) Successful in 1m35s
2026-06-20 03:15:36 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from afb5dd601c
All checks were successful
ci / build (push) Successful in 1m35s
to c9b1933f8b
All checks were successful
ci / build (push) Successful in 1m26s
2026-06-21 03:22:38 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from c9b1933f8b
All checks were successful
ci / build (push) Successful in 1m26s
to b02b444c56
All checks were successful
ci / build (push) Successful in 3m36s
2026-06-22 03:15:27 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from b02b444c56
All checks were successful
ci / build (push) Successful in 3m36s
to e93ab95289
All checks were successful
ci / build (push) Successful in 4m12s
2026-06-29 03:18:22 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.15 to chore(deps): update dependency postcss to v8.5.16 2026-06-29 03:18:28 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from e93ab95289
All checks were successful
ci / build (push) Successful in 4m12s
to 5992c5eb11
All checks were successful
ci / build (push) Successful in 1m40s
2026-07-12 03:14:54 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.16 to chore(deps): update dependency postcss to v8.5.17 2026-07-12 03:14:58 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 5992c5eb11
All checks were successful
ci / build (push) Successful in 1m40s
to 0d57cdc5c7
All checks were successful
ci / build (push) Successful in 1m22s
2026-07-13 03:15:25 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.17 to chore(deps): update dependency postcss to v8.5.18 2026-07-13 03:15:31 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 0d57cdc5c7
All checks were successful
ci / build (push) Successful in 1m22s
to 2562c2286b
All checks were successful
ci / build (push) Successful in 1m21s
2026-07-14 03:15:43 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.18 to chore(deps): update dependency postcss to v8.5.19 2026-07-14 03:15:47 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 2562c2286b
All checks were successful
ci / build (push) Successful in 1m21s
to 3b177b48b2
All checks were successful
ci / build (push) Successful in 1m12s
2026-07-20 03:16:42 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.19 to chore(deps): update dependency postcss to v8.5.20 2026-07-20 03:16:47 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 3b177b48b2
All checks were successful
ci / build (push) Successful in 1m12s
to 00f87bcdbf
All checks were successful
ci / build (push) Successful in 1m13s
2026-07-22 03:17:03 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.20 to chore(deps): update dependency postcss to v8.5.21 2026-07-22 03:17:08 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 00f87bcdbf
All checks were successful
ci / build (push) Successful in 1m13s
to 7ce73dbfbe
All checks were successful
ci / build (push) Successful in 1m12s
2026-07-23 03:17:59 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.21 to chore(deps): update dependency postcss to v8.5.22 2026-07-23 03:18:03 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 7ce73dbfbe
All checks were successful
ci / build (push) Successful in 1m12s
to ac00b71687
All checks were successful
ci / build (push) Successful in 3m9s
2026-07-25 03:18:13 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.22 to chore(deps): update dependency postcss to v8.5.23 2026-07-25 03:18:17 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from ac00b71687
All checks were successful
ci / build (push) Successful in 3m9s
to 12297ab6bd
All checks were successful
ci / build (push) Successful in 3m14s
2026-07-28 14:03:25 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.23 to chore(deps): update dependency postcss to v8.5.24 2026-07-28 14:03:30 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 12297ab6bd
All checks were successful
ci / build (push) Successful in 3m14s
to b7ee56848a
All checks were successful
ci / build (push) Successful in 1m53s
2026-07-30 03:21:39 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.24 to chore(deps): update dependency postcss to v8.5.25 2026-07-30 03:21:45 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from b7ee56848a
All checks were successful
ci / build (push) Successful in 1m53s
to e720d175d8
All checks were successful
ci / build (push) Successful in 3m46s
2026-08-04 03:21:19 +00:00
Compare
sa-renovate force-pushed renovate/postcss-8.x-lockfile from e720d175d8
All checks were successful
ci / build (push) Successful in 3m46s
to 3522b03a0a
All checks were successful
ci / build (push) Successful in 4m4s
2026-08-07 03:22:12 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency postcss to v8.5.25 to chore(deps): update dependency postcss to v8.5.26 2026-08-07 03:22:19 +00:00
sa-renovate force-pushed renovate/postcss-8.x-lockfile from 3522b03a0a
All checks were successful
ci / build (push) Successful in 4m4s
to b4ca35f5c7
All checks were successful
ci / build (push) Successful in 2m49s
2026-08-08 03:22:56 +00:00
Compare
All checks were successful
ci / build (push) Successful in 2m49s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/postcss-8.x-lockfile:renovate/postcss-8.x-lockfile
git switch renovate/postcss-8.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/postcss-8.x-lockfile
git switch renovate/postcss-8.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/postcss-8.x-lockfile
git switch renovate/postcss-8.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/postcss-8.x-lockfile
git switch main
git merge --squash renovate/postcss-8.x-lockfile
git switch main
git merge --ff-only renovate/postcss-8.x-lockfile
git switch main
git merge renovate/postcss-8.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
DevFW-CICD/website-and-documentation!23
No description provided.