jamieconnolly / stylelint-config

:gear: My own opinionated stylelint configuration
MIT License
1 stars 0 forks source link

Update stylelint-scss to version 1.5.2 #9

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.5.2 of stylelint-scss just got published.

Dependency stylelint-scss
Current Version 1.5.1
Type dependency

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:

greenkeeper[bot] commented 7 years ago

Version 2.0.0 just got published.

Update to this version instead 🚀

Release Notes 2.0.0

This version updates stylelint to version 8 and removes 2 rules that were deprecated in earlier versions.

  • Breaking changes:
    • Updated: stylelint dependency from version 7 to version 8.
    • Changed: stylelint is now listed in peerDependencies instead of dependencies. This means that you need to have stylelint installed in your project before using stylelint-scss.
    • Changed: white/blacklists and ignore* options to be case sensitive by default. See stylelint/stylelint#2709
    • Removed: 2 deprecated rules
      • at-import-no-partial-extension
      • at-mixin-no-argumentless-call-parentheses
Commits

The new version differs by 3 commits.

  • b74475e Prepare version 2.0.0 (#153)
  • 22eb85e Remove deprecated rules before releasing 2.0 (#152)
  • 0413f54 Feature: migrate to stylelint@8.0.0. (#150)

See the full diff