-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade postcss from 8.4.8 to 8.5.3 #947
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
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade postcss from 8.4.8 to 8.5.3. See this package in npm: postcss See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/32c1adc3-dc9b-4fff-82df-04c2abe3ab6b?utm_source=github&utm_medium=referral&page=upgrade-pr
|
|
Reviewer's Guide by SourceryThis pull request upgrades the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
Snyk has created this PR to upgrade postcss from 8.4.8 to 8.5.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 45 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-NANOID-8492085
SNYK-JS-POSTCSS-5926692
Release notes
Package name: postcss
Unknown word
error (by @ hiepxanh).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 toInput#css
.// <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:
source.offset
(by @ romainmenke).Cannot read properties of undefined (reading 'before')
.markClean is not a function
error.Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Bug Fixes: