Skip to content

Update dependency postcss to v8.5.15#13

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

Update dependency postcss to v8.5.15#13
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-8.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
postcss (source) 8.4.408.5.15 age confidence

Release Notes

postcss/postcss (postcss)

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

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


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 renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from d780b9b to b57f98f Compare August 8, 2024 02:44
@renovate renovate Bot changed the title Update dependency postcss to v8.4.41 Update dependency postcss to v8.4.42 Sep 1, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from 742f8c3 to 9a02ac9 Compare September 1, 2024 21:01
@renovate renovate Bot changed the title Update dependency postcss to v8.4.42 Update dependency postcss to v8.4.43 Sep 1, 2024
@renovate renovate Bot changed the title Update dependency postcss to v8.4.43 Update dependency postcss to v8.4.44 Sep 2, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 9a02ac9 to beee0f6 Compare September 2, 2024 10:40
@renovate renovate Bot changed the title Update dependency postcss to v8.4.44 Update dependency postcss to v8.4.45 Sep 4, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from beee0f6 to 6788ef7 Compare September 4, 2024 11:17
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 6788ef7 to a051002 Compare September 14, 2024 16:30
@renovate renovate Bot changed the title Update dependency postcss to v8.4.45 Update dependency postcss to v8.4.47 Sep 14, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from a051002 to b82e529 Compare November 11, 2024 02:10
@renovate renovate Bot changed the title Update dependency postcss to v8.4.47 Update dependency postcss to v8.4.48 Nov 11, 2024
@renovate renovate Bot changed the title Update dependency postcss to v8.4.48 Update dependency postcss to v8.4.49 Nov 11, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from b82e529 to 8bdcf42 Compare November 11, 2024 22:33
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 8bdcf42 to 076e365 Compare December 2, 2024 12:03
@renovate renovate Bot changed the title Update dependency postcss to v8.4.49 Update dependency postcss to v8.5.0 Jan 13, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 076e365 to ad5d352 Compare January 13, 2025 20:29
@renovate renovate Bot changed the title Update dependency postcss to v8.5.0 Update dependency postcss to v8.5.1 Jan 14, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from ad5d352 to 7f67676 Compare January 14, 2025 17:51
@renovate renovate Bot changed the title Update dependency postcss to v8.5.1 Update dependency postcss to v8.5.2 Feb 11, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 7f67676 to c3d9d6e Compare February 11, 2025 01:55
@renovate renovate Bot changed the title Update dependency postcss to v8.5.2 Update dependency postcss to v8.5.3 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from c3d9d6e to 1a9667d Compare February 19, 2025 16:43
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from fdbcf36 to 6855cd9 Compare March 17, 2025 17:10
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 6855cd9 to 0297128 Compare April 1, 2025 10:52
@renovate renovate Bot changed the title Update dependency postcss to v8.5.3 Update dependency postcss to v8.5.4 May 29, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 0297128 to 8bc424e Compare May 29, 2025 06:09
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot changed the title Update dependency postcss to v8.5.4 Update dependency postcss to v8.5.5 Jun 11, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 8bc424e to 2d70d40 Compare June 11, 2025 19:29
@renovate renovate Bot changed the title Update dependency postcss to v8.5.5 Update dependency postcss to v8.5.6 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 2d70d40 to 5564b30 Compare June 16, 2025 16:48
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 5564b30 to 9fb75a0 Compare September 25, 2025 13:57
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 9fb75a0 to d895a5e Compare February 12, 2026 17:46
@renovate renovate Bot changed the title Update dependency postcss to v8.5.6 Update dependency postcss to v8.5.8 Mar 3, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from d895a5e to 8020433 Compare March 3, 2026 01:17
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 8020433 to 3ade19f Compare April 8, 2026 00:56
@renovate renovate Bot changed the title Update dependency postcss to v8.5.8 Update dependency postcss to v8.5.9 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 3ade19f to 5231c4e Compare April 16, 2026 12:08
@renovate renovate Bot changed the title Update dependency postcss to v8.5.9 Update dependency postcss to v8.5.10 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from 5231c4e to 3db59f1 Compare April 26, 2026 16:29
@renovate renovate Bot changed the title Update dependency postcss to v8.5.10 Update dependency postcss to v8.5.12 Apr 26, 2026
@renovate renovate Bot changed the title Update dependency postcss to v8.5.12 Update dependency postcss to v8.5.13 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from 42d93bd to b47b6ad Compare May 4, 2026 18:46
@renovate renovate Bot changed the title Update dependency postcss to v8.5.13 Update dependency postcss to v8.5.14 May 4, 2026
@renovate renovate Bot changed the title Update dependency postcss to v8.5.14 Update dependency postcss to v8.5.15 May 19, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x-lockfile branch from b47b6ad to ef24d57 Compare May 19, 2026 10:55
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