Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
stylelint/stylelint
### [`v15.2.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1520)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/15.1.0...15.2.0)
- Added: `messageArgs` to 76 rules ([#6589](https://togithub.com/stylelint/stylelint/pull/6589)) ([@kizu](https://togithub.com/kizu)).
- Fixed: TypeScript error to export `Plugin` and `RuleContext` ([#6664](https://togithub.com/stylelint/stylelint/pull/6664)) ([@henryruhs](https://togithub.com/henryruhs)).
- Fixed: `overrides.extends` order when including same rules ([#6660](https://togithub.com/stylelint/stylelint/pull/6660)) ([@kuoruan](https://togithub.com/kuoruan)).
- Fixed: `annotation-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)).
- Fixed: `declaration-property-value-no-unknown` false positives for at-rule descriptors ([#6669](https://togithub.com/stylelint/stylelint/pull/6669)) ([@FloEdelmann](https://togithub.com/FloEdelmann)).
- Fixed: `declaration-property-value-no-unknown` parse error for `alpha(opacity=n)` to report as violation ([#6650](https://togithub.com/stylelint/stylelint/pull/6650)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: `function-name-case` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)).
- Fixed: `function-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)).
- Fixed: `unit-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)).
- Fixed: `value-keyword-case` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)).
### [`v15.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1510)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/15.0.0...15.1.0)
- Added: `declaration-block-no-redundant-longhand-properties` autofix ([#6580](https://togithub.com/stylelint/stylelint/pull/6580)) ([@mattxwang](https://togithub.com/mattxwang)).
- Fixed: `declaration-property-value-no-unknown` false positives for `env()` ([#6646](https://togithub.com/stylelint/stylelint/pull/6646)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: `function-calc-no-unspaced-operator` TypeError on empty `calc()` ([#6634](https://togithub.com/stylelint/stylelint/pull/6634)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: inaccurate `customSyntax` inference ([#6645](https://togithub.com/stylelint/stylelint/pull/6645)) ([@ybiquitous](https://togithub.com/ybiquitous)).
### [`v15.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1500)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/14.16.1...15.0.0)
[Migrating to `15.0.0` guide](docs/migration-guide/to-15.md).
- Removed: Node.js 12 support ([#6477](https://togithub.com/stylelint/stylelint/pull/6477)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING)
- Removed: support for processors ([#6479](https://togithub.com/stylelint/stylelint/pull/6479)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING)
- Removed: `syntax` option ([#6420](https://togithub.com/stylelint/stylelint/pull/6420)) ([@fpetrakov](https://togithub.com/fpetrakov)). (BREAKING)
- Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#6380](https://togithub.com/stylelint/stylelint/pull/6380)) ([@jasikpark](https://togithub.com/jasikpark)). (BREAKING)
- Changed: type definitions to reorganize ([#6510](https://togithub.com/stylelint/stylelint/pull/6510)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING)
- Changed: type names to be more consistent ([#6503](https://togithub.com/stylelint/stylelint/pull/6503)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING)
- Deprecated: stylistic rules handled by Prettier ([#6504](https://togithub.com/stylelint/stylelint/pull/6504)) ([@ybiquitous](https://togithub.com/ybiquitous)).
- Added: `declaration-property-value-no-unknown` rule ([#6511](https://togithub.com/stylelint/stylelint/pull/6511)) ([@jeddy3](https://togithub.com/jeddy3)).
- Added: `media-feature-name-unit-allowed-list` rule ([#6550](https://togithub.com/stylelint/stylelint/pull/6550)) ([@mattxwang](https://togithub.com/mattxwang)).
- Added: `function-url-quotes` autofix ([#6558](https://togithub.com/stylelint/stylelint/pull/6558)) ([@mattxwang](https://togithub.com/mattxwang)).
- Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#6588](https://togithub.com/stylelint/stylelint/pull/6588)) ([@muddv](https://togithub.com/muddv)).
- Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#6592](https://togithub.com/stylelint/stylelint/pull/6592)) ([@mattxwang](https://togithub.com/mattxwang)).
- Added: deprecated rule warnings ([#6561](https://togithub.com/stylelint/stylelint/pull/6561)) ([@ybiquitous](https://togithub.com/ybiquitous)).
- Added: message arguments to `declaration-property-unit-allowed-list` ([#6570](https://togithub.com/stylelint/stylelint/pull/6570)) ([@mattxwang](https://togithub.com/mattxwang)).
- Fixed: `overrides.files` in config to allow basename glob patterns ([#6547](https://togithub.com/stylelint/stylelint/pull/6547)) ([@ybiquitous](https://togithub.com/ybiquitous)).
- Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#6554](https://togithub.com/stylelint/stylelint/pull/6554)) ([@mattxwang](https://togithub.com/mattxwang)).
- Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#6565](https://togithub.com/stylelint/stylelint/pull/6565)) ([@hudochenkov](https://togithub.com/hudochenkov)).
- Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#6605](https://togithub.com/stylelint/stylelint/pull/6605)) ([@kimulaco](https://togithub.com/kimulaco)).
- Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#6553](https://togithub.com/stylelint/stylelint/pull/6553)) ([@43081j](https://togithub.com/43081j)).
- Fixed: `selector-attribute-quotes` false positives for "never" ([#6571](https://togithub.com/stylelint/stylelint/pull/6571)) ([@mattxwang](https://togithub.com/mattxwang)).
- Fixed: `selector-not-notation` autofix for "simple" option ([#6608](https://togithub.com/stylelint/stylelint/pull/6608)) ([@Mouvedia](https://togithub.com/Mouvedia)).
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^14.16.1
->^15.2.0
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
stylelint/stylelint
### [`v15.2.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1520) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.1.0...15.2.0) - Added: `messageArgs` to 76 rules ([#6589](https://togithub.com/stylelint/stylelint/pull/6589)) ([@kizu](https://togithub.com/kizu)). - Fixed: TypeScript error to export `Plugin` and `RuleContext` ([#6664](https://togithub.com/stylelint/stylelint/pull/6664)) ([@henryruhs](https://togithub.com/henryruhs)). - Fixed: `overrides.extends` order when including same rules ([#6660](https://togithub.com/stylelint/stylelint/pull/6660)) ([@kuoruan](https://togithub.com/kuoruan)). - Fixed: `annotation-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `declaration-property-value-no-unknown` false positives for at-rule descriptors ([#6669](https://togithub.com/stylelint/stylelint/pull/6669)) ([@FloEdelmann](https://togithub.com/FloEdelmann)). - Fixed: `declaration-property-value-no-unknown` parse error for `alpha(opacity=n)` to report as violation ([#6650](https://togithub.com/stylelint/stylelint/pull/6650)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `function-name-case` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `function-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `unit-no-unknown` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `value-keyword-case` false positives for CSS-in-JS template literals ([#6666](https://togithub.com/stylelint/stylelint/pull/6666)) ([@hudochenkov](https://togithub.com/hudochenkov)). ### [`v15.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1510) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.0.0...15.1.0) - Added: `declaration-block-no-redundant-longhand-properties` autofix ([#6580](https://togithub.com/stylelint/stylelint/pull/6580)) ([@mattxwang](https://togithub.com/mattxwang)). - Fixed: `declaration-property-value-no-unknown` false positives for `env()` ([#6646](https://togithub.com/stylelint/stylelint/pull/6646)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `function-calc-no-unspaced-operator` TypeError on empty `calc()` ([#6634](https://togithub.com/stylelint/stylelint/pull/6634)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: inaccurate `customSyntax` inference ([#6645](https://togithub.com/stylelint/stylelint/pull/6645)) ([@ybiquitous](https://togithub.com/ybiquitous)). ### [`v15.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1500) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.16.1...15.0.0) [Migrating to `15.0.0` guide](docs/migration-guide/to-15.md). - Removed: Node.js 12 support ([#6477](https://togithub.com/stylelint/stylelint/pull/6477)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: support for processors ([#6479](https://togithub.com/stylelint/stylelint/pull/6479)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: `syntax` option ([#6420](https://togithub.com/stylelint/stylelint/pull/6420)) ([@fpetrakov](https://togithub.com/fpetrakov)). (BREAKING) - Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#6380](https://togithub.com/stylelint/stylelint/pull/6380)) ([@jasikpark](https://togithub.com/jasikpark)). (BREAKING) - Changed: type definitions to reorganize ([#6510](https://togithub.com/stylelint/stylelint/pull/6510)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Changed: type names to be more consistent ([#6503](https://togithub.com/stylelint/stylelint/pull/6503)) ([@ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Deprecated: stylistic rules handled by Prettier ([#6504](https://togithub.com/stylelint/stylelint/pull/6504)) ([@ybiquitous](https://togithub.com/ybiquitous)). - Added: `declaration-property-value-no-unknown` rule ([#6511](https://togithub.com/stylelint/stylelint/pull/6511)) ([@jeddy3](https://togithub.com/jeddy3)). - Added: `media-feature-name-unit-allowed-list` rule ([#6550](https://togithub.com/stylelint/stylelint/pull/6550)) ([@mattxwang](https://togithub.com/mattxwang)). - Added: `function-url-quotes` autofix ([#6558](https://togithub.com/stylelint/stylelint/pull/6558)) ([@mattxwang](https://togithub.com/mattxwang)). - Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#6588](https://togithub.com/stylelint/stylelint/pull/6588)) ([@muddv](https://togithub.com/muddv)). - Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#6592](https://togithub.com/stylelint/stylelint/pull/6592)) ([@mattxwang](https://togithub.com/mattxwang)). - Added: deprecated rule warnings ([#6561](https://togithub.com/stylelint/stylelint/pull/6561)) ([@ybiquitous](https://togithub.com/ybiquitous)). - Added: message arguments to `declaration-property-unit-allowed-list` ([#6570](https://togithub.com/stylelint/stylelint/pull/6570)) ([@mattxwang](https://togithub.com/mattxwang)). - Fixed: `overrides.files` in config to allow basename glob patterns ([#6547](https://togithub.com/stylelint/stylelint/pull/6547)) ([@ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#6554](https://togithub.com/stylelint/stylelint/pull/6554)) ([@mattxwang](https://togithub.com/mattxwang)). - Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#6565](https://togithub.com/stylelint/stylelint/pull/6565)) ([@hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#6605](https://togithub.com/stylelint/stylelint/pull/6605)) ([@kimulaco](https://togithub.com/kimulaco)). - Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#6553](https://togithub.com/stylelint/stylelint/pull/6553)) ([@43081j](https://togithub.com/43081j)). - Fixed: `selector-attribute-quotes` false positives for "never" ([#6571](https://togithub.com/stylelint/stylelint/pull/6571)) ([@mattxwang](https://togithub.com/mattxwang)). - Fixed: `selector-not-notation` autofix for "simple" option ([#6608](https://togithub.com/stylelint/stylelint/pull/6608)) ([@Mouvedia](https://togithub.com/Mouvedia)).Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.