MMM-HomeAssistantDisplay
MMM-HomeAssistantDisplay copied to clipboard
Bump stylelint from 14.16.1 to 15.11.0
Bumps stylelint from 14.16.1 to 15.11.0.
Release notes
Sourced from stylelint's releases.
15.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
).15.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
).15.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
).15.10.1
- Security: fix for
semver
vulnerability (#7043) (@romainmenke
).- Fixed: invalid option regression on Windows 10 (#7043) (
@romainmenke
).15.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
).15.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
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.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
).15.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
).15.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
).15.10.1
- Security: fix for
semver
vulnerability (#7043) (@romainmenke
).- Fixed: invalid option regression on Windows 10 (#7043) (
@romainmenke
).15.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
).15.9.0
... (truncated)
Commits
8914d46
15.11.029fe2df
Prepare 15.11.0 (#7212)fafb83e
Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)6e06398
Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)9941121
Remove some TODOs (#7234)f1d3228
Fixdeclaration-block-no-redundant-longhand-properties
autofix for `grid-te...2a1fc6d
Bump postcss from 8.4.28 to 8.4.31 (#7218)dfd1ffc
Fixdeclaration-block-no-redundant-longhand-properties
false negative for `...3374bb4
Fixdeclaration-block-no-redundant-longhand-properties
false negatives for ...e468814
AddignoreRules
tomax-nesting-depth
(#7215)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mattxwang, a new releaser for stylelint since your current version.
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)