From affdffb24ee545917dc50e48906e93ca536f448b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:14:07 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev-deps):=20=E2=AC=86=EF=B8=8F=20upgrade?= =?UTF-8?q?=20stylelint-config-clean-order=20to=20v6=20(#211)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylelint-config-clean-order](https://togithub.com/kutsan/stylelint-config-clean-order) | [`5.0.1` -> `6.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-clean-order/5.0.1/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-config-clean-order/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint-config-clean-order/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint-config-clean-order/5.0.1/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-config-clean-order/5.0.1/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
kutsan/stylelint-config-clean-order (stylelint-config-clean-order) ### [`v6.0.0`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v6.0.0) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.4.2...v6.0.0) ### Breaking Changes - At-rule include definitions removed from order list. Now blocks or lines with `@include` keyword will not be ordered. **Full Changelog**: https://github.com/kutsan/stylelint-config-clean-order/compare/v5.4.2...v6.0.0 ### [`v5.4.2`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.4.2) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.4.1...v5.4.2) ### Fixes - Add unprefixed version of `font-smoothing` to fix ordering of `-webkit-font-smoothing` property. Thanks [@​axten](https://togithub.com/axten) for reporting. **Full Changelog**: https://github.com/kutsan/stylelint-config-clean-order/compare/v5.4.2...v5.4.2 ### [`v5.4.1`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.4.1) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.4.0...v5.4.1) ### Fixes - Adds missing `overflow-block`, `overflow-inline` and `box-orient` properties. - Move border properties before their logical equivalents. **Full Changelog**: https://github.com/kutsan/stylelint-config-clean-order/compare/v5.4.0...v5.4.1 ### [`v5.4.0`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.4.0) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.3.0...v5.4.0) #### Features - Add timeline transition properties by [@​wimhendrikx](https://togithub.com/wimhendrikx) in [https://github.com/kutsan/stylelint-config-clean-order/pull/29](https://togithub.com/kutsan/stylelint-config-clean-order/pull/29). ### [`v5.3.0`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.3.0) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.2.0...v5.3.0) #### Features - [https://github.com/kutsan/stylelint-config-clean-order/pull/28](https://togithub.com/kutsan/stylelint-config-clean-order/pull/28) upgrades `stylelint-order` to use `stylelint` v16. Thanks [@​bgonp](https://togithub.com/bgonp)! ### [`v5.2.0`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.2.0) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.1.0...v5.2.0) #### Features - [https://github.com/kutsan/stylelint-config-clean-order/pull/25](https://togithub.com/kutsan/stylelint-config-clean-order/pull/25) adds ability to export property groups to allow raw customization of stylelint-order rules. Thanks [@​boazpoolman](https://togithub.com/boazpoolman)! ### [`v5.1.0`](https://togithub.com/kutsan/stylelint-config-clean-order/releases/tag/v5.1.0) [Compare Source](https://togithub.com/kutsan/stylelint-config-clean-order/compare/v5.0.1...v5.1.0) ### Features - Adds support for changing severity level to `error`. To use it, extend the config from `"stylelint-config-clean-order/error"`.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/recollect). --- package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 78f7a4a5..1a1c1fa9 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "sharp": "0.32.6", "source-map-explorer": "2.5.3", "stylelint": "16.1.0", - "stylelint-config-clean-order": "5.0.1", + "stylelint-config-clean-order": "6.0.0", "stylelint-config-standard": "36.0.0", "tailwindcss": "3.3.1", "tilg": "0.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67c2a2c7..1f409427 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -325,8 +325,8 @@ importers: specifier: 16.1.0 version: 16.1.0(typescript@5.0.4) stylelint-config-clean-order: - specifier: 5.0.1 - version: 5.0.1(stylelint@16.1.0(typescript@5.0.4)) + specifier: 6.0.0 + version: 6.0.0(stylelint@16.1.0(typescript@5.0.4)) stylelint-config-standard: specifier: 36.0.0 version: 36.0.0(stylelint@16.1.0(typescript@5.0.4)) @@ -6877,8 +6877,8 @@ packages: babel-plugin-macros: optional: true - stylelint-config-clean-order@5.0.1: - resolution: {integrity: sha512-zKLXjTgrkZqiml0VXv7Syl11XLpzRErW+1/qSEjIQ+aHAFjGuRq6Uwal9OzxtDHvpoIhlc4wCYjougWDuLN5aA==} + stylelint-config-clean-order@6.0.0: + resolution: {integrity: sha512-iY+zJn0nt0V5bTCH4AfG1L4Ds/GR1MrGR77jwJ3pUNFQrdFOXFp6F7zwR05adUZ0g6+7Hsu0R4SlfAYCdqss+w==} peerDependencies: stylelint: '>=14' @@ -6894,10 +6894,10 @@ packages: peerDependencies: stylelint: ^16.1.0 - stylelint-order@6.0.3: - resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==} + stylelint-order@6.0.4: + resolution: {integrity: sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==} peerDependencies: - stylelint: ^14.0.0 || ^15.0.0 + stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1 stylelint@16.1.0: resolution: {integrity: sha512-Sh1rRV0lN1qxz/QsuuooLWsIZ/ona7NKw/fRZd6y6PyXYdD2W0EAzJ8yJcwSx4Iw/muz0CF09VZ+z4EiTAcKmg==} @@ -14495,9 +14495,9 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sorting@8.0.2(postcss@8.4.31): + postcss-sorting@8.0.2(postcss@8.4.32): dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser@4.2.0: {} @@ -15474,10 +15474,10 @@ snapshots: optionalDependencies: '@babel/core': 7.23.3 - stylelint-config-clean-order@5.0.1(stylelint@16.1.0(typescript@5.0.4)): + stylelint-config-clean-order@6.0.0(stylelint@16.1.0(typescript@5.0.4)): dependencies: stylelint: 16.1.0(typescript@5.0.4) - stylelint-order: 6.0.3(stylelint@16.1.0(typescript@5.0.4)) + stylelint-order: 6.0.4(stylelint@16.1.0(typescript@5.0.4)) stylelint-config-recommended@14.0.0(stylelint@16.1.0(typescript@5.0.4)): dependencies: @@ -15488,10 +15488,10 @@ snapshots: stylelint: 16.1.0(typescript@5.0.4) stylelint-config-recommended: 14.0.0(stylelint@16.1.0(typescript@5.0.4)) - stylelint-order@6.0.3(stylelint@16.1.0(typescript@5.0.4)): + stylelint-order@6.0.4(stylelint@16.1.0(typescript@5.0.4)): dependencies: - postcss: 8.4.31 - postcss-sorting: 8.0.2(postcss@8.4.31) + postcss: 8.4.32 + postcss-sorting: 8.0.2(postcss@8.4.32) stylelint: 16.1.0(typescript@5.0.4) stylelint@16.1.0(typescript@5.0.4):