Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

chore(deps): update dependency stylelint to v9.10.1 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 15, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 9.2.1 -> 9.10.1 age adoption passing confidence

Release Notes

stylelint/stylelint

v9.10.1

Compare Source

  • Fixed: "fatal: Not a git repository" error (#​3915).
  • Fixed: unintended increase in package size (#​3915).

v9.10.0

Compare Source

  • Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config (#​3799).
  • Added: css-in-js syntax option that will replace the existing styled and jsx ones (#​3872).
  • Added: function-calc-no-invalid rule (#​3833).
  • Added: ignore: ["next-sibling"] to selector-max-type (#​3832).
  • Added: declaration-block-semicolon-space-after autofix (#​3865).
  • Fixed: autofix is now disabled when a stylelint processors is used (#​3873).
  • Fixed: CssSyntaxError for functions in template literals (#​3869).
  • Fixed: no-descending-specificity false positives for styled-components (#​3875).
  • Fixed: no-duplicate-selectors false positives for styled-components (#​3875).
  • Fixed: selector-pseudo-class-no-unknown false positives for focus-visible (#​3887).
  • Fixed: selector-max-universal false positives for flush comments containing a comma (#​3817).
  • Fixed: shorthand-property-redundant-values false positives for negative values (#​3888).

v9.9.0

Compare Source

  • Added: selector-list-comma-newline-after autofix (#​3815).
  • Added: value-list-max-empty-lines autofix (#​3814).
  • Added: ignoreSelectors: [] to selector-no-vendor-prefix (#​3748).
  • Fixed: ignored files are no longer parsed (#​3801).
  • Fixed: ignore &:extend for Less syntax (#​3824).
  • Fixed: --report-needless-disables CLI flag (#​3819).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for system fonts (#​3794).

v9.8.0

Compare Source

  • Added: value-keyword-case autofix (#​3775).
  • Added: ignore: ["pseudo-classes"] to max-nesting-depth (#​3724).
  • Added: ignoreTypes:[] to selector-type-case (#​3758).
  • Added: ignoreFunctions:[] to unit-no-unkown (#​3736).
  • Fixed: error for single-line Sass comments (#​3772).
  • Fixed: at-rule-* false positives for Less variables and mixins (#​3767).
  • Fixed: max-empty-lines false positives for final newlines (#​3785).

v9.7.1

Compare Source

  • Fixed: at-rule-* false positives for Less variables and mixins (#​3759).

v9.7.0

Compare Source

  • Added: allow globally installed configuration (#​3642).
  • Added: media-feature-parentheses-space-inside autofix (#​3720).
  • Added: selector-descendant-combinator-no-non-space autofix (#​3565).
  • Added: unit-case autofix (#​3725).
  • Fixed: false negatives for Less at-imports (#​3687).
  • Fixed: SyntaxError when an empty string is used for a rule's custom message (#​3743).
  • Fixed: max-empty-lines false positives for empty lines before </style> (#​3708).
  • Fixed: selector-max-specificity false positives for functional psuedo-classes (#​3711).

v9.6.0

Compare Source

  • Added: suggestions for invalid CLI options (#​3622).
  • Added: no-empty-first-line rule (#​3650).
  • Added: at-rule-name-space-after autofix (#​3653).
  • Added: block-closing-brace-empty-line-before autofix (#​3598).
  • Added: block-closing-brace-space-before autofix (#​3673).
  • Added: comment-whitespace-inside autofix (#​3619).
  • Added: declaration-bang-space-after autofix (#​3598).
  • Added: declaration-bang-space-before autofix (#​3592).
  • Added: declaration-colon-newline-after autofix (#​3588).
  • Added: function-comma-space-after autofix (#​3555).
  • Added: function-comma-space-before autofix (#​3596).
  • Added: function-name-case autofix (#​3674).
  • Added: function-max-empty-lines autofix (#​3645).
  • Added: function-parentheses-newline-inside autofix (#​3601).
  • Added: function-whitespace-after autofix (#​3648).
  • Added: media-feature-colon-space-after autofix (#​3623).
  • Added: media-feature-colon-space-before autofix (#​3637).
  • Added: media-feature-name-case autofix (#​3685).
  • Added: media-feature-range-operator-space-after autofix (#​3639).
  • Added: media-feature-range-operator-space-before autofix (#​3618).
  • Added: media-query-list-comma-newline-after autofix (#​3643).
  • Added: media-query-list-comma-space-after autofix (#​3607).
  • Added: media-query-list-comma-space-before autofix (#​3640).
  • Added: function-parentheses-space-inside autofix (#​3563).
  • Added: selector-attribute-brackets-space-inside autofix (#​3605).
  • Added: selector-attribute-operator-space-after autofix (#​3641).
  • Added: selector-attribute-operator-space-before autofix (#​3603).
  • Added: selector-pseudo-class-case autofix (#​3671).
  • Added: selector-pseudo-class-parentheses-space-inside autofix (#​3646).
  • Added: selector-type-case autofix (#​3668).
  • Added: no-eol-whitespace autofix (#​3615).
  • Added: no-extra-semicolons autofix (#​3574).
  • Added: value-list-comma-newline-after autofix (#​3616).
  • Added: value-list-comma-space-after autofix (#​3558).
  • Added: value-list-comma-space-before autofix (#​3597).
  • Added: baseIndentLevel to indentation (#​3557).
  • Fixed: autofix for 5 whitespace rules (#​3621).
  • Fixed: linebreaks TypeError (#​3636).
  • Fixed: max-empty-lines incorrect line reporting (#​3530).
  • Fixed: media-query-list-comma-newline-after false positives for trailing comment (#​3657).
  • Fixed: no-descending-specificity false positives for CSS Modules functional pseudo-classes (#​3623).

v9.5.0

Compare Source

  • Added: bundled support for styles in CSS-in-JS object literals (#​3506).
  • Added: --print-config CLI flag (#​3532).
  • Added: block-closing-brace-newline-before autofix (#​3442).
  • Added: block-opening-brace-newline-before autofix (#​3518).
  • Added: block-opening-brace-space-after autofix (#​3520).
  • Added: block-opening-brace-newline-after autofix (#​3441).
  • Added: declaration-block-semicolon-newline-after autofix (#​3545).
  • Added: declaration-block-semicolon-space-before autofix (#​3554).
  • Added: declaration-colon-space-after autofix (#​3538).
  • Added: selector-list-comma-newline-before autofix (#​3517).
  • Added: selector-list-comma-space-after autofix (#​3490).
  • Added: unix formatter (#​3524).
  • Fixed: selector-descendant-combinator-no-non-space false positives for calculations with parenthesis (#​3508).

v9.4.0

Compare Source

  • Added: bundled support for styles in CSS-in-JS template literals (#​3405).
  • Added: linebreaks rule (#​3289).
  • Added: compact formatter (#​3488).
  • Added: at-rule-semicolon-newline-after autofix (#​3450).
  • Added: block-closing-brace-newline-after autofix (#​3443).
  • Added: block-opening-brace-space-before autofix (#​3438).
  • Added: declaration-block-trailing-semicolon autofix (#​3382).
  • Added: declaration-colon-space-before autofix (#​3445).
  • Added: property-case autofix (#​3448).
  • Added: selector-combinator-space-after autofix (#​3446).
  • Added: selector-combinator-space-before autofix (#​3457).
  • Added: selector-list-comma-space-before autofix (#​3447).
  • Fixed: block-opening-brace-newline-after false positives for nested rule-sets prefixed with comments (#​3383).
  • Fixed: declaration-block-trailing-semicolon report of errors with the --fix option (#​3493).
  • Fixed: font-family-name-quotes false positives for system-ui system font (#​3463).
  • Fixed: keyframes-name-pattern support for raw JS RegExp (#​3437).
  • Fixed: media-feature-name-no-unknown false positives for level 5 names (#​3397).
  • Fixed: no-descending-specificity false positives for #{&} (#​3420).
  • Fixed: no-missing-end-of-source-newline false positives for style attributes (#​3485).

v9.3.0

Compare Source

  • Added: support for <style> tags and style="" attributes in XML and XSLT files (#​3386).
  • Added: globbyOptions option (#​3339).
  • Added: keyframes-name-pattern rule (#​3321).
  • Added: media-feature-name-value-whitelist rule (#​3320).
  • Added: selector-pseudo-element-colon-notation autofix (#​3345).
  • Fixed: .vue files throwing errors for <style lang="stylus"> and <style lang="postcss"> (#​3331).
  • Fixed: declaration-block-no-* false positives for non-standard syntax (#​3381).
  • Fixed: function-whitespace-after false positives for "/" (#​3132).
  • Fixed: length-zero-no-unit incorrect autofix for at-includes (#​3347).
  • Fixed: max-nesting-depth false positives for nested properties (#​3349).
  • Fixed: no-empty-source false positives on vue external sources <style src="*"> tag (#​3331).
  • Fixed: max-line-length false positives for non-CSS blocks (#​3367).
  • Fixed: no-eol-whitespace false positives for non-CSS blocks (#​3367).
  • Fixed: no-extra-semicolons false positives for non-CSS blocks (#​3367).
  • Fixed: no-missing-end-of-source-newline false positives for non-CSS blocks (#​3367).

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.

@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.3.0 chore(deps): update dependency stylelint to v9.4.0 Jul 25, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.4.0 chore(deps): update dependency stylelint to v9.5.0 Aug 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.5.0 chore(deps): update dependency stylelint to v9.6.0 Sep 27, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.6.0 chore(deps): update dependency stylelint to v9.7.0 Oct 28, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.7.0 chore(deps): update dependency stylelint to v9.7.1 Oct 30, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.7.1 chore(deps): update dependency stylelint to v9.8.0 Nov 9, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.8.0 chore(deps): update dependency stylelint to v9.9.0 Nov 27, 2018
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.9.0 chore(deps): update dependency stylelint to v9.10.0 Jan 16, 2019
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v9.10.0 chore(deps): update dependency stylelint to v9.10.1 Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant