Update dependency postcss to ^8.4.32 - autoclosed #91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/postcss-8.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^8.3.11->^8.4.32Release Notes
postcss/postcss (postcss)
v8.4.32Compare Source
postcss().process()types (by Andrew Ferreira).v8.4.31Compare Source
\rparsing to fix CVE-2023-44270.v8.4.30Compare Source
v8.4.29Compare Source
Node#source.offset(by Ido Rosenthal).v8.4.28Compare Source
Root.source.endfor better source map (by Romain Menke).Result.roottypes whenprocess()has no parser.v8.4.27Compare Source
Containerclone methods types.v8.4.26Compare Source
v8.4.25Compare Source
v8.4.24Compare Source
Plugintypes.v8.4.23Compare Source
v8.4.22Compare Source
node16(by Remco Haszing).v8.4.21Compare Source
Input#errortypes (by Aleks Hudochenkov).v8.4.20Compare Source
@layer.v8.4.19Compare Source
v8.4.18Compare Source
absolute: truewith emptysourceContent(by Rene Haas).v8.4.17Compare Source
Node.before()unexpected behavior (by Romain Menke).v8.4.16Compare Source
RootAST migration.v8.4.15Compare Source
v8.4.14Compare Source
v8.4.13Compare Source
append()error after using.parent(by Jordan Pittman).v8.4.12Compare Source
package.fundingto have same value between all PostCSS packages.v8.4.11Compare Source
Declaration#raws.valuetype.v8.4.10Compare Source
package.fundingURL format.v8.4.9Compare Source
package.funding(by Álvaro Mondéjar).v8.4.8Compare Source
v8.4.7Compare Source
Node#warn()type (by Masafumi Koba).,.v8.4.6Compare Source
.rootaccess for plugin-less case.v8.4.5Compare Source
rawstypes to make object extendable (by James Garbutt).v8.4.4Compare Source
v8.4.3Compare Source
postcss().process()types (by Andrew Ferreira).v8.4.2Compare Source
Node#source.offset(by Ido Rosenthal).v8.4.1Compare Source
v8.4.0: 8.4 “President Camio”Compare Source
PostCSS 8.4 brought ranges for warnings and errors, smaller
node_modulessize, lazy parsing to avoidPostCSS does nothingwarning, and TypeScript fixes.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:
Rages for Errors and Warnings
@adalinesimonian, the author of amazing Stylelint extension for VS Code, added ranges to errors and warnings.
It will improve DX in the IDE extension.
Lazy Parsing
Previously, we found that many tools run PostCSS even if the developer didn’t pass any PostCSS plugins. Parsing is the most expensive step in CSS processing. It led to a waste of resources without any reason.
We tried to resolve the problem by adding a
PostCSS does nothingwarning. But it didn’t force tool authors to be more careful with user’s resources.If PostCSS sees that tool call it without passing plugins (or changing parser/stringifier), PostCSS will not parse CSS (until toll will call
Result#root). In 8.4, @bogdan0083 (with the help of @WilhelmYakunin) tries to solve the problem in another way. It allows us to save resources and remove thePostCSS does nothingwarning.Install Size Reduction
With ≈60M weekly downloads, PostCSS has responsibility for the world’s resource spending.
Together with @7rulnik we reduced
source-map-jssize. It is transitive dependency of PostCSS.In 8.4, we moved to a fixed version of
source-map-js, which reduced thepostcsssize in yournode_modulesfrom ≈1 MB to 0.3 MB. With the huge popularity of PostCSS, it will free a lot of resources on our CIs.Migration from Jest to
uvu@kimoofey refactored all tests from the popular Jest framework to small and fast
uvu.It will not affect end-users. However, it reduced our
node_modulessize by 33 MB and made tests twice faster (yarn install & yarn unit: 24 → 13 seconds).TypeScript Fixes
Processortypes.Stringifiertypes (by @43081j).RootandDocumentin result values (by @43081j).Node#walkRules()types (by @hudochenkov).Other Changes
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update dependency postcss to ^8.4.0to Update dependency postcss to ^8.4.1fed786e6b8to3f79e6d15fUpdate dependency postcss to ^8.4.1to Update dependency postcss to ^8.4.33f79e6d15fto91724bb43dUpdate dependency postcss to ^8.4.3to Update dependency postcss to ^8.4.491724bb43dtod19eebd379Update dependency postcss to ^8.4.4to Update dependency postcss to ^8.4.5d19eebd37935816162f9Update dependency postcss to ^8.4.5to Update dependency postcss to ^8.4.635816162f96534fc501dUpdate dependency postcss to ^8.4.6to Update dependency postcss to ^8.4.76534fc501d6ce8771a92Update dependency postcss to ^8.4.7to Update dependency postcss to ^8.4.86ce8771a92d04c2439e4Update dependency postcss to ^8.4.8to Update dependency postcss to ^8.4.11d04c2439e4fe960aee25Update dependency postcss to ^8.4.11to Update dependency postcss to ^8.4.12fe960aee258c4d74c34aUpdate dependency postcss to ^8.4.12to Update dependency postcss to ^8.4.138c4d74c34aaa4dbf07edUpdate dependency postcss to ^8.4.13to Update dependency postcss to ^8.4.14aa4dbf07edcd9ab47e8fUpdate dependency postcss to ^8.4.14to Update dependency postcss to ^8.4.16cd9ab47e8fa1c928fe70Update dependency postcss to ^8.4.16to Update dependency postcss to ^8.4.17a1c928fe706820e10140Update dependency postcss to ^8.4.17to Update dependency postcss to ^8.4.186820e101401c69f9c99aUpdate dependency postcss to ^8.4.18to Update dependency postcss to ^8.4.191c69f9c99a5294be5b3cUpdate dependency postcss to ^8.4.19to Update dependency postcss to ^8.4.205294be5b3c2695fcced5Update dependency postcss to ^8.4.20to Update dependency postcss to ^8.4.212695fcced5ff80aa9a19Update dependency postcss to ^8.4.21to Update dependency postcss to ^8.4.22ff80aa9a197bc7025a57Update dependency postcss to ^8.4.22to Update dependency postcss to ^8.4.237bc7025a57a638d46440a638d464405258586e5dUpdate dependency postcss to ^8.4.23to Update dependency postcss to ^8.4.245258586e5dc4ba75bba6Update dependency postcss to ^8.4.24to Update dependency postcss to ^8.4.25c4ba75bba6bc46c39e8dUpdate dependency postcss to ^8.4.25to Update dependency postcss to ^8.4.26bc46c39e8dfe5825a93fUpdate dependency postcss to ^8.4.26to Update dependency postcss to ^8.4.27fe5825a93fabd6e6ad0aUpdate dependency postcss to ^8.4.27to Update dependency postcss to ^8.4.28abd6e6ad0a896da26612Update dependency postcss to ^8.4.28to Update dependency postcss to ^8.4.29896da26612e808957558Update dependency postcss to ^8.4.29to Update dependency postcss to ^8.4.30e80895755858b46c8480Update dependency postcss to ^8.4.30to Update dependency postcss to ^8.4.3158b46c8480269d4083c7Update dependency postcss to ^8.4.31to Update dependency postcss to ^8.4.32Update dependency postcss to ^8.4.32to Update dependency postcss to ^8.4.32 - autoclosedPull request closed