Skip to content

Update dependency postcss to v8.5.26 - #18

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

Update dependency postcss to v8.5.26#18
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/postcss-8.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Oct 28, 2024

Copy link
Copy Markdown

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
postcss (source)8.4.148.5.26ageadoptionpassingconfidence

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

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

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.

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).

v8.4.31

Compare Source

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).

v8.4.29

Compare Source

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

v8.4.28

Compare Source

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

v8.4.27

Compare Source

  • Fixed Container clone methods types.

v8.4.26

Compare Source

  • Fixed clone methods types.

v8.4.25

Compare Source

v8.4.24

Compare Source

  • Fixed Plugin types.

v8.4.23

Compare Source

  • Fixed warnings in TypeDoc.

v8.4.22

Compare Source

  • Fixed TypeScript support with node16 (by Remco Haszing).

v8.4.21

Compare Source

  • Fixed Input#error types (by Aleks Hudochenkov).

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.

v8.4.19

Compare Source

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

v8.4.18

Compare Source

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

v8.4.17

Compare Source

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

v8.4.16

Compare Source

  • Fixed Root AST migration.

v8.4.15

Compare Source

  • Fixed AST normalization after using custom parser with old PostCSS AST.

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

@renovate

renovateBot commented Oct 29, 2024

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error Command "up" not found.

@renovaterenovateBot changed the title Update dependency postcss to v8.4.47Update dependency postcss to v8.4.48Nov 11, 2024
@renovaterenovateBot changed the title Update dependency postcss to v8.4.48Update dependency postcss to v8.4.49Nov 12, 2024
@renovaterenovateBot changed the title Update dependency postcss to v8.4.49Update dependency postcss to v8.5.1Jan 15, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.1Update dependency postcss to v8.5.2Feb 12, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.2Update dependency postcss to v8.5.3Feb 21, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.3Update dependency postcss to v8.5.4May 31, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.4Update dependency postcss to v8.5.5Jun 14, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.5Update dependency postcss to v8.5.6Jun 21, 2025
@renovaterenovateBot changed the title Update dependency postcss to v8.5.6Update dependency postcss to v8.5.8Mar 8, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.8Update dependency postcss to v8.5.10Apr 15, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.10Update dependency postcss to v8.5.13May 1, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.13Update dependency postcss to v8.5.14May 5, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.14Update dependency postcss to v8.5.15May 23, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.15Update dependency postcss to v8.5.16Jul 3, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.16Update dependency postcss to v8.5.19Jul 15, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.19Update dependency postcss to v8.5.23Jul 25, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.23Update dependency postcss to v8.5.25Jul 30, 2026
@renovaterenovateBot changed the title Update dependency postcss to v8.5.25Update dependency postcss to v8.5.26Aug 7, 2026
Sign up for freeto 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