Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
This version updates stylelint to version 8 and removes 2 rules that were deprecated in earlier versions.
peerDependencies
instead of dependencies
. This means that you need to have stylelint
installed in your project before using stylelint-scss
.at-import-no-partial-extension
at-mixin-no-argumentless-call-parentheses
Version 1.5.2 of stylelint-scss just got published.
The version 1.5.2 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-scss. 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.
Commits
The new version differs by 8 commits.
548d495
Prepare version 1.5.2 (#151)
b5d1204
handle escaped operators in sassValueParser (#148)
c07c635
support escaped selectors in parseNestedPropRoot (fixes #143) (#147)
9455f0f
fix broken Travis builds (#146)
27fb507
Follow up test cleanup (#138)
4b68917
Change test runner to Jest (#137)
2ec906f
Fix whitespace (#136)
3466840
Format code using prettier (#135)
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: