croodle
croodle copied to clipboard
Update dependency stylelint to v16.10.0
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| stylelint (source) | 16.3.1 -> 16.10.0 |
Release Notes
stylelint/stylelint (stylelint)
v16.10.0
- Changed:
shorthand-property-no-redundant-valuesreported ranges (#8008) (@Mouvedia). - Added:
formatterconfiguration property (#7826) (@emmacharp). - Added:
validateoption to Node.js API and--validateCLI flag (#8009) (@Mouvedia). - Added: fixed section to the output of the
verboseformatter (#7985) (@Mouvedia). - Added: support for
string | RegExptoignoreValuesoption ofvalue-no-vendor-prefix(#7969) (@Mouvedia). - Added: support for
stringtoignoreLonghandsoption ofdeclaration-block-no-redundant-longhand-properties(#7971) (@Mouvedia). - Fixed:
at-rule-no-unknownfalse positives for@position-try(#7968) (@yelizsevinc). - Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forgrid-column/grid-row(#8023) (@ryo-manba). - Fixed:
declaration-property-value-no-unknownfalse negatives/positives via[email protected](#7993) (@Mouvedia). - Fixed:
declaration-property-value-no-unknownreported ranges and message (#8003) (@romainmenke). - Fixed:
keyframe-selector-notationreported ranges (#7992) (@romainmenke). - Fixed:
length-zero-no-unitfalse positives for Sass variables (#8035) (@ryo-manba). - Fixed:
no-descending-specificityreported ranges (#7996) (@romainmenke). - Fixed:
selector-anb-no-unmatchablereported ranges and message (#8001) (@romainmenke). - Fixed:
stringformatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia). - Fixed: built
.cjsfiles to address Rollup vulnerability (#8010) (@ybiquitous). - Fixed: incorrect
configoption for Node.js API withextendsandoverrides(#8030) (@ybiquitous). - Fixed: stricter validation for the options of
declaration-property-max-values,declaration-property-value-no-unknownandnumber-max-precision(#7975) (@Mouvedia).
v16.9.0
- Changed:
secondaryOptionsargument type of theRulefunction (#7950) (@Mouvedia). - Fixed:
color-function-notationreporting functions with less than 3 arguments (#7948) (@Mouvedia). - Fixed:
declaration-property-value-no-unknownfalse positives/negatives (#7944 & #7957 & #7956) (@Mouvedia & @sidverma32).- false positives:
overflow,word-break,width - false negatives:
anchor-name,field-sizing,text-box-edge,text-box-trim,text-spacing-trim,text-wrap,text-wrap-mode,text-wrap-style,view-timeline,view-timeline-axis,view-timeline-inset,view-timeline-name,view-transition-name
- false positives:
- Fixed:
keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animationsfalse negatives for@-o-keyframesand@-ms-keyframes(#7953) (@Mouvedia). - Fixed:
no-duplicate-selectorsreported ranges (#7938) (@romainmenke). - Fixed:
property-no-vendor-prefixreport for-webkit-background-size(#7940) (@Mouvedia). - Fixed:
selector-class-patternreported ranges (#7959) (@Mouvedia). - Fixed:
selector-no-qualifying-typereported ranges (#7937) (@romainmenke). - Fixed: honour Node.js
--no-deprecationflag for rule deprecation warnings (#7943) (@Mouvedia).
v16.8.2
- Deprecated:
context.fixusage in favour of recommending to pass afixcallback toreport()(#7895) (@Mouvedia). - Added: deprecation notice annotation to the output of the
githubformatter (#7909) (@Mouvedia). - Fixed:
custom-property-no-missing-var-functionfalse positives forview-transition-name(#7914) (@Mouvedia). - Fixed:
keyframe-block-no-duplicate-selectorsreported ranges (#7932) (@romainmenke). - Fixed:
no-invalid-double-slash-commentsreported ranges (#7907 & #7905) (@Mouvedia & @romainmenke). - Fixed:
selector-max-typereported ranges (#7916) (@romainmenke). - Fixed:
selector-type-no-unknownfalse positives for::highlight()and::view-transition-*()(#7913) (@Mouvedia).
v16.8.1
- Fixed:
no-duplicate-selectorsfalse positives with Less syntax (#7888) (@romainmenke).
v16.8.0
- Deprecated:
githubformatter (#7865) (@marcalexiei). - Fixed:
function-url-quotesfalse positives for SCSS variables and#/?characters (#7874) (@vimalloc). - Fixed:
keyframe-selector-notationfalse positives forentry-crossingandexit-crossing(#7859) (@romainmenke). - Fixed:
no-descending-specificityfalse positives for nested rules without declarations (#7850) (@romainmenke). - Fixed:
no-duplicate-selectorsend positions (#7867) (@romainmenke). - Fixed:
no-duplicate-selectorsfalse negatives for three or more duplicates (#7867) (@romainmenke). - Fixed:
selector-max-compound-selectorserror for@nest(#7875) (@romainmenke). - Fixed:
selector-pseudo-class-no-unknownfalse positives for:active-view-transitionand:active-view-transition-type()(#7868) (@Mouvedia). - Fixed:
selector-type-*,selector-max-typeandselector-class-patternfalse positives for<timeline-range-name>in keyframe selectors (#7856) (@romainmenke). - Fixed:
stylelint.utils.checkAgainstRule()regression whenreportNeedlessDisablesandquietare both enabled (#7879) (@ybiquitous). - Fixed: configuration comments within selector and value lists being ignored (#7839) (@romainmenke).
v16.7.0
- Changed:
tapformatter to support TAP14 (#7759) (@Mouvedia). - Added:
urlsecondary option (#7743) (@emmacharp). - Fixed:
at-rule-no-unknownfalse positives for@historical-formsand@font-palette-values(#7774) (@Mouvedia). - Fixed:
at-rule-no-unknownfalse positives for@view-transition(#7753) (@sebdanielsson). - Fixed:
at-rule-no-vendor-prefixfalse negatives for@-moz-documentand@-webkit-viewport(#7772) (@Mouvedia). - Fixed:
comment-whitespace-insideend positions (#7744) (@Mouvedia). - Fixed:
declaration-block-no-duplicate-propertiesreported ranges (#7758) (@Mouvedia). - Fixed:
declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overridesfalse negatives forfont-variant(#7734) (@Bilie). - Fixed:
font-family-name-quotesfalse negatives for-moz-*/-webkit-*keywords (#7777) (@Mouvedia). - Fixed:
font-family-no-missing-generic-family-keywordfalse negatives for font families which names match a CSS3font-variantkeyword (#7823) (@Mouvedia). - Fixed:
function-name-caseend positions (#7747) (@Mouvedia). - Fixed:
function-no-unknownperformance by reducing file read count (#7801) (@ybiquitous). - Fixed:
media-feature-name-no-vendor-prefixautofix (#7770) (@Mouvedia). - Fixed:
no-invalid-double-slash-commentsreported ranges (#7768) (@Mouvedia). - Fixed:
property-no-unknownfalse positives fornavigationand miscellaneous legacy properties (#7764) (@Mouvedia). - Fixed:
quietDeprecationWarningsto suppressstylelint:003warning (#7837) (@ybiquitous). - Fixed:
selector-no-vendor-prefixautofix (#7763) (@Mouvedia). - Fixed:
selector-not-notationend positions when new lines are part of the selector (#7755) (@Mouvedia). - Fixed:
selector-type-caseend positions (#7752) (@Mouvedia). - Fixed:
shorthand-property-no-redundant-valuesfalse negatives for logical properties,overflow,overscroll-behavior,scroll-marginandscroll-padding(#7808) (@Mouvedia). - Fixed:
string-no-newlinefalse positives for escaped multi-line (#7818) (@romainmenke). - Fixed:
value-keyword-caseend positions (#7760) (@Mouvedia). - Fixed:
stylelint.utils.checkAgainstRule()for Promise-based rules (#7821) (@aaronccasanova). - Fixed:
stylelint.utils.checkAgainstRule()to useresult.stylelintif present (#7833) (@ybiquitous). - Fixed: YAML diagnostic block end marker line of the
tapformatter (#7759) (@Mouvedia). - Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present (#7733) (@romainmenke).
v16.6.1
- Fixed:
no-descending-specificityfalse positives for nested selectors (#7724) (@romainmenke). - Fixed:
selector-type-no-unknownfalse positive formodel(#7718) (@Mouvedia).
v16.6.0
- Fixed:
function-calc-no-unspaced-operatorfalse negatives (#7655 & #7670 & #7676) (@ybiquitous & @romainmenke). - Fixed:
selector-not-notationautofix of the"simple"option (#7703) (@Mouvedia). - Fixed:
selector-max-specificityend positions (#7685) (@romainmenke). - Fixed:
no-descending-specificityend positions (#7701) (@romainmenke). - Fixed: missing GitHub Sponsor for
npm fund(#7707) (@ybiquitous).
v16.5.0
- Added: regex support to
ignoreValuesforvalue-no-vendor-prefix(#7650) (@Mouvedia). - Fixed:
shorthand-property-no-redundant-valuesfalse negatives for functions (#7657) (@ybiquitous). - Fixed:
value-no-vendor-prefixfalse negatives/positives (#7654 & #7658) (@Mouvedia). - Fixed:
CosmiconfigResulttype error (#7661) (@ybiquitous).
v16.4.0
- Added:
no-unknown-custom-media(#7594) (@fpetrakov). - Added:
ignoreLonghands: []todeclaration-block-no-redundant-longhand-properties(#7611) (@Mouvedia). - Added:
ignore: ["keyframe-selectors"]torule-selector-property-disallowed-list(#7572) (@emmacharp). - Added: experimental support for post processors (#7568) (@YuanboXue-Amber).
- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix conflicts (#7626) (@Mouvedia). - Fixed:
declaration-block-no-redundant-longhand-propertiesautofix fortext-decoration(#7611) (@Mouvedia). - Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forborder(#7585) (@fpetrakov). - Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forfontandborder(#7606) (@Mouvedia). - Fixed:
function-calc-no-unspaced-operatorfalse negatives for some math functions (#7619) (@Mouvedia). - Fixed:
function-no-unknownfalse positives foranchorandanchor-size(#7607) (@Mouvedia). - Fixed:
selector-max-attributeend positions (#7592) (@romainmenke). - Fixed:
selector-max-classend positions (#7590) (@romainmenke). - Fixed:
selector-max-combinatorsend positions (#7596) (@romainmenke). - Fixed:
selector-max-compound-selectorsend positions (#7599) (@romainmenke). - Fixed:
selector-max-pseudo-classend positions (#7598) (@romainmenke). - Fixed:
selector-max-universalend positions (#7597) (@romainmenke). - Fixed:
selector-type-no-unknownfalse positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.
Branch automerge failure
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
- Branch has one or more failed status checks