-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency stylelint to v16.12.0 #1005
Open
renovate
wants to merge
2
commits into
master
Choose a base branch
from
renovate/stylelint-16.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
May 24, 2024 14:27
074414e
to
958f783
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.5.0
Update dependency stylelint to v16.6.0
May 24, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
May 28, 2024 14:44
958f783
to
c9c52db
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.6.0
Update dependency stylelint to v16.6.1
May 28, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
July 12, 2024 12:49
c9c52db
to
0f41d98
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.6.1
Update dependency stylelint to v16.7.0
Jul 12, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
July 29, 2024 16:24
0f41d98
to
f913dd2
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.7.0
Update dependency stylelint to v16.8.0
Jul 29, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
July 30, 2024 09:59
f913dd2
to
f3f86d2
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.8.0
Update dependency stylelint to v16.8.1
Jul 30, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
August 15, 2024 16:06
f3f86d2
to
39f496f
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.8.1
Update dependency stylelint to v16.8.2
Aug 15, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
August 28, 2024 09:47
39f496f
to
e5f692a
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.8.2
Update dependency stylelint to v16.9.0
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
August 31, 2024 09:10
e5f692a
to
754f6fb
Compare
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
October 11, 2024 19:59
754f6fb
to
c38be2b
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.9.0
Update dependency stylelint to v16.10.0
Oct 11, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
November 28, 2024 16:22
c38be2b
to
73b196d
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.10.0
Update dependency stylelint to v16.11.0
Nov 28, 2024
renovate
bot
force-pushed
the
renovate/stylelint-16.x
branch
from
December 15, 2024 15:34
73b196d
to
464ee7b
Compare
renovate
bot
changed the title
Update dependency stylelint to v16.11.0
Update dependency stylelint to v16.12.0
Dec 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.3.1
->16.12.0
Release Notes
stylelint/stylelint (stylelint)
v16.12.0
Compare Source
selector-pseudo-class-allowed-list
now checks@page
pseudo-classes (#8176) (@Mouvedia).selector-pseudo-class-disallowed-list
now checks@page
pseudo-classes (#8171) (@Mouvedia).at-rule-property-required-list
message to use "descriptor" for accuracy (#8186) (@ybiquitous).custom-property-no-missing-var-function
false positives forcontainer-name
(#8157) (@Mouvedia).custom-property-no-missing-var-function
false positives for custom properties passed torunning()
(#8172) (@Mouvedia).function-no-unknown
false positives forrunning()
(#8172) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:open
(#8184) (@lukewarlow).selector-pseudo-class-no-unknown
false positives for:recto
,:verso
and:nth()
(#8170) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for somemoz-*
vendor-prefixed pseudo-classes (#8188) (@Mouvedia).selector-pseudo-element-no-unknown
false positives for::details-content
(#8174) (@lukewarlow).selector-type-no-unknown
false positives for idents in functional pseudo-classes (#8191) (@elskhn).value-keyword-case
false negatives (#8158) (@Mouvedia).value-keyword-case
false positives for vendor-prefixed system colors (#8146) (@Mouvedia).v16.11.0
Compare Source
--report-unscoped-disables
CLI flag andreportUnscopedDisables
option to Node.js API and configuration object (#8024) (@Mouvedia).ignoreFunctions: []
tomedia-query-no-invalid
(#8060) (@ryo-manba).name
configuration property underoverrides
(#8095) (@ryo-manba).benchmark-rule
script to resolveTypeError
(#8090) (@ybiquitous).github
formatter deprecation warning link tohttps://stylelint.io/awesome-stylelint#formatters
(#8115) (@ryo-manba).function-calc-no-unspaced-operator
false negatives forcalc-size
(#8026) (@azat-io).max-nesting-depth
false positives when the&
selector is being ignored (#8048) (@ryo-manba).media-feature-name-value-no-unknown
false positives fordisplay-mode: picture-in-picture
(#8136) (@Mouvedia).no-irregular-whitespace
reported ranges (#8066) (@romainmenke).selector-attribute-name-disallowed-list
reported ranges (#8037) (@ryo-manba).selector-attribute-operator-allowed-list
reported ranges (#8038) (@ryo-manba).selector-attribute-operator-disallowed-list
reported ranges (#8039) (@ryo-manba).selector-class-pattern
reported ranges (#8042) (@ryo-manba).selector-combinator-allowed-list
reported ranges (#8046) (@ryo-manba).selector-combinator-disallowed-list
reported ranges (#8047) (@ryo-manba).selector-disallowed-list
reported ranges (#8067) (@ryo-manba).selector-id-pattern
reported ranges (#8045) (@ryo-manba).selector-max-attribute
reported ranges (#8052) (@ryo-manba).selector-max-class
reported ranges (#8053) (@ryo-manba).selector-max-combinators
reported-ranges (#8055) (@ryo-manba).selector-max-compound-selectors
reported ranges (#8056) (@ryo-manba).selector-max-id
reported ranges (#8054) (@ryo-manba).selector-max-pseudo-class
reported ranges (#8057) (@ryo-manba).selector-max-specificity
reported ranges (#8058) (@ryo-manba).selector-max-universal
reported ranges (#8059) (@ryo-manba).selector-nested-pattern
reported ranges (#8072) (@ryo-manba).selector-no-vendor-prefix
reported ranges (#8073) (@ryo-manba).selector-not-notation
reported ranges (#8074) (@ryo-manba).selector-pseudo-class-allowed-list
reported ranges (#8061) (@ryo-manba).selector-pseudo-class-disallowed-list
reported ranges (#8062) (@ryo-manba).selector-pseudo-class-no-unknown
reported ranges (#8063) (@ryo-manba).selector-pseudo-element-allowed-list
reported ranges (#8068) (@ryo-manba).selector-pseudo-element-colon-notation
reported ranges (#8069) (@ryo-manba).selector-pseudo-element-disallowed-list
reported ranges (#8070) (@ryo-manba).selector-pseudo-element-no-unknown
false positives for::scroll-marker
and::scroll-marker-group
(#8110) (@Mouvedia).selector-pseudo-element-no-unknown
reported ranges (#8071) (@ryo-manba).selector-type-no-unknown
reported ranges (#8076) (@ryo-manba).v16.10.0
Compare Source
shorthand-property-no-redundant-values
reported ranges (#8008) (@Mouvedia).formatter
configuration property (#7826) (@emmacharp).validate
option to Node.js API and--validate
CLI flag (#8009) (@Mouvedia).verbose
formatter (#7985) (@Mouvedia).string | RegExp
toignoreValues
option ofvalue-no-vendor-prefix
(#7969) (@Mouvedia).string
toignoreLonghands
option ofdeclaration-block-no-redundant-longhand-properties
(#7971) (@Mouvedia).at-rule-no-unknown
false positives for@position-try
(#7968) (@yelizsevinc).declaration-block-no-redundant-longhand-properties
autofix forgrid-column
/grid-row
(#8023) (@ryo-manba).declaration-property-value-no-unknown
false negatives/positives viacss-tree@3.0.0
(#7993) (@Mouvedia).declaration-property-value-no-unknown
reported ranges and message (#8003) (@romainmenke).keyframe-selector-notation
reported ranges (#7992) (@romainmenke).length-zero-no-unit
false positives for Sass variables (#8035) (@ryo-manba).no-descending-specificity
reported ranges (#7996) (@romainmenke).selector-anb-no-unmatchable
reported ranges and message (#8001) (@romainmenke).string
formatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia)..cjs
files to address Rollup vulnerability (#8010) (@ybiquitous).config
option for Node.js API withextends
andoverrides
(#8030) (@ybiquitous).declaration-property-max-values
,declaration-property-value-no-unknown
andnumber-max-precision
(#7975) (@Mouvedia).v16.9.0
Compare Source
secondaryOptions
argument type of theRule
function (#7950) (@Mouvedia).color-function-notation
reporting functions with less than 3 arguments (#7948) (@Mouvedia).declaration-property-value-no-unknown
false positives/negatives (#7944 & #7957 & #7956) (@Mouvedia & @sidverma32).overflow
,word-break
,width
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
keyframe-block-no-duplicate-selectors
/keyframe-declaration-no-important
/keyframe-selector-notation
/no-unknown-animations
false negatives for@-o-keyframes
and@-ms-keyframes
(#7953) (@Mouvedia).no-duplicate-selectors
reported ranges (#7938) (@romainmenke).property-no-vendor-prefix
report for-webkit-background-size
(#7940) (@Mouvedia).selector-class-pattern
reported ranges (#7959) (@Mouvedia).selector-no-qualifying-type
reported ranges (#7937) (@romainmenke).--no-deprecation
flag for rule deprecation warnings (#7943) (@Mouvedia).v16.8.2
Compare Source
context.fix
usage in favour of recommending to pass afix
callback toreport()
(#7895) (@Mouvedia).github
formatter (#7909) (@Mouvedia).custom-property-no-missing-var-function
false positives forview-transition-name
(#7914) (@Mouvedia).keyframe-block-no-duplicate-selectors
reported ranges (#7932) (@romainmenke).no-invalid-double-slash-comments
reported ranges (#7907 & #7905) (@Mouvedia & @romainmenke).selector-max-type
reported ranges (#7916) (@romainmenke).selector-type-no-unknown
false positives for::highlight()
and::view-transition-*()
(#7913) (@Mouvedia).v16.8.1
Compare Source
no-duplicate-selectors
false positives with Less syntax (#7888) (@romainmenke).v16.8.0
Compare Source
github
formatter (#7865) (@marcalexiei).function-url-quotes
false positives for SCSS variables and#
/?
characters (#7874) (@vimalloc).keyframe-selector-notation
false positives forentry-crossing
andexit-crossing
(#7859) (@romainmenke).no-descending-specificity
false positives for nested rules without declarations (#7850) (@romainmenke).no-duplicate-selectors
end positions (#7867) (@romainmenke).no-duplicate-selectors
false negatives for three or more duplicates (#7867) (@romainmenke).selector-max-compound-selectors
error for@nest
(#7875) (@romainmenke).selector-pseudo-class-no-unknown
false positives for:active-view-transition
and:active-view-transition-type()
(#7868) (@Mouvedia).selector-type-*
,selector-max-type
andselector-class-pattern
false positives for<timeline-range-name>
in keyframe selectors (#7856) (@romainmenke).stylelint.utils.checkAgainstRule()
regression whenreportNeedlessDisables
andquiet
are both enabled (#7879) (@ybiquitous).v16.7.0
Compare Source
tap
formatter to support TAP14 (#7759) (@Mouvedia).url
secondary option (#7743) (@emmacharp).at-rule-no-unknown
false positives for@historical-forms
and@font-palette-values
(#7774) (@Mouvedia).at-rule-no-unknown
false positives for@view-transition
(#7753) (@sebdanielsson).at-rule-no-vendor-prefix
false negatives for@-moz-document
and@-webkit-viewport
(#7772) (@Mouvedia).comment-whitespace-inside
end positions (#7744) (@Mouvedia).declaration-block-no-duplicate-properties
reported ranges (#7758) (@Mouvedia).declaration-block-no-redundant-longhand-properties
/declaration-block-no-shorthand-property-overrides
false negatives forfont-variant
(#7734) (@Bilie).font-family-name-quotes
false negatives for-moz-*
/-webkit-*
keywords (#7777) (@Mouvedia).font-family-no-missing-generic-family-keyword
false negatives for font families which names match a CSS3font-variant
keyword (#7823) (@Mouvedia).function-name-case
end positions (#7747) (@Mouvedia).function-no-unknown
performance by reducing file read count (#7801) (@ybiquitous).media-feature-name-no-vendor-prefix
autofix (#7770) (@Mouvedia).no-invalid-double-slash-comments
reported ranges (#7768) (@Mouvedia).property-no-unknown
false positives fornavigation
and miscellaneous legacy properties (#7764) (@Mouvedia).quietDeprecationWarnings
to suppressstylelint:003
warning (#7837) (@ybiquitous).selector-no-vendor-prefix
autofix (#7763) (@Mouvedia).selector-not-notation
end positions when new lines are part of the selector (#7755) (@Mouvedia).selector-type-case
end positions (#7752) (@Mouvedia).shorthand-property-no-redundant-values
false negatives for logical properties,overflow
,overscroll-behavior
,scroll-margin
andscroll-padding
(#7808) (@Mouvedia).string-no-newline
false positives for escaped multi-line (#7818) (@romainmenke).value-keyword-case
end positions (#7760) (@Mouvedia).stylelint.utils.checkAgainstRule()
for Promise-based rules (#7821) (@aaronccasanova).stylelint.utils.checkAgainstRule()
to useresult.stylelint
if present (#7833) (@ybiquitous).tap
formatter (#7759) (@Mouvedia).v16.6.1
Compare Source
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke).selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia).v16.6.0
Compare Source
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous & @romainmenke).selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia).selector-max-specificity
end positions (#7685) (@romainmenke).no-descending-specificity
end positions (#7701) (@romainmenke).npm fund
(#7707) (@ybiquitous).v16.5.0
Compare Source
ignoreValues
forvalue-no-vendor-prefix
(#7650) (@Mouvedia).shorthand-property-no-redundant-values
false negatives for functions (#7657) (@ybiquitous).value-no-vendor-prefix
false negatives/positives (#7654 & #7658) (@Mouvedia).CosmiconfigResult
type error (#7661) (@ybiquitous).v16.4.0
Compare Source
no-unknown-custom-media
(#7594) (@fpetrakov).ignoreLonghands: []
todeclaration-block-no-redundant-longhand-properties
(#7611) (@Mouvedia).ignore: ["keyframe-selectors"]
torule-selector-property-disallowed-list
(#7572) (@emmacharp).declaration-block-no-redundant-longhand-properties
autofix conflicts (#7626) (@Mouvedia).declaration-block-no-redundant-longhand-properties
autofix fortext-decoration
(#7611) (@Mouvedia).declaration-block-no-shorthand-property-overrides
false negatives forborder
(#7585) (@fpetrakov).declaration-block-no-shorthand-property-overrides
false negatives forfont
andborder
(#7606) (@Mouvedia).function-calc-no-unspaced-operator
false negatives for some math functions (#7619) (@Mouvedia).function-no-unknown
false positives foranchor
andanchor-size
(#7607) (@Mouvedia).selector-max-attribute
end positions (#7592) (@romainmenke).selector-max-class
end positions (#7590) (@romainmenke).selector-max-combinators
end positions (#7596) (@romainmenke).selector-max-compound-selectors
end positions (#7599) (@romainmenke).selector-max-pseudo-class
end positions (#7598) (@romainmenke).selector-max-universal
end positions (#7597) (@romainmenke).selector-type-no-unknown
false 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.
This PR was generated by Mend Renovate. View the repository job log.