checkup
checkup copied to clipboard
chore(deps): Bump stylelint from 14.8.5 to 16.6.1
Bumps stylelint from 14.8.5 to 16.6.1.
Release notes
Sourced from stylelint's releases.
16.6.1
- Fixed:
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia
).16.6.0
- Fixed:
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous
&@romainmenke
).- Fixed:
selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia
).- Fixed:
selector-max-specificity
end positions (#7685) (@romainmenke
).- Fixed:
no-descending-specificity
end positions (#7701) (@romainmenke
).- Fixed: missing GitHub Sponsor for
npm fund
(#7707) (@ybiquitous
).16.5.0
- Added: regex support to
ignoreValues
forvalue-no-vendor-prefix
(#7650) (@Mouvedia
).- Fixed:
shorthand-property-no-redundant-values
false negatives for functions (#7657) (@ybiquitous
).- Fixed:
value-no-vendor-prefix
false negatives/positives (#7654 & #7658) (@Mouvedia
).- Fixed:
CosmiconfigResult
type error (#7661) (@ybiquitous
).16.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-properties
autofix conflicts (#7626) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortext-decoration
(#7611) (@Mouvedia
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forborder
(#7585) (@fpetrakov
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forfont
andborder
(#7606) (@Mouvedia
).- Fixed:
function-calc-no-unspaced-operator
false negatives for some math functions (#7619) (@Mouvedia
).- Fixed:
function-no-unknown
false positives foranchor
andanchor-size
(#7607) (@Mouvedia
).- Fixed:
selector-max-attribute
end positions (#7592) (@romainmenke
).- Fixed:
selector-max-class
end positions (#7590) (@romainmenke
).- Fixed:
selector-max-combinators
end positions (#7596) (@romainmenke
).- Fixed:
selector-max-compound-selectors
end positions (#7599) (@romainmenke
).- Fixed:
selector-max-pseudo-class
end positions (#7598) (@romainmenke
).- Fixed:
selector-max-universal
end positions (#7597) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia
).16.3.1
- Fixed:
selector-max-id
end positions (#7571) (@romainmenke
).- Fixed: import errors for configs and plugins omitting
/index.js
(#7578) (@ota-meshi
).16.3.0
- Added:
ignoreSelectors: []
toselector-max-compound-selectors
(#7544) (@FloEdelmann
).- Added: tally of fixable problems to
string
andverbose
formatters (#7539) (@m-allanson
).- Added: support for
*-deprecation
command-line flags of Node.js (#7550) (@fpetrakov
).- Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (
@JounQin
).- Fixed:
rule-selector-property-disallowed-list
false positives for nesting selectors (#7558) (@romainmenke
).- Fixed:
selector-pseudo-*-allowed-list
false positives for vendor prefixes (#7525) (@carlosjeurissen
).- Fixed:
report()
forindex
/endIndex
zero values (#7565) (@romainmenke
).- Fixed:
selector-max-type
end positions (#7518) (@romainmenke
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.6.1
- Fixed:
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia
).16.6.0
- Fixed:
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous
&@romainmenke
).- Fixed:
selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia
).- Fixed:
selector-max-specificity
end positions (#7685) (@romainmenke
).- Fixed:
no-descending-specificity
end positions (#7701) (@romainmenke
).- Fixed: missing GitHub Sponsor for
npm fund
(#7707) (@ybiquitous
).16.5.0
- Added: regex support to
ignoreValues
forvalue-no-vendor-prefix
(#7650) (@Mouvedia
).- Fixed:
shorthand-property-no-redundant-values
false negatives for functions (#7657) (@ybiquitous
).- Fixed:
value-no-vendor-prefix
false negatives/positives (#7654 & #7658) (@Mouvedia
).- Fixed:
CosmiconfigResult
type error (#7661) (@ybiquitous
).16.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-properties
autofix conflicts (#7626) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortext-decoration
(#7611) (@Mouvedia
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forborder
(#7585) (@fpetrakov
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forfont
andborder
(#7606) (@Mouvedia
).- Fixed:
function-calc-no-unspaced-operator
false negatives for some math functions (#7619) (@Mouvedia
).- Fixed:
function-no-unknown
false positives foranchor
,anchor-size
andpalette-mix
(#7607 & #7640) (@Mouvedia
).- Fixed:
selector-max-attribute
end positions (#7592) (@romainmenke
).- Fixed:
selector-max-class
end positions (#7590) (@romainmenke
).- Fixed:
selector-max-combinators
end positions (#7596) (@romainmenke
).- Fixed:
selector-max-compound-selectors
end positions (#7599) (@romainmenke
).- Fixed:
selector-max-pseudo-class
end positions (#7598) (@romainmenke
).- Fixed:
selector-max-universal
end positions (#7597) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia
).16.3.1
- Fixed:
selector-max-id
end positions (#7571) (@romainmenke
).- Fixed: import errors for configs and plugins omitting
/index.js
(#7578) (@ota-meshi
).16.3.0
- Added:
ignoreSelectors: []
toselector-max-compound-selectors
(#7544) (@FloEdelmann
).- Added: tally of fixable problems to
string
andverbose
formatters (#7539) (@m-allanson
).- Added: support for
*-deprecation
command-line flags of Node.js (#7550) (@fpetrakov
).
... (truncated)
Commits
d902c0b
16.6.142d08bd
Prepare 16.6.1 (#7721)b4f74e5
Ignoretmp/
from Prettier (#7726)62b58bc
Fixno-descending-specificity
false positives for nested selectors (#7724)72ec18a
Refactor to use shared constant fordisabledRanges
object (#7722)b85be3c
Fix typo in rules.md (#7717)9478c71
Bump file-entry-cache from 8.0.0 to 9.0.0 (#7720)211908b
Fixselector-type-no-unknown
false positive formodel
(#7718)fa85a70
Bump lint-staged from 15.2.4 to 15.2.5 (#7719)44de825
Bump lint-staged from 15.2.2 to 15.2.4 (#7713)- 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 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)