Skip to content

chore(deps): update dependency postcss to v8.5.6 #93

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) 8.4.47 -> 8.5.6 age adoption passing confidence
postcss (source) 8.4.41 -> 8.5.6 age adoption passing confidence

Release Notes

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

Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Dec 6, 2024

⚠️ No Changeset found

Latest commit: 9ea16ea

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 renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 82dae9e to d361fda Compare December 10, 2024 16:07
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.4.49 chore(deps): update dependency postcss to v8.5.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from d361fda to 83d658f Compare January 15, 2025 16:00
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 83d658f to 13a2a1b Compare January 24, 2025 06:28
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 13a2a1b to 691a33f Compare February 12, 2025 04:25
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.5.1 chore(deps): update dependency postcss to v8.5.2 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 691a33f to 1c43dab Compare February 20, 2025 07:39
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.5.2 chore(deps): update dependency postcss to v8.5.3 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from e081e46 to 8342022 Compare March 11, 2025 12:50
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 8342022 to 97c0685 Compare March 18, 2025 08:02
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 97c0685 to abb236e Compare April 2, 2025 20:21
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from abb236e to 8506c95 Compare April 26, 2025 00:07
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 8506c95 to 2ffaa58 Compare May 24, 2025 12:01
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2ffaa58 to f872c94 Compare May 31, 2025 23:54
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.5.3 chore(deps): update dependency postcss to v8.5.4 May 31, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from f872c94 to 19305fd Compare June 6, 2025 19:03
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 19305fd to ef0539d Compare June 14, 2025 04:10
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.5.4 chore(deps): update dependency postcss to v8.5.5 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from ef0539d to 1a788ed Compare June 22, 2025 00:15
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.5.5 chore(deps): update dependency postcss to v8.5.6 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 1a788ed to 9ea16ea Compare June 29, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants