Update dependency stylelint to v15 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
stylelint (source) | dependencies | major | ^14.14.0 -> ^15.0.0 |
Release Notes
stylelint/stylelint
v15.11.0
- Added:
ignoreRules
tomax-nesting-depth
(#7215) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-template
withrepeat()
(#7230) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
false negative forfont-synthesis
(#7214) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
false negatives for*-block
and*-inline
logical properties (#7208) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
false negatives foroverflow
,overscroll-behavior
,scroll-margin
,scroll-padding
, and new Box Alignment shorthands (#7213) (@mattxwang). - Fixed:
function-no-unknown
false positives forlight-dark
,linear
andxywh
(#7242) (@mattxwang).
v15.10.3
- Fixed:
declaration-property-value-no-unknown
false negatives for typed custom properties (#7078) (@romainmenke). - Fixed:
property-no-unknown
false positives for scroll-driven animations (#7090) (@renato-bohler).
v15.10.2
- Fixed:
declaration-property-value-no-unknown
false negatives for nested declarations (#7079) (@romainmenke). - Fixed:
selector-pseudo-element-no-unknown
false positives forview-transition
pseudo-elements (#7070) (@danielroe).
v15.10.1
- Security: fix for
semver
vulnerability (#7043) (@romainmenke). - Fixed: invalid option regression on Windows 10 (#7043) (@romainmenke).
v15.10.0
- Added:
media-query-no-invalid
(#6963) (@romainmenke). - Added: support for JS objects with
extends
config option (#6998) (@fpetrakov). - Fixed: inconsistent
errored
properties instylelint.lint()
return value (#6983) (@ybiquitous). - Fixed:
{selector,value}-no-vendor-prefix
performance (#7016) (@jeddy3). - Fixed:
custom-property-pattern
performance (#7009) (@jeddy3). - Fixed:
function-linear-gradient-no-nonstandard-direction
false positives for<color-interpolation-method>
(#6987) (@romainmenke). - Fixed:
function-name-case
performance (#7010) (@jeddy3). - Fixed:
function-no-unknown
performance (#7004) (@jeddy3). - Fixed:
function-url-quotes
performance (#7011) (@jeddy3). - Fixed:
hue-degree-notation
false negatives foroklch
(#7015) (@romainmenke). - Fixed:
hue-degree-notation
performance (#7012) (@jeddy3). - Fixed:
media-feature-name-no-unknown
false positives forenvironment-blending
,nav-controls
,prefers-reduced-data
, andvideo-color-gamut
(#6978) (@romainmenke). - Fixed:
media-feature-name-no-vendor-prefix
positions for*-device-pixel-ratio
(#6977) (@romainmenke). - Fixed:
no-descending-specificity
performance (#7026) (@romainmenke). - Fixed:
no-duplicate-at-import-rules
false negatives for imports withsupports
andlayer
conditions (#7001) (@romainmenke). - Fixed:
selector-anb-no-unmatchable
performance (#7042) (@romainmenke). - Fixed:
selector-id-pattern
performance (#7013) (@jeddy3). - Fixed:
selector-pseudo-class-no-unknown
false negatives for pseudo-elements with matching names (#6964) (@Mouvedia). - Fixed:
selector-pseudo-element-no-unknown
performance (#7007) (@jeddy3). - Fixed:
selector-type-case
performance (#7041) (@romainmenke). - Fixed:
selector-type-no-unknown
performance (#7027) (@romainmenke). - Fixed:
unit-disallowed-list
false negatives with percentages (#7018) (@romainmenke).
v15.9.0
- Added:
insideFunctions: {"function": int}
tonumber-max-precision
(#6932) (@romainmenke). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forborder-radius
shorthand (#6958) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forborder-width
shorthand (#6956) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-column
andgrid-row
(#6957) (@mattxwang).
v15.8.0
- Added:
media-feature-name-value-no-unknown
(#6906) (@romainmenke). - Added: support for
.mjs
configuration files (#6910) (@ybiquitous). - Fixed:
--print-config
description in CLI help (#6914) (@ybiquitous). - Fixed:
allowEmptyInput
option in configuration files (#6929) (@ybiquitous). - Fixed:
custom-property-no-missing-var-function
performance (#6922) (@romainmenke). - Fixed:
function-calc-no-unspaced-operator
performance (#6923) (@romainmenke). - Fixed:
function-linear-gradient-no-nonstandard-direction
performance (#6924) (@romainmenke). - Fixed:
function-no-unknown
false positives for SCSS functions with namespace (#6921) (@romainmenke). - Fixed:
max-nesting-depth
error for at-rules in Sass syntax (#6909) (@ybiquitous). - Fixed:
selector-anb-no-unmatchable
performance (#6925) (@romainmenke). - Fixed: remove
v8-compile-cache
dependency (#6907) (@ybiquitous).
v15.7.0
- Added:
splitList: boolean
toselector-nested-pattern
(#6896) (@is2ei). - Fixed:
unit-no-unknown
false positives forunicode-range
descriptors (#6892) (@romainmenke). - Fixed: segmentation fault errors for Cosmiconfig 8.2 (#6902) (@romainmenke).
v15.6.3
- Fixed:
alpha-value-notation
false positives forcolor()
(#6885) (@romainmenke). - Fixed:
alpha-value-notation
performance with improved benchmark script (#6864) (@romainmenke). - Fixed:
at-rule-property-required-list
performance (#6865) (@romainmenke). - Fixed:
color-*
performance (#6868) (@romainmenke). - Fixed:
length-zero-no-unit
false positives on new math functions (#6871) (@romainmenke). - Fixed:
string
formatter for unexpected truncation on non-ASCII characters (#6861) (@Max10240). - Fixed:
unit-no-unknown
false positives for the second and subsequentimage-set()
withx
descriptor (#6879) (@romainmenke).
v15.6.2
- Fixed:
alpha-value-notation
false negatives foroklab()
,oklch()
, andcolor()
(#6844) (@romainmenke). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix withcubic-bezier()
(#6841) (@romainmenke). - Fixed:
function-no-unknown
false positives for unspaced operators against nested brackets (#6842) (@romainmenke). - Fixed:
function-url-quotes
false positives for SCSSwith()
construct (#6847) (@ybiquitous). - Fixed:
media-feature-name-no-unknown
false positives fornot
andor
(#6838) (@romainmenke).
v15.6.1
- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortransition
(#6815) (@mattxwang). - Fixed:
github
formatter for missing final newline (#6822) (@konomae). - Fixed:
selector-pseudo-class-no-unknown
false positive for:modal
(#6811) (@Yasir761).
v15.6.0
- Added:
allowEmptyInput
,cache
,fix
options to configuration object (#6778) (@mattxwang). - Added:
ignore: ["with-var-inside"]
tocolor-function-notation
(#6802) (@mattxwang). - Fixed:
declaration-block-no-duplicate-properties
autofix for 3 or more duplicates (#6801) (@mattxwang). - Fixed:
declaration-block-no-duplicate-properties
false positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"]
(#6797) (@romainmenke). - Fixed:
declaration-block-no-duplicate-properties
syntax error (#6792) (@yoyo837). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-template
(#6777) (@mattxwang). - Fixed:
function-url-quotes
autofix for comments in SCSS function (#6800) (@ybiquitous).
v15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]
todeclaration-block-no-duplicate-properties
(#6772) (@kimulaco). - Added:
ignoreProperties: []
todeclaration-block-no-duplicate-custom-properties
(#6773) (@mattxwang). - Added: raw regex support to
ignoreProperties
fordeclaration-block-no-duplicate-properties
(#6764) (@ybiquitous). - Fixed:
block-no-empty
false positives with non-whitespace characters (#6782) (@ybiquitous). - Fixed:
color-function-notation
false positives for namespaced imports (#6774) (@mattxwang). - Fixed:
custom-property-empty-line-before
false positives for CSS-in-JS (#6767) (@ybiquitous). - Fixed:
media-feature-range-notation
parse error (#6760) (@fpetrakov). - Fixed: CLI help improvements (#6783) (@ybiquitous).
v15.4.0
- Added:
--quiet-deprecation-warnings
flag (#6724) (@mattxwang). - Added:
-c
alias for--config
(#6720) (@sidverma32). - Added:
media-feature-range-notation
autofix (#6742) (@romainmenke). - Added:
no-unknown-custom-properties
rule (#6731) (@jameschensmith). - Fixed:
function-url-quotes
autofix for double-slash comments in SCSS maps (#6745) (@jgerigmeyer). - Fixed:
isPathIgnored()
utility's performance (#6728) (@ybiquitous). - Fixed:
rule-selector-property-disallowed-list
secondary options (#6723) (@mattxwang). - Fixed:
declaration-block-no-redundant-longhand-properties
with basic keywords (#6748) (@mattxwang). - Fixed: deprecation warnings for disabled rules (#6747) (@ybiquitous).
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, click this checkbox.
This MR has been generated by Renovate Bot.