andrejsharapov / nuxt-app

Open Source Web developer Portfolio on GitHub | Andrej Sharapov · Ui/Ux Designer, Frontend Developer
https://sharapov.dev/en/
MIT License
3 stars 2 forks source link

Update dependency stylelint to v14.9.1 - autoclosed #172

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 14.6.1 -> 14.9.1 age adoption passing confidence

Release Notes

stylelint/stylelint ### [`v14.9.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1491) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.9.0...14.9.1) - Fixed: `selector-max-specificity` false positives for `:nth-child` ([#​6140](https://togithub.com/stylelint/stylelint/pull/6140)). ### [`v14.9.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1490) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.5...14.9.0) - Added: `import-notation` rule ([#​6102](https://togithub.com/stylelint/stylelint/pull/6102)). - Fixed: `no-duplicate-selectors` false positives for SCSS/Less nested interpolations ([#​6118](https://togithub.com/stylelint/stylelint/pull/6118)). - Fixed: `no-descending-specificity` and `selector-max-specificity` false positives for `:is()` and `:where()` ([#​6131](https://togithub.com/stylelint/stylelint/pull/6131)). ### [`v14.8.5`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1485) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.4...14.8.5) - Fixed: `no-duplicate-selectors` false positives with Less syntax ([#​6111](https://togithub.com/stylelint/stylelint/pull/6111)). ### [`v14.8.4`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1484) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.3...14.8.4) - Fixed: `no-duplicate-selectors` error with non-standard selectors ([#​6106](https://togithub.com/stylelint/stylelint/pull/6106)). ### [`v14.8.3`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1483) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.2...14.8.3) - Fixed: `at-rule-no-unknown` false positives for `@layer` ([#​6093](https://togithub.com/stylelint/stylelint/pull/6093)). - Fixed: `length-zero-no-unit` autofix for `.0` values ([#​6098](https://togithub.com/stylelint/stylelint/pull/6098)). - Fixed: `media-feature-name-no-unknown` false positives for `display-mode` ([#​6073](https://togithub.com/stylelint/stylelint/pull/6073)). - Fixed: `no-descending-specificity` end positions ([#​6049](https://togithub.com/stylelint/stylelint/pull/6049)). - Fixed: `no-duplicate-*` end positions ([#​6047](https://togithub.com/stylelint/stylelint/pull/6047)). - Fixed: `no-invalid-*` end positions ([#​6072](https://togithub.com/stylelint/stylelint/pull/6072)). - Fixed: `no-invalid-position-at-import-rule` false positives for `@layer` ([#​6094](https://togithub.com/stylelint/stylelint/pull/6094)). ### [`v14.8.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1482) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.1...14.8.2) - Fixed: `function-calc-no-unspaced-operator` false positives for non-standard variables ([#​6053](https://togithub.com/stylelint/stylelint/pull/6053)). - Fixed: `selector-*-no-unknown` end positions ([#​6046](https://togithub.com/stylelint/stylelint/pull/6046)). ### [`v14.8.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1481) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.0...14.8.1) - Fixed: `declaration-block-no-*` end positions that avoid errors ([#​6040](https://togithub.com/stylelint/stylelint/pull/6040)). - Fixed: `function-calc-no-unspaced-operator` false positives and memory leak ([#​6045](https://togithub.com/stylelint/stylelint/pull/6045)). - Fixed: `named-grid-areas-no-invalid` false positives for arealess templates ([#​6042](https://togithub.com/stylelint/stylelint/pull/6042)). ### [`v14.8.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1480) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.7.1...14.8.0) - Added: `keyframe-block-no-duplicate-selectors` rule ([#​6024](https://togithub.com/stylelint/stylelint/pull/6024)). - Added: `property-*-list` support for vendor prefixes ([#​6025](https://togithub.com/stylelint/stylelint/pull/6025)). - Fixed: `at-rule-*-list` end positions ([#​6032](https://togithub.com/stylelint/stylelint/pull/6032)). - Fixed: `at-rule-no-unknown` end positions ([#​6026](https://togithub.com/stylelint/stylelint/pull/6026)). - Fixed: `function-linear-gradient-no-nonstandard-direction` false negative about `-ms-linear-gradient` ([#​6031](https://togithub.com/stylelint/stylelint/pull/6031)). - Fixed: `function-no-unknown` end positions ([#​6038](https://togithub.com/stylelint/stylelint/pull/6038)). - Fixed: `property-no-unknown` end positions ([#​6039](https://togithub.com/stylelint/stylelint/pull/6039)). ### [`v14.7.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1471) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.7.0...14.7.1) - Fixed: a regression for `/* stylelint-disable */` comments ([#​6018](https://togithub.com/stylelint/stylelint/pull/6018)). - Fixed: `font-family-name-quotes` false positives for `ui-*` generic system font keywords ([#​6017](https://togithub.com/stylelint/stylelint/pull/6017)). ### [`v14.7.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1470) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.6.1...14.7.0) - Added: ranges for warnings that can be used by formatters and integrations ([#​5725](https://togithub.com/stylelint/stylelint/pull/5725)). - Added: `selector-not-notation` rule ([#​5975](https://togithub.com/stylelint/stylelint/pull/5975)). - Fixed: `font-weight-notation` false positives for Sass functions and column position ([#​6005](https://togithub.com/stylelint/stylelint/pull/6005)).

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.



This PR has been generated by Mend Renovate. View repository job log here.