GitHub
08/04/2026, 10:39 AMpostcss from 8.5.16 to 8.5.25
Release notes
Sourced from postcss's releases.
8.5.25
• Fixed 8.5.17 visitor regression.
• Fixedfor non-string values (by `@amir-rezaei`).list.split()
8.5.24
• Preserve the BOM after the processing (by `@hdimer`).
8.5.23
• Do not load source map withoutfor security reasons.opts.from
8.5.22
• Fixed custom property losing semicolon before a comment (by `@sarathfrancis90`).
8.5.21
• Fixed childless at-rule losing semicolon before comment (by `@sarathfrancis90`).
• Fixed docs (by `@isker`).
8.5.20
• Fixed missing space ifis set after (by `@sarathfrancis90`).AtRule#params
• Fixed mixing AST error on warnings (by `@MahinAnowar`).
8.5.19
• Fixed cleaningfor new nodes inserted tobefore(by `@MahinAnowar`).Root
8.5.18
• Restricted loading previous source maps file to thefolder for security reasons (useopts.fromto disable the check).unsafeMap: true
8.5.17
• Fixederror.Maximum call stack size exceeded
• Fixed Prototype hijacking for.postcss.fromJSON()
• FixedChangelog Sourced from postcss's changelog.for unmapped end position (by `@chatman-media`).Input#origin()
8.5.25
• Fixed 8.5.17 visitor regression.
• Fixedfor non-string values (by `@amir-rezaei`).list.split()
8.5.24
• Preserve the BOM after the processing (by `@hdimer`).
8.5.23
• Do not load source map withoutfor security reasons.opts.from
8.5.22
• Fixed custom property losing semicolon before a comment (by `@sarathfrancis90`).
8.5.21
• Fixed childless at-rule losing semicolon before comment (by `@sarathfrancis90`).
• Fixed docs (by `@isker`).
8.5.20
• Fixed missing space ifis set after (by `@sarathfrancis90`).AtRule#params
• Fixed mixing AST error on warnings (by `@MahinAnowar`).
8.5.19
• Fixed cleaningfor new nodes inserted tobefore(by `@MahinAnowar`).Root
8.5.18
• Restricted loading previous source maps file to thefolder for security reasons (useopts.fromto disable the check).unsafeMap: true
8.5.17
• Fixederror.Maximum call stack size exceeded
• Fixed Prototype hijacking for.postcss.fromJSON()
• FixedCommits • `08c989c` Release 8.5.25 version • `24f6814` Fix 8.5.17 visitor regression • `f2fa53f` Add supply chain security requirement to PostCSS plugin guide • `10edf0b` fix: return empty array for empty string in list.split (#2121) • `0ebe8ad` Release 8.5.24 version • `73218c6` Update dependencies • `9a114f6` Preserve the BOM when stringifying (#2119) • `9069261` Fix types check • `eb9e1fe` Release 8.5.23 version • `9d19c78` Update dependencies • Additional commits viewable in compare view Dependabot compatibility score 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 commentingfor unmapped end position (by `@chatman-media`).Input#origin()
@dependabot rebase.
---
Dependabot commands and options
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
• @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
• @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
• @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
• @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
• @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
jmpsec/osctrlGitHub
08/04/2026, 10:40 AM