Skip to content

chore(deps): update postcss packages #1772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer ^10.4.14 -> ^10.4.21 age adoption passing confidence
postcss (source) ^8.4.31 -> ^8.5.4 age adoption passing confidence
postcss (source) ^8.4.27 -> ^8.5.4 age adoption passing confidence
postcss-discard-duplicates ^6.0.0 -> ^6.0.3 age adoption passing confidence
postcss-selector-parser ^6.0.13 -> ^6.1.2 age adoption passing confidence

Release Notes

postcss/autoprefixer (autoprefixer)

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).
postcss/postcss (postcss)

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).
cssnano/cssnano (postcss-discard-duplicates)

v6.0.3: v6.0.3

Compare Source

Bug fixes
  • do not sort unknown properties

Other

  • Require latest browserslist and postcss-selector-parser

v6.0.2: v6.0.2

Compare Source

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0

v6.0.1: v6.0.1

Compare Source

Bug Fixes
postcss/postcss-selector-parser (postcss-selector-parser)

v6.1.2

Compare Source

  • Fixed: erroneous trailing combinators in pseudos

v6.1.1

Compare Source

  • Fixed: improve typings of constructor helpers (#​292)

v6.1.0

Compare Source

  • Feature: add sourceIndex to Selector nodes (#​290)

v6.0.16

Compare Source

  • Fixed: add missing index argument to each/walk callback types (#​289)

v6.0.15

Compare Source

  • Fixed: Node#prev and Node#next type for the first/last node

v6.0.14

Compare Source

  • Fixed: type definitions

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 enabled auto-merge (squash) December 23, 2024 02:22
Copy link

changeset-bot bot commented Dec 23, 2024

⚠️ No Changeset found

Latest commit: a8e3708

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 23, 2024
Copy link

netlify bot commented Dec 23, 2024

Deploy Preview for compiled-css-in-js canceled.

Name Link
🔨 Latest commit a8e3708
🔍 Latest deploy log https://app.netlify.com/projects/compiled-css-in-js/deploys/6840efdf7c79a90008ca84d1

@renovate renovate bot force-pushed the renovate/postcss-packages branch 2 times, most recently from 02cb8b0 to 9c1a9d0 Compare December 23, 2024 08:28
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 9c1a9d0 to e7b4ffc Compare December 30, 2024 03:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 30, 2024
@renovate renovate bot force-pushed the renovate/postcss-packages branch 4 times, most recently from 4202e66 to 10c3f76 Compare January 2, 2025 23:55
@renovate renovate bot force-pushed the renovate/postcss-packages branch 3 times, most recently from 599f82e to 931c6ec Compare January 8, 2025 04:08
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 931c6ec to 4d8946f Compare January 13, 2025 20:37
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 13, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 14, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 21, 2025
@renovate renovate bot force-pushed the renovate/postcss-packages branch 4 times, most recently from 764c3ad to 4decc7d Compare January 28, 2025 03:46
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 77d678b to 6528058 Compare March 18, 2025 05:25
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 6528058 to c62b497 Compare April 3, 2025 03:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 16, 2025
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 9bbb417 to b3a4356 Compare April 16, 2025 01:59
@renovate renovate bot force-pushed the renovate/postcss-packages branch from b3a4356 to c98cb11 Compare May 19, 2025 00:48
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2025
@renovate renovate bot force-pushed the renovate/postcss-packages branch from c98cb11 to 4a1c4aa Compare May 22, 2025 03:35
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 4a1c4aa to a38d0d5 Compare May 23, 2025 01:21
renovate-approve[bot]
renovate-approve bot previously approved these changes May 23, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 28, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 29, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 4, 2025
@renovate renovate bot force-pushed the renovate/postcss-packages branch from 5d48006 to c2915e5 Compare June 4, 2025 02:48
@renovate renovate bot force-pushed the renovate/postcss-packages branch from c2915e5 to f43d484 Compare June 5, 2025 01:11
@renovate renovate bot force-pushed the renovate/postcss-packages branch from f43d484 to a8e3708 Compare June 5, 2025 01:16
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