You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
As stylelint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
❌ ci/circleci Your tests failed on CircleCI Details
Release Notes7.12.0
Deprecated: 6 rules, each has been replaced by a more configurable alternative (#2679).
function-url-data-uris rule. Use either function-url-scheme-blacklist or function-url-scheme-whitelist.
selector-no-attribute rule. Use selector-max-attribute with 0 as its primary option.
selector-no-combinator rule. Use selector-max-combinators with 0 as its primary option.
selector-no-id rule. Use selector-max-id with 0 as its primary option.
selector-no-type rule. Use selector-max-type with 0 as its primary option.
selector-no-universal rule. Use selector-max-universal with 0 as its primary option.
Version 7.12.0 of stylelint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As stylelint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
7.12.0function-url-data-uris
rule. Use eitherfunction-url-scheme-blacklist
orfunction-url-scheme-whitelist
.selector-no-attribute
rule. Useselector-max-attribute
with0
as its primary option.selector-no-combinator
rule. Useselector-max-combinators
with0
as its primary option.selector-no-id
rule. Useselector-max-id
with0
as its primary option.selector-no-type
rule. Useselector-max-type
with0
as its primary option.selector-no-universal
rule. Useselector-max-universal
with0
as its primary option.function-url-scheme-blacklist
rule (#2626).function-url-scheme-whitelist
regex support (#2662).selector-max-attribute
rule (#2628).selector-max-combinators
rule (#2658).selector-max-id
rule (#2654).selector-max-type
rule (#2665).selector-max-universal
rule (#2653).--fix
no longer crashes when used with ignored files (#2652).max-*
rules now use singular and plural nouns in their messages (#2663).Commits
The new version differs by 33 commits.
36bc35c
Prepare 7.12.0
d29ffe2
Fix indentation
bd10fc6
Update CHANGELOG.md
a72ffdd
Deprecate replaced rules (#2679)
35f861c
Update CHANGELOG.md
340eef1
Document use of escaped classes in selector-class-pattern (#2520)
0c76e43
Use stylelint.lint test
d4a8107
Do not try to write back ignored files after --fix. (#2652)
824dd83
Update CHANGELOG.md
bf8e283
Added:
selector-max-type
rule (#2665)1c713f6
Add autofixing caveats explanation (#2667)
b12d30c
Improve search keywords for turning off a rule (#2682)
c84a6ad
Document use of CLI negation globs (#2681)
38bb530
Don't use deprecated rule in example (#2680)
989c1d1
Update CHANGELOG.md
There are 33 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: