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

Bump stylelint from 8.0.0 to 9.1.2 #64

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps stylelint from 8.0.0 to 9.1.2.

Release notes

9.1.2

  • Fixed: parsing of markdown files by updating postcss-html dependency (#3207).

9.1.1

  • Fixed: missing signal-exit dependency (#3186).

9.1.0

  • Added: ignore: ["first-nested"] to at-rule-empty-line-before (#3179).
  • Added: ignore: ["first-nested"] to rule-empty-line-before (#3179).
  • Fixed: unnecessary Open Collective postinstall message (#3180).

9.0.0

  • Removed: Node.JS 4.x support. Node.js 6.x or greater is now required (#3075).
  • Added: (experimental) support for SASS syntax (#2503).
  • Added: allow processors to handle PostCSS errors (#3063).
  • Added: --max-warnings CLI flag (#2942).
  • Added: selector-combinator-*list rules (#3088).
  • Added: selector-pseudo-element-*list rules (#3104).
  • Added: ignore: ["first-nested"] to custom-property-empty-line-before (#3104).
  • Added: ignore: ["first-nested"] to declaration-empty-line-before (#3103).
  • Added: ignoreProperties: [] to property-no-vendor-prefix (#3089).
  • Fixed: font-family-name-quotes unicode range increased (#2974).
  • Fixed: selector-max-id in nested at-statements (#3113).

8.4.0

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

8.3.1

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

8.3.0

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

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**](https://github.com/charset) and single quotes (#2902).
  • Fixed: unit-no-unknown false positives for spaceless multiplication and division in calc() functions (#2848).

8.1.1

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

8.1.0

  • 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 API options property. Newly supported rules:
    • color-hex-length (#2781).
    • no-missing-end-of-source-newline (#2772).
  • 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).
Changelog

Sourced from this file

9.1.2

  • Fixed: parsing of markdown files by updating postcss-html dependency (#3207).

9.1.1

  • Fixed: missing signal-exit dependency (#3186).

9.1.0

  • Added: ignore: ["first-nested"] to at-rule-empty-line-before (#3179).
  • Added: ignore: ["first-nested"] to rule-empty-line-before (#3179).
  • Fixed: unnecessary Open Collective postinstall message (#3180).

9.0.0

  • Removed: Node.JS 4.x support. Node.js 6.x or greater is now required (#3075).
  • Added: (experimental) support for SASS syntax (#2503).
  • Added: allow processors to handle PostCSS errors (#3063).
  • Added: --max-warnings CLI flag (#2942).
  • Added: selector-combinator-*list rules (#3088).
  • Added: selector-pseudo-element-*list rules (#3104).
  • Added: ignore: ["first-nested"] to custom-property-empty-line-before (#3104).
  • Added: ignore: ["first-nested"] to declaration-empty-line-before (#3103).
  • Added: ignoreProperties: [] to property-no-vendor-prefix (#3089).
  • Fixed: font-family-name-quotes unicode range increased (#2974).
  • Fixed: selector-max-id in nested at-statements (#3113).

8.4.0

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

8.3.1

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

8.3.0

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

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**](https://github.com/charset) and single quotes (#2902).
  • Fixed: unit-no-unknown false positives for spaceless multiplication and division in calc() functions (#2848).

8.1.1

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

8.1.0

  • 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 API options property. Newly supported rules:
    • color-hex-length (#2781).
    • no-missing-end-of-source-newline (#2772).
  • 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).
Commits
  • 1e3b7a6 Update eslint to the latest version 🚀 (#2822)
  • 58c7853 chore: Use ~ for ESLint sematic versioning in package.json
  • c2e3de9 Allow specifying codeFilename to createStylelintResult for raw code linti...
  • 73f99bb Update CHANGELOG.md
  • c511783 Update remark-validate-links to the latest version 🚀 (#2830)
  • c678193 Add stylelint-processor-styled-components to docs (#2836)
  • 2a9c1c5 Fix outdated example rules object
  • 32422ab feat: Add ignorePattern option. (#2834)
  • 14163e0 Update CHANGELOG.md
  • 545e28d add missing comma
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [stylelint](https://github.com/stylelint/stylelint) from 8.0.0 to 9.1.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](stylelint/stylelint@8.0.0...9.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #65.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/stylelint-9.1.2 branch March 15, 2018 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant