accessibility-insights-web
accessibility-insights-web copied to clipboard
chore(deps-dev): Bump stylelint from 15.11.0 to 16.14.1 and stylelint-config-standard-scss from 11.1.0 to 14.0.0
Bumps stylelint from 15.11.0 to 16.14.1.
Release notes
Sourced from stylelint's releases.
16.4.1
- Fixed: incompatible cache file format (#8359) (
@romainmenke).16.14.0
- Added: replaced text and corresponding range to
Warningtype (#8234) (@romainmenke).- Fixed:
SyntaxError: The requested module 'table'...(#8325) (@denisx).- Fixed:
RuleContext['fix']type (#8309) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedautofix ofborder-colorandoverflow(#8346) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives foroverflow-xandoverflow-y(#8340) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives forscrollbar-color(#8346) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for non-standard syntax values (#8329) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedwarning message foroverflow: <keyword> <keyword>(#8340) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:has-slotted(#8332) (@Mouvedia).16.13.2
- Fixed:
--fixCLI flag raising unknown value error (#8313) (@ybiquitous).16.13.1
- Fixed:
ignore.default is not a function(#8305) (@romainmenke).16.13.0
- Deprecated: ambiguous position arguments passed to
utils.report()(#8244) (@romainmenke).- Added:
lax/strictvalues to thefixNode.js API option and CLI flag (#8106) (@ryo-manba).- Added: support for profiling rule performance via the
TIMINGenvironment variable (#8108) (@ryo-manba).- Added:
at-rule-descriptor-no-unknownrule (#8197) (@ryo-manba).- Added:
at-rule-descriptor-value-no-unknownrule (#8211) (@ryo-manba).- Added:
at-rule-no-deprecatedrule (#8251) (@jeddy3).- Added:
at-rule-prelude-no-invalidrule (#8268) (@ryo-manba).- Added:
declaration-property-value-keyword-no-deprecatedrule (#8223) (@Mouvedia).- Added:
"ignore": ["at-rule-preludes", "declaration-values"]tostring-no-newline(#8214) (@ryo-manba).- Added:
messageArgstodeclaration-property-value-no-unknown,font-family-name-quotes,font-family-no-duplicate-names,function-calc-no-unspaced-operator,import-notation,media-feature-name-unit-allowed-list,selector-attribute-quotesandselector-pseudo-element-colon-notation(#8285 & #8252) (@Mouvedia).- Fixed: deprecation warnings to only display once per (custom) rule (#8265) (
@romainmenke).- Fixed:
*-no-vendor-prefixmessage ambiguity (#8239) (@Mouvedia).- Fixed:
at-rule-(dis)allowed-list,at-rule-no-vendor-prefix,at-rule-property-required-listmessage argument (#8277) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage for inclusion of properties and descriptors (#8207) (@jeddy3).- Fixed:
at-rule-*false positives and negatives for@charsetrule (#8215) (@jeddy3).- Fixed:
declaration-property-value-no-unknownfalse positives for descriptors (#8240) (@jeddy3).- Fixed:
property-(dis)allowed-listfalse negatives for custom properties, use/^--/to (dis)allow them (#8209) (@fbasmaison-lucca).- Fixed:
property-no-unknownfalse positives for descriptors (#8203) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse positives for deprecated pseudo-classes (#8264) (@Mouvedia).- Fixed:
selector-type-casefalse positives forhatchPath(#8264) (@Mouvedia).- Fixed:
selector-type-no-unknownfalse positives forshadow,hatchandhatchpath(#8264) (@Mouvedia).16.12.0
- Added:
selector-pseudo-class-allowed-listnow checks@pagepseudo-classes (#8176) (@Mouvedia).- Added:
selector-pseudo-class-disallowed-listnow checks@pagepseudo-classes (#8171) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage to use "descriptor" for accuracy (#8186) (@ybiquitous).- Fixed:
custom-property-no-missing-var-functionfalse positives forcontainer-name(#8157) (@Mouvedia).- Fixed:
custom-property-no-missing-var-functionfalse positives for custom properties passed torunning()(#8172) (@Mouvedia).- Fixed:
function-no-unknownfalse positives forrunning()(#8172) (@Mouvedia).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.14.1 - 2025-01-27
It fixes a bug with caching.
- Fixed: incompatible cache file format (#8359) (
@romainmenke).16.14.0 - 2025-01-25
It fixes 8 bugs and adds features to our
Warningtype.
- Added: replaced text and corresponding range to
Warningtype (#8234) (@romainmenke).- Fixed:
SyntaxError: The requested module 'table'...(#8325) (@denisx).- Fixed:
RuleContext['fix']type (#8309) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedautofix ofborder-colorandoverflow(#8346) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives foroverflow-xandoverflow-y(#8340) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives forscrollbar-color(#8346) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for non-standard syntax values (#8329) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedwarning message foroverflow: <keyword> <keyword>(#8340) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:has-slotted(#8332) (@Mouvedia).16.13.2 - 2025-01-14
It fixes a regression bug with
--fix.
- Fixed:
--fixCLI flag raising unknown value error (#8313) (@ybiquitous).16.13.1 - 2025-01-13
It fixes one bug due to an upstream change in our
ignoredependency.
- Fixed:
ignore.default is not a function(#8305) (@romainmenke).16.13.0 - 2025-01-12
It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.
It also adds new rule options, a feature to display how long rules take, lax autofix and support for
messageArgsin more rules. It fixes 7 bugs.Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.
- Deprecated: ambiguous position arguments passed to
utils.report()(#8244) (@romainmenke).- Added:
lax/strictvalues to thefixNode.js API option and CLI flag (#8106) (@ryo-manba).- Added: support for profiling rule performance via the
TIMINGenvironment variable (#8108) (@ryo-manba).- Added:
at-rule-descriptor-no-unknownrule (#8197) (@ryo-manba).- Added:
at-rule-descriptor-value-no-unknownrule (#8211) (@ryo-manba).- Added:
at-rule-no-deprecatedrule (#8251) (@jeddy3).- Added:
at-rule-prelude-no-invalidrule (#8268) (@ryo-manba).- Added:
declaration-property-value-keyword-no-deprecatedrule (#8223) (@Mouvedia).- Added:
"ignore": ["at-rule-preludes", "declaration-values"]tostring-no-newline(#8214) (@ryo-manba).- Added:
messageArgstodeclaration-property-value-no-unknown,font-family-name-quotes,font-family-no-duplicate-names,function-calc-no-unspaced-operator,import-notation,media-feature-name-unit-allowed-list,selector-attribute-quotesandselector-pseudo-element-colon-notation(#8285 & #8252) (@Mouvedia).
... (truncated)
Commits
92eae1d16.14.1578a5acPrepare 16.14.1 (#8360)8c4fc4aFix incompatible cache file format (#8359)c33ad7dRefactor at-rule regexes for clarity (#8350)15b90ad16.14.04fa5a91Prepare 16.14.0 (#8330)f24921cFixSyntaxError: The requested module 'table'...(#8325)e9b772fAdddeclaration-property-value-keyword-no-deprecatedautofix for shorthands...02b814dFixdeclaration-property-value-keyword-no-deprecatedwarning message for `o...16efbb7Fixat-rule-descriptor-no-unknownfalse positives for page and margin conte...- Additional commits viewable in compare view
Bumps stylelint-config-standard-scss from 11.1.0 to 14.0.0.
Release notes
Sourced from stylelint-config-standard-scss's releases.
14.0.0
- Changed: updated to
[email protected].- Removed:
stylelintless than16.11.0from peer dependencies.13.1.0
- Changed:
scss/dollar-variable-colon-space-afterfromalwaystoalways-single-lineto be compatible with the default formatting of Prettier.13.0.0
- Changed: updated to
[email protected]- Removed:
stylelintless than16.1.0from peer dependencies.12.0.0
- Changed: updated to
[email protected].- Changed: updated to
[email protected]- Removed:
stylelintless than16.0.2from peer dependencies.- Removed: Node.js less than
18.12.0support.
Changelog
Sourced from stylelint-config-standard-scss's changelog.
14.0.0
- Changed: updated to
[email protected].- Removed:
stylelintless than16.11.0from peer dependencies.13.1.0
- Changed:
scss/dollar-variable-colon-space-afterfromalwaystoalways-single-lineto be compatible with the default formatting of Prettier.13.0.0
- Changed: updated to
[email protected]- Removed:
stylelintless than16.1.0from peer dependencies.12.0.0
- Changed: updated to
[email protected].- Changed: updated to
[email protected]- Removed:
stylelintless than16.0.2from peer dependencies.- Removed: Node.js less than
18.12.0support.
Commits
d0feabc14.0.0e74dacbPrepare 14.0.0d9976caBump stylelint from 16.10.0 to 16.11.0 (#201)a3319eeBump np from 10.0.7 to 10.1.0 (#202)a864d03Bump prettier from 3.3.3 to 3.4.1 (#199)ace3bc8Bump npm-run-all2 from 5.0.2 to 7.0.1 (#195)d270e1dBump stylelint from 16.9.0 to 16.10.0 (#194)53028dbBump stylelint from 16.8.1 to 16.9.0 (#192)181748fBump np from 10.0.6 to 10.0.7 (#187)0e5f9d8Bump prettier from 3.3.2 to 3.3.3 (#186)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.