Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^12.1.11
^13.0.0
π Schedule: Branch creation - "every weekend" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.
There were no links to check!
This PR contains the following updates:
^12.1.11
->^13.0.0
Release Notes
csstools/postcss-plugins
### [`v13.1.4`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1314-February-21-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/bc6180f65578b628f7d38a3b2e7f3329203c2b96...0a92bd0ef05c9a0a73b3983258c2c0191f2b59a3) - Fixed: exception on chained variable declarations. ### [`v13.1.3`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1313-February-8-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/a2c2268367410fc18f307c3565671853e1cc0343...bc6180f65578b628f7d38a3b2e7f3329203c2b96) - Fixed: exception on missing variables. ### [`v13.1.2`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1312-February-7-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/e84b78e50f275b40ce39141f815636cffeb2175d...a2c2268367410fc18f307c3565671853e1cc0343) - Do not apply fallback values when these contain unresolvable custom properties. ### [`v13.1.1`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1311-January-28-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/a7ea1ce300803e3c342e7fbec0b36611353ec8aa...e84b78e50f275b40ce39141f815636cffeb2175d) - Improve `types` declaration in `package.json` ### [`v13.1.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1310-January-24-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/587a0ba6be5ac2df454b9f9e119ed7401ae0a052...a7ea1ce300803e3c342e7fbec0b36611353ec8aa) - Added: Support for Cascade Layers. - Improve plugin performance (port of fixes in `v12.1.11`) ### [`v13.0.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-properties/CHANGELOG.md#1300-November-14-2022) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/00e077979cef25703b37fb5db66bee1689f3c462...587a0ba6be5ac2df454b9f9e119ed7401ae0a052) - Updated: Support for Node v14+ (major). - Removed : `importFrom` feature (breaking). - Removed : `exportTo` feature (breaking). - Added support for local custom property declarations. ```css .example { --a-value: 20px; margin: var(--a-value); } /* becomes */ .example { --a-value: 20px; margin: 20px; margin: var(--a-value); } ```Configuration
π Schedule: Branch creation - "every weekend" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.