build: update dependency stylelint to v15
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
stylelint (source) | 14.16.1 -> 15.3.0 |
Release Notes
stylelint/stylelint
v15.3.0
- Added:
configurationComment
configuration property (#6629) (@ifitzpatrick). - Added:
selector-anb-no-unmatchable
rule (#6678) (@mattxwang). - Fixed: TypeScript error for CommonJS importing (#6703) (@remcohaszing).
- Fixed:
*-no-redundant-*
false negatives forinset
shorthand (#6699) (@rayrw). - Fixed:
function-url-quotes
autofix for multipleurl()
(#6711) (@ybiquitous). - Fixed:
value-keyword-case
false positives for Level 4 system colours (#6712) (@thewilkybarkid).
v15.2.0
- Added:
messageArgs
to 76 rules (#6589) (@kizu). - Fixed: TypeScript error to export
Plugin
andRuleContext
(#6664) (@henryruhs). - Fixed:
overrides.extends
order when including same rules (#6660) (@kuoruan). - Fixed:
annotation-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov). - Fixed:
declaration-property-value-no-unknown
false positives for at-rule descriptors (#6669) (@FloEdelmann). - Fixed:
declaration-property-value-no-unknown
parse error foralpha(opacity=n)
to report as violation (#6650) (@romainmenke). - Fixed:
function-name-case
false positives for CSS-in-JS template literals (#6666) (@hudochenkov). - Fixed:
function-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov). - Fixed:
unit-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov). - Fixed:
value-keyword-case
false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
v15.1.0
- Added:
declaration-block-no-redundant-longhand-properties
autofix (#6580) (@mattxwang). - Fixed:
declaration-property-value-no-unknown
false positives forenv()
(#6646) (@romainmenke). - Fixed:
function-calc-no-unspaced-operator
TypeError on emptycalc()
(#6634) (@romainmenke). - Fixed: inaccurate
customSyntax
inference (#6645) (@ybiquitous).
v15.0.0
- Removed: Node.js 12 support (#6477) (@ybiquitous). (BREAKING)
- Removed: support for processors (#6479) (@ybiquitous). (BREAKING)
- Removed:
syntax
option (#6420) (@fpetrakov). (BREAKING) - Changed:
extends
inoverrides
to merge to be consistent withplugins
behaviour (#6380) (@jasikpark). (BREAKING) - Changed: type definitions to reorganize (#6510) (@ybiquitous). (BREAKING)
- Changed: type names to be more consistent (#6503) (@ybiquitous). (BREAKING)
- Deprecated: stylistic rules handled by Prettier (#6504) (@ybiquitous).
- Added:
declaration-property-value-no-unknown
rule (#6511) (@jeddy3). - Added:
media-feature-name-unit-allowed-list
rule (#6550) (@mattxwang). - Added:
function-url-quotes
autofix (#6558) (@mattxwang). - Added:
ignore: ["custom-elements"]
toselector-max-type
(#6588) (@muddv). - Added:
ignoreFunctions: []
tounit-disallowed-list
(#6592) (@mattxwang). - Added: deprecated rule warnings (#6561) (@ybiquitous).
- Added: message arguments to
declaration-property-unit-allowed-list
(#6570) (@mattxwang). - Fixed:
overrides.files
in config to allow basename glob patterns (#6547) (@ybiquitous). - Fixed:
at-rule-no-unknown
false positives for@scroll-timeline
(#6554) (@mattxwang). - Fixed:
function-no-unknown
false positives for interpolation and backticks in CSS-in-JS (#6565) (@hudochenkov). - Fixed:
keyframe-selector-notation
false positives for named timeline ranges (#6605) (@kimulaco). - Fixed:
property-no-unknown
false negatives for newer custom syntaxes (#6553) (@43081j). - Fixed:
selector-attribute-quotes
false positives for "never" (#6571) (@mattxwang). - Fixed:
selector-not-notation
autofix for "simple" option (#6608) (@Mouvedia).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Common Ground Bot