Skip to content
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

fix(deps): update dependency postcss to v8.5.3 #417

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) 8.4.35 -> 8.5.3 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

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.

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

vercel bot commented Jan 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 4:44pm
wallet-api-wallet-api-tools ❌ Failed (Inspect) Mar 17, 2025 4:44pm

Copy link

changeset-bot bot commented Jan 3, 2025

⚠️ No Changeset found

Latest commit: d7d88f5

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 changed the title fix(deps): update dependency postcss to v8.4.49 fix(deps): update dependency postcss to v8.5.1 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from e0ca25c to 4069b74 Compare January 14, 2025 14:27
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 4069b74 to dee76b8 Compare January 23, 2025 23:02
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from dee76b8 to 97882b1 Compare January 30, 2025 19:26
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 97882b1 to 2982946 Compare February 9, 2025 12:39
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.5.1 fix(deps): update dependency postcss to v8.5.2 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2982946 to 181c310 Compare February 11, 2025 00:35
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 181c310 to fc16bc8 Compare February 19, 2025 14:45
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.5.2 fix(deps): update dependency postcss to v8.5.3 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from fc16bc8 to 14149e0 Compare March 3, 2025 17:25
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 14149e0 to 0cb4fbb Compare March 11, 2025 11:53
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