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 dependency stylelint to v8.4.0 #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 20, 2019

This PR contains the following updates:

Package Type Update Change
stylelint (source) devDependencies minor 8.0.0 -> 8.4.0

Release Notes

stylelint/stylelint

v8.4.0

Compare Source

  • Added: except: ["after-closing-brace"] to block-closing-brace-empty-line-before (#​3011).
  • Fixed: unmet peer dependency warning for postcss-sass (#​3040).
  • Fixed: false positives for CSS within comments in *.pcss files (#​3064).
  • Fixed: font-family-no-missing-generic-family-keyword configuration (#​3039).
  • Fixed: indentation autofix for HTML (#​3044).

v8.3.1

Compare Source

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

v8.3.0

Compare Source

  • Added: autofix support for stdin input (#​2787).
  • Added: support for <style> tags and markdown fences in .vue and .html files (#​2975).
  • 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).

v8.2.0

Compare Source

  • 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).

v8.1.1

Compare Source

  • Fixed: --ignore-pattern in CLI (#​2851).

v8.1.0

Compare Source

  • Added: Allow specifying codeFilename to createStylelintResult for raw code linting standalone API (#​2450).
  • Added: ignorePattern option (--ignore-pattern in CLI), to allow patterns of files to ignored (#​2834).
  • Added: More rules now support experimental autofixing. Use --fix CLI parameter or fix: true Node.js API options property. Newly supported rules:
  • Fixed: *-empty-line-before false positives shared-line comments and "first-nested" option (#​2827).
  • Fixed: color-hex-length false positives for ID references in url functions (#​2806).
  • Fixed: indentation false positives for Less parametric mixins with rule block/snippet (#​2744).
  • Fixed: no-empty-source compatability with postcss-html custom syntax (#​2798).
  • Fixed: no-extra-semicolons false negatives where instances were not detected when followed by multiple comments (#​2678).
  • Fixed: selector-max-specificity cannot parse selector violation for Less mixins (#​2677).

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant