-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Version 7.12.0 of stylelint just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | stylelint |
| Current Version | 7.11.1 |
| Type | devDependency |
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 Notes
7.12.0- Deprecated: 6 rules, each has been replaced by a more configurable alternative (#2679).
function-url-data-urisrule. Use eitherfunction-url-scheme-blacklistorfunction-url-scheme-whitelist.selector-no-attributerule. Useselector-max-attributewith0as its primary option.selector-no-combinatorrule. Useselector-max-combinatorswith0as its primary option.selector-no-idrule. Useselector-max-idwith0as its primary option.selector-no-typerule. Useselector-max-typewith0as its primary option.selector-no-universalrule. Useselector-max-universalwith0as its primary option.
- Added:
function-url-scheme-blacklistrule (#2626). - Added:
function-url-scheme-whitelistregex support (#2662). - Added:
selector-max-attributerule (#2628). - Added:
selector-max-combinatorsrule (#2658). - Added:
selector-max-idrule (#2654). - Added:
selector-max-typerule (#2665). - Added:
selector-max-universalrule (#2653). - Fixed:
--fixno longer crashes when used with ignored files (#2652). - Fixed:
max-*rules now use singular and plural nouns in their messages (#2663).
Commits
The new version differs by 33 commits.
36bc35cPrepare 7.12.0d29ffe2Fix indentationbd10fc6Update CHANGELOG.mda72ffddDeprecate replaced rules (#2679)35f861cUpdate CHANGELOG.md340eef1Document use of escaped classes in selector-class-pattern (#2520)0c76e43Use stylelint.lint testd4a8107Do not try to write back ignored files after --fix. (#2652)824dd83Update CHANGELOG.mdbf8e283Added:selector-max-typerule (#2665)1c713f6Add autofixing caveats explanation (#2667)b12d30cImprove search keywords for turning off a rule (#2682)c84a6adDocument use of CLI negation globs (#2681)38bb530Don't use deprecated rule in example (#2680)989c1d1Update 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 🌴