Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stylelint to the latest version 🚀 #1215

Merged
merged 1 commit into from
Jun 10, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 9, 2017

Version 7.11.0 of stylelint just got published.

Dependency stylelint
Current Version 7.10.1
Type devDependency

The version 7.11.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.
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 7.11.0
  • Added: experimental autofixing (#2467, #2500, #2529 and #2577). Use --fix CLI parameter or fix: true Node API options property. Supported rules:
    • at-rule-empty-line-before
    • at-rule-name-case
    • color-hex-case
    • comment-empty-line-before
    • custom-property-empty-line-before
    • declaration-empty-line-before
    • indentation
    • rule-empty-line-before
  • Added: selector-max-class rule.
  • Added: ignore: ["custom-elements"] option to selector-type-no-unknown (#2366).
  • Fixed: "Cannot find module 'pify'" regression in node@4 with npm@2 (#2614).
  • Fixed: no error is thrown when linting a string with cache enabled (#2494).
  • Fixed: Less :extend is now ignored (#2571).
  • Fixed: function-parentheses-space-inside now ignores functions without parameters (#2587).
  • Fixed: length-zero-no-unit now correctly handles newlines and no spaces after colon (#2477).
  • Fixed: selector-descendant-combinator-no-non-space and selector-combinator-space-before/after now understand and check >>> shadow-piercing combinator (#2509).
  • Fixed: selector-descendant-combinator-no-non-space now ignores Less guards (#2557).
  • Fixed: selector-pseudo-class-no-unknown now checks @page at-rules and supports @page pseudo-classes (#2445).
  • Fixed: selector-pseudo-class-no-unknown now considers focus-ring, playing and paused to be known (#2507).
  • Fixed: selector-type-no-unknown now ignores MathML tags (#2478).
  • Fixed: selector-type-no-unknown now ignores the /deep/ shadow-piercing combinator (#2508).
  • Fixed: value-keyword-case now ignores variables with signs (#2558).
Commits

The new version differs by 83 commits.

  • 8466d17 Prepare 7.11.0
  • 9cd35c0 Prepare changelog
  • 534c29d Update CHANGELOG.md
  • aee270e Move pify from devDependencies to dependencies
  • e1700b4 fix(package): update known-css-properties to version 0.2.0
  • 7f48674 Update CHANGELOG.md
  • d1c1b13 Add autofixing for color-hex-case (#2577)
  • f0e0780 Create CHANGELOG.md
  • de74769 Add indentation autofixing for selectors, at-rules params, and declarations
  • 79a1ff4 Add docs
  • d09da33 Add indentation autofixing for most usecases
  • 074d9f8 Refactor old code
  • 67b8f50 Update CHANGELOG.md
  • 5796ac4 Fixed: ignore less guards in selector-descendant-combinator-no-non-space. (#2557)
  • b86fc18 Stylelint pre-commit plugin (#2591)

There are 83 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper greenkeeper bot added the Type: Dependencies Automatic updates for dependencies, managed by Renovate. label Jun 9, 2017
@xPaw xPaw added this to the 2.3.2 milestone Jun 9, 2017
@astorije astorije merged commit b31c2a9 into master Jun 10, 2017
@astorije astorije deleted the greenkeeper/stylelint-7.11.0 branch June 10, 2017 02:47
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
…t-7.11.0

Update stylelint to the latest version 🚀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Automatic updates for dependencies, managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants