Skip to content

chore(deps): update dependency postcss to v8.5.25 - #39

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-8.x-lockfile
Open

chore(deps): update dependency postcss to v8.5.25#39
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-8.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
postcss (source) 8.4.358.5.25 age confidence

Release Notes

postcss/postcss (postcss)

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).

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

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

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
atriiy.dev Error Error Jul 29, 2026 1:39pm

@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 5a469c1 to f3fef6b Compare May 28, 2026 18:00
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from f3fef6b to 7ebdd48 Compare June 1, 2026 23:11
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 7ebdd48 to 434188b Compare June 11, 2026 15:55
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 434188b to b3c860e Compare June 28, 2026 17:31
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.15 chore(deps): update dependency postcss to v8.5.16 Jun 28, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from b3c860e to 40d69a1 Compare July 11, 2026 21:13
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.16 chore(deps): update dependency postcss to v8.5.17 Jul 11, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 40d69a1 to 0653039 Compare July 12, 2026 11:37
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 0653039 to c6f2103 Compare July 12, 2026 22:37
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.17 chore(deps): update dependency postcss to v8.5.18 Jul 12, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from c6f2103 to 3c5e7a4 Compare July 13, 2026 18:43
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.18 chore(deps): update dependency postcss to v8.5.19 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 3c5e7a4 to 51deb70 Compare July 16, 2026 17:24
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 51deb70 to 5f2e67f Compare July 19, 2026 11:15
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.19 chore(deps): update dependency postcss to v8.5.20 Jul 19, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 5f2e67f to 3f1470c Compare July 20, 2026 21:54
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 3f1470c to f7d7e28 Compare July 21, 2026 09:47
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.20 chore(deps): update dependency postcss to v8.5.21 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from f7d7e28 to ac7c9bd Compare July 22, 2026 11:41
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.21 chore(deps): update dependency postcss to v8.5.22 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from ac7c9bd to 9d002a0 Compare July 24, 2026 18:57
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.22 chore(deps): update dependency postcss to v8.5.23 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 9d002a0 to 4e97cde Compare July 28, 2026 11:37
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.23 chore(deps): update dependency postcss to v8.5.24 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 4e97cde to b657392 Compare July 29, 2026 13:38
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.24 chore(deps): update dependency postcss to v8.5.25 Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants