-
Notifications
You must be signed in to change notification settings - Fork 0
Update stylelint to the latest version 🚀 #6
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
base: master
Are you sure you want to change the base?
Conversation
Version 8.1.0 just got published.Update to this version instead 🚀 Release Notes8.1.0
CommitsThe new version differs by 53 commits.
There are 53 commits in total. See the full diff |
Version 8.1.1 just got published.Update to this version instead 🚀 Release Notes8.1.1
|
Version 8.2.0 just got published.Update to this version instead 🚀 Release Notes8.2.0
CommitsThe new version differs by 64 commits.
There are 64 commits in total. See the full diff |
Version 8.3.0 just got published.Update to this version instead 🚀 Release Notes8.3.0
CommitsThe new version differs by 58 commits.
There are 58 commits in total. See the full diff |
Version 8.3.1 just got published.Update to this version instead 🚀 Release Notes8.3.1
|
Version 8.4.0 just got published.Update to this version instead 🚀 Release Notes8.4.0
CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
Version 9.0.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 65 commits.
There are 65 commits in total. See the full diff |
Version 9.1.0 just got published. |
Version 9.1.1 just got published.Update to this version instead 🚀 Release Notes9.1.1
|
Version 9.1.2 just got published.Update to this version instead 🚀 Release Notes9.1.2
CommitsThe new version differs by 11 commits.
See the full diff |
Version 9.1.3 just got published.Update to this version instead 🚀 Release Notes9.1.3 |
Version 9.2.0 just got published.Update to this version instead 🚀 Release Notes9.2.0
CommitsThe new version differs by 32 commits.
There are 32 commits in total. See the full diff |
Version 9.2.1 just got published.Update to this version instead 🚀 Release Notes9.2.1
CommitsThe new version differs by 28 commits.
There are 28 commits in total. See the full diff |
Version 9.3.0 just got published.Update to this version instead 🚀 Release Notes9.3.0
CommitsThe new version differs by 46 commits.
There are 46 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 8.0.0 of stylelint just got published.
The version 8.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of stylelint.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
8.0.0This release is accompanied by:
~) inpackage.jsonis now recommended, e.g."stylelint": "~8.0.0", to guarantee the results of your builds (#1865).stylelint-config-recommended. This config only turns on the possible error rules.stylelint-config-standardnow builds on top of the recommended config by turning on over 60 additional stylistic rules.Changes:
7.8.0&7.12.0(#2422 & #2693).block-no-single-line.custom-property-no-outside-rootdeclaration-block-no-ignored-properties.declaration-block-properties-order.function-url-data-uris.media-feature-no-missing-punctuation.no-browser-hacks.no-indistinguishable-colors.no-unsupported-browser-features.root-no-standard-propertiesrule-nested-empty-line-before.rule-non-nested-empty-line-before.selector-no-attribute.selector-no-combinator.selector-no-empty.selector-no-id.selector-no-type.selector-no-universal.selector-root-no-composition.stylelint-disable-reason.time-no-imperceptible.7.8.0(#2433)."all-nested"option forat-rule-empty-line-before."blockless-group"option forat-rule-empty-line-before."between-comments"option forcomment-empty-line-before."at-rules-without-declaration-blocks"option formax-nesting-depth.postcssfrom@5to@6(#2561).report-needless-disablesnow exits with non-zero code (#2341).*-blacklistand*-whitelist(andignore* []secondary options) are now case sensitive. Use regular expressions with theiflag for case insensitivity (#2709).*-empty-line-beforenow correctly handle shared-line comments (#2262).*-empty-line-beforenow consider line as empty if it contains whitespace only (#2440).function-linear-gradient-no-nonstandard-directionnow checks all linear-gradients in a value list (#2496).selector-max-compound-selectorsnow checks all resolved selectors, rather than just the deepest (#2350).disableDefaultIgnoresoption (--disable-default-ignoresin CLI), to allow linting ofnode_modulesandbower_componentsdirectories (#2464)..stylelintignore(#2464).ignore: ["child"]option toselector-max-type(#2701).declaration-block-no-redundant-longhand-propertiesanddeclaration-block-no-shorthand-property-overridesunderstand more shorthand properties (#2354).selector-max-typeno longer produces false negatives for when child, next-sibling and following-sibling combinators are used withignore: ["descendant"](#2701).Commits
The new version differs by 14 commits.
c82cff2Prepare 8.0.09085ee8chore(package): update flow-bin to version 0.50.0 (#2740)b8804aeRevert jest lint staged (#2752)825117bchore: Updatepifyto3.0.0(#2751)69b380dchore: Updatebalance-matchto1.0.0(#2750)221bca5chore: Add Jest to lint-staged to run Jest against staged files ready for commit (#2749)fca6610chore: Update all npm minor and patch module versions. (#2745)0498671Use latest npm (#2743)057cd59Use prettier (#2706)831eb8fDocument rules that ignore @import in Less (#2741)f6fbad3Pretty-print code (#2742)be558d48.0.0 (#2735)afdff28remove LESS support experimental disclaimer (#2739)8abafb8Docs: keyframe-declaration-no-important (#2730)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 🌴