laravel-vue-ecommerce
laravel-vue-ecommerce copied to clipboard
chore(deps): update dependency postcss to v8.5.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| postcss (source) | 8.4.40 -> 8.5.4 |
Release Notes
postcss/postcss (postcss)
v8.5.4
- Fixed Parcel compatibility issue (by @git-sumitchaudhary).
v8.5.3
- Added more details to
Unknown worderror (by @hiepxanh). - Fixed types (by @romainmenke).
- Fixed docs (by @catnipan).
v8.5.2
- Fixed end position of rules with semicolon (by @romainmenke).
v8.5.1
- Fixed backwards compatibility for complex cases (by @romainmenke).
v8.5.0: 8.5 “Duke Alloces”
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:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
v8.4.49
- Fixed custom syntax without
source.offset(by @romainmenke).
v8.4.48
- Fixed position calculation in error/warnings methods (by @romainmenke).
v8.4.47
- Removed debug code.
v8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').
v8.4.45
- Removed unnecessary fix which could lead to infinite loop.
v8.4.44
- Another way to fix
markClean is not a functionerror.
v8.4.43
- Fixed
markClean is not a functionerror.
v8.4.42
- Fixed CSS syntax error on long minified files (by @varpstar).
v8.4.41
- Fixed types (by @nex3 and @querkmachine).
- Cleaned up RegExps (by @bluwy).
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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.