The version 17.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-config-standard.
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.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 17.0.0 of stylelint-config-standard just got published.
The version 17.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-config-standard. 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
17.0.0stylelint-config-recommended
, which turns on theat-rule-no-unknown
rule. Therefore, if you use non-standard at-rules, like those introduced in SCSS and Less (e.g.@extends
,@includes
etc), be sure to extend the config and make use ofat-rule-no-unknown
'signoreAtRules: []
secondary option.Commits
The new version differs by 26 commits.
2951a65
Prepare 17.0.0
99c1f7c
Update CHANGELOG
24295b2
Update README
5fa6ba2
Update stylelint and config-recommended
142620a
Update eslint-config-stylelint to the latest version 🚀 (#85)
7b76d7d
refactor: Extend
stylelint-config-recommended
(#80)607ec41
chore: Use npm 5.x for all Node.js Travis CI jobs (#84)
9830349
Merge pull request #83 from stylelint/issue-82
624be39
Reference stylelint-config-recommended
0304de9
Remove
at-rule-no-unknown
rule fromstylelint-config-recommended
in "suggested additions"4e1b401
Remove
at-rule-no-unknown
rule fromstylelint-config-recommended
in "suggested additions"0293ecb
Add dry-release task
579a56b
Update stylelint
666c3a4
Ignore package-lock.json
cb0ba36
Add new rules to suggestions
There are 26 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: