accessibility-insights-web
accessibility-insights-web copied to clipboard
chore(deps-dev): Bump stylelint from 15.11.0 to 16.10.0
trafficstars
Bumps stylelint from 15.11.0 to 16.10.0.
Release notes
Sourced from stylelint's releases.
16.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).16.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- 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).16.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).16.8.1
- Fixed:
no-duplicate-selectorsfalse positives with Less syntax (#7888) (@romainmenke).16.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).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.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).16.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- 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).16.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).16.8.1
- Fixed:
no-duplicate-selectorsfalse positives with Less syntax (#7888) (@romainmenke).16.8.0
... (truncated)
Commits
c36034316.10.0a8bb7abPrepare 16.10.0 (#7970)8eb19d0Document issue types for maintainers (#8036)f5e83b1Fixlength-zero-no-unitfalse positives for Sass variables (#8035)99030acFixdeclaration-block-no-redundant-longhand-propertiesautofix for `grid-co...3fca687Bump typescript from 5.6.2 to 5.6.3 in the typescript group (#8031)530f0eeBump css-functions-list from 3.2.2 to 3.2.3 (#8033)edaa508Bump rollup from 4.22.5 to 4.24.0 (#8032)ab2141eFix incorrectconfigoption for Node.js API withextendsandoverrides...baf7c0eBump postcss-safe-parser from 7.0.0 to 7.0.1 in the postcss group (#8021)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)