⬆️ Upgrade dependency postcss to v8.5.6
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| postcss (source) | 8.4.27 -> 8.5.6 |
Release Notes
postcss/postcss (postcss)
v8.5.6
- Fixed
ContainerWithChildrentype discriminating (by @Goodwine).
v8.5.5
- Fixed
package.json→exportscompatibility with some tools (by @JounQin).
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).
v8.4.40
- Moved to getter/setter in nodes types to help Sass team (by @nex3).
v8.4.39
- Fixed
CssSyntaxErrortypes (by @romainmenke).
v8.4.38
- Fixed
endIndex: 0in errors and warnings (by @romainmenke).
v8.4.37
- Fixed
original.column are not numberserror in another case.
v8.4.36
- Fixed
original.column are not numberserror on broken previous source map.
v8.4.35
- Avoid
!innode.parent.nodestype. - Allow to pass
undefinedto node adding method to simplify types.
v8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov).
v8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by Romain Menke). - Fixed
NoWorkResultusage conditions (by @ahmdammarr).
v8.4.32
- Fixed
postcss().process()types (by Andrew Ferreira).
v8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.
v8.4.30
- Improved source map performance (by Romain Menke).
v8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal). - Fixed docs (by Christian Oliff).
v8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke). - Fixed
Result.roottypes whenprocess()has no parser.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.