Pigmice2733 / scouting-frontend

Frontend for the Pigmice Scouting website
https://pigmice.ga
MIT License
0 stars 1 forks source link

Update dependency stylelint to v9.6.0 #340

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
stylelint devDependencies minor 9.5.0 -> 9.6.0 homepage, source

Release Notes

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

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


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