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 🚀 #36

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 8.3.0 of stylelint was just published.

Dependency stylelint
Current Version 8.2.0
Type devDependency

The version 8.3.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.3.0
  • Added: autofix support for stdin input (#2787).
  • Added: font-family-no-missing-generic-family-keyword rule (#2930).
  • Added: no-duplicate-at-import-rules rule (#2963).
  • Added: number-leading-zero autofix (#2921).
  • Added: number-no-trailing-zeros autofix (#2947).
  • Added: shorthand-property-no-redundant-values autofix (#2956).
  • Added: string-quotes autofix (#2959).
  • Added: ignore: ["custom-properties"] option to length-zero-no-unit (#2967).
  • Added: except: ["inside-block"] option to rule-empty-line-before (#2982).
  • Added: ignoreValues to value-no-vendor-prefix (#3015).
  • Added: ignoreMediaFeatureNames to unit-blacklist (#3027).
  • Fixed: comment-empty-line-before false positives for shared-line comments (#2986).
  • Fixed: unit-* false positives for spaceless multiplication (#2948).
Commits

The new version differs by 58 commits.

  • 9207ed5 Prepare 8.3.0
  • 979f92a Use consistent order in CHANGELOG
  • 128c7dd Bump no-unknown-animation to limit
  • 78c0a54 Add support for HTML, Markdown and Vue component (#2975)
  • 635ac0b chore(package): update eslint to version 4.12.0 (#3031)
  • 4e74975 Update CHANGELOG.md
  • ec2a52e Add ignoreMediaFeatureNames for unit-blacklist (#3027)
  • f0ac3e4 Documentation: Move -redundant- rules to Limit language features (#3029)
  • ded86c8 fix(package): update globby to version 7.0.0 (#3024)
  • 905ff88 Update CHANGELOG.md
  • 6abc9ce Add ignoreValues: [] to value-no-vendor-prefix (#3015)
  • 12d1698 Update Prettier and apply fixes (#3017)
  • 60a6057 chore(package): update lint-staged to version 5.0.0 (#3020)
  • 18b8d17 chore(package): update eslint to version 4.11.0 (#3019)
  • 122820e chore(package): update flow-bin to version 0.59.0 (#3016)

There are 58 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:

greenkeeper[bot] commented 6 years ago

Version 8.3.1 just got published.

Update to this version instead 🚀

Release Notes 8.3.1
  • Fixed: font-family-no-missing-generic-family-keyword false positives for at-font-face (#3034).
Commits

The new version differs by 4 commits.

  • b880816 Prepare 8.3.1
  • 55bfc23 Update CHANGELOG.md
  • 7db5f1d Fix false positives for font-face in font-family-no-missing-generic-family-keyword (#3034)
  • b3d8289 Add missing CHANGELOG item

See the full diff