emilgoldsmith / stylelint-custom-processor-loader

A Webpack loader for stylelint used with custom processors
MIT License
24 stars 3 forks source link

Update stylelint to the latest version 🚀 #29

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 8.2.0 of stylelint was just published.

Dependency stylelint
Current Version 8.1.1
Type devDependency

The version 8.2.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of stylelint.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 8.2.0
  • Added: autofix of syntax errors in standard CSS e.g. unclosed braces and brackets (#2886).
  • Added: length-zero-no-unit autofix (#2861).
  • Added: selector-max-specificity support for level 4 evaluation context pseudo-classes (#2857).
  • Added: ignoreUnits option to number-max-precision (#2941).
  • Added: ignoreSelectors option to selector-max-specificity (#2857).
  • Added: ignoreProperties option to value-keyword-case (#2937).
  • Fixed: *-empty-line-before false negatives and positives when two or more except: [*] options were triggered (#2920).
  • Fixed: *-empty-line-before false positives for CSS in HTML (#2854).
  • Fixed: rule-empty-line-before false positives for ignore: ["inside-block"] and CSS in HTML (#2894).
  • Fixed: rule-empty-line-before false positives for except: ["after-single-line-comment"] and preceding shared-line comments (#2920).
  • Fixed: selector-list-comma-newline-after false positives for shared-line comments separated by more than once space (#2915).
  • Fixed: selector-pseudo-class-no-unknown false positives when using chained pseudo-classes (#2810).
  • Fixed: string-quotes false positives for @charset and single quotes (#2902).
  • Fixed: unit-no-unknown false positives for spaceless multiplication and division in calc() functions (#2848).
Commits

The new version differs by 64 commits.

  • 0c27c3b Prepare 8.2.0
  • daa5320 Move max-nesting-depth into limiting rules (#2938)
  • 9976628 Update CHANGELOG.md
  • 3457b84 Add ignoreProperties option to value-keyword-case rule (#2937)
  • fe071b6 Update CHANGELOG.md
  • 9f22b43 Add ignoreUnits option to number-max-precision rule (#2941)
  • 4156b8b Add remark lint for space above headers (#2944)
  • eaf0afc Adding yarn.lock to .gitignore file (#2943)
  • f02a160 chore(package): update eslint to version 4.8.0 (#2932)
  • 9d33d3e chore(package): update coveralls to version 3.0.0 (#2928)
  • 6fedf7c Cosmiconfig-3.1.0 (#2934)
  • b23a748 Disable package-lock (#2936)
  • 9cf608a Update flow-bin to the latest version 🚀 (#2931)
  • 1d2be29 Update CHANGELOG.md
  • c33e92b Update dependencies to enable Greenkeeper 🌴 (#2926)

There are 64 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: