Skip to content

Update CSS preprocessors#885

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/css-preprocessors
Jan 8, 2026
Merged

Update CSS preprocessors#885
renovate[bot] merged 1 commit into
mainfrom
renovate/css-preprocessors

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 21, 2022

This PR contains the following updates:

Package Change Age Confidence
autoprefixer 10.4.710.4.23 age confidence
cssnano 5.1.125.1.15 age confidence
postcss (source) 8.4.318.5.6 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.
cssnano/cssnano (cssnano)

v5.1.15: v5.1.15

Compare Source

Bug Fixes
  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes
  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data

v5.1.13: v5.1.13

Compare Source

Bug Fixes
  • fix TypeScript type of cssnano() return value (b92dbe3)
postcss/postcss (postcss)

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

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

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/css-preprocessors branch 2 times, most recently from fc1dc23 to e6a9cbf Compare July 28, 2022 10:51
@renovate renovate Bot changed the title Update dependency postcss to v8.4.14 Update CSS preprocessors Jul 29, 2022
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 2 times, most recently from 9e8fb7a to 32701a4 Compare August 2, 2022 06:24
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 4 times, most recently from 18aee62 to f22b5cc Compare August 8, 2022 08:32
@renovate renovate Bot changed the title Update CSS preprocessors Update CSS preprocessors to v10.4.8 Aug 9, 2022
@renovate renovate Bot changed the title Update CSS preprocessors to v10.4.8 Update CSS preprocessors Aug 10, 2022
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 3 times, most recently from 36f7937 to f2c3b47 Compare August 16, 2022 02:55
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch from f2c3b47 to 03c74db Compare August 17, 2022 09:07
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 5 times, most recently from 57e1fa7 to 5a88022 Compare August 23, 2022 22:32
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 8 times, most recently from e2bd829 to 7415d5d Compare August 29, 2022 22:50
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 10 times, most recently from 5a74dd1 to 82cf42c Compare September 12, 2022 05:20
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch from 82cf42c to eeecfc9 Compare September 25, 2022 15:41
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 5 times, most recently from 176cabe to 92ef741 Compare October 6, 2022 04:33
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch from 92ef741 to 56df7e8 Compare October 12, 2022 21:31
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 3 times, most recently from 15bdba4 to d2acb72 Compare October 31, 2022 08:48
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 5 times, most recently from 375a018 to 4492ea2 Compare November 14, 2022 03:06
@renovate renovate Bot force-pushed the renovate/css-preprocessors branch 3 times, most recently from 2664055 to 150f7cc Compare December 12, 2022 06:56
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 7, 2026

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.

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