-
Notifications
You must be signed in to change notification settings - Fork 1
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 stylelint to the latest version 🚀 #73
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.json
is 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-standard
now 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-root
declaration-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-properties
rule-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
.postcss
from@5
to@6
(#2561).report-needless-disables
now exits with non-zero code (#2341).*-blacklist
and*-whitelist
(andignore* []
secondary options) are now case sensitive. Use regular expressions with thei
flag for case insensitivity (#2709).*-empty-line-before
now correctly handle shared-line comments (#2262).*-empty-line-before
now consider line as empty if it contains whitespace only (#2440).function-linear-gradient-no-nonstandard-direction
now checks all linear-gradients in a value list (#2496).selector-max-compound-selectors
now checks all resolved selectors, rather than just the deepest (#2350).disableDefaultIgnores
option (--disable-default-ignores
in CLI), to allow linting ofnode_modules
andbower_components
directories (#2464)..stylelintignore
(#2464).ignore: ["child"]
option toselector-max-type
(#2701).declaration-block-no-redundant-longhand-properties
anddeclaration-block-no-shorthand-property-overrides
understand more shorthand properties (#2354).selector-max-type
no 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.
c82cff2
Prepare 8.0.0
9085ee8
chore(package): update flow-bin to version 0.50.0 (#2740)
b8804ae
Revert jest lint staged (#2752)
825117b
chore: Update
pify
to3.0.0
(#2751)69b380d
chore: Update
balance-match
to1.0.0
(#2750)221bca5
chore: Add Jest to lint-staged to run Jest against staged files ready for commit (#2749)
fca6610
chore: Update all npm minor and patch module versions. (#2745)
0498671
Use latest npm (#2743)
057cd59
Use prettier (#2706)
831eb8f
Document rules that ignore @import in Less (#2741)
f6fbad3
Pretty-print code (#2742)
be558d4
8.0.0 (#2735)
afdff28
remove LESS support experimental disclaimer (#2739)
8abafb8
Docs: 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 🌴