BobbyWibowo / blog-gatsby-casper

Bobby's personal blog using a Gatsby starter pack that was based on the Casper theme from Ghost.
https://blog.fiery.me
MIT License
4 stars 1 forks source link

chore(deps): update dependency stylelint to ^13.13.1 #34

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) ^13.7.2 -> ^13.13.1 age adoption passing confidence

Release Notes

stylelint/stylelint ### [`v13.13.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​13131) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.13.0...13.13.1) - Fixed: invalid JSON for `max-warnings` option ([#​5267](https://togithub.com/stylelint/stylelint/pull/5267)). - Fixed: `no-invalid-position-at-import-rule` false positives for dollar variables ([#​5264](https://togithub.com/stylelint/stylelint/pull/5264)). ### [`v13.13.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​13130) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.12.0...13.13.0) - Added: `no-invalid-position-at-import-rule` rule ([#​5202](https://togithub.com/stylelint/stylelint/pull/5202)). - Added: `no-irregular-whitespace` rule ([#​5209](https://togithub.com/stylelint/stylelint/pull/5209)). - Added: `selector-disallowed-list` rule ([#​5239](https://togithub.com/stylelint/stylelint/pull/5239)). - Added: `selector-attribute-quotes` autofix ([#​5248](https://togithub.com/stylelint/stylelint/pull/5248)). - Added: `ignore: ["inside-function"]` to `declaration-property-unit-allowed-list` ([#​5194](https://togithub.com/stylelint/stylelint/pull/5194)). - Fixed: `color-no-hex` false positives for CSS-in-JS objection notation ([#​5186](https://togithub.com/stylelint/stylelint/pull/5186)). - Fixed: `font-family-no-missing-generic-family-keyword` false positives for variables ([#​5240](https://togithub.com/stylelint/stylelint/pull/5240)). - Fixed: `length-zero-no-unit` autofix removing trailing zeroes and comments ([#​5256](https://togithub.com/stylelint/stylelint/pull/5256)). - Fixed: `length-zero-no-unit` false positives for level 4 math functions ([#​5203](https://togithub.com/stylelint/stylelint/pull/5203)). - Fixed: `length-zero-no-unit` false positives for functions inside of math functions ([#​5245](https://togithub.com/stylelint/stylelint/pull/5245)). ### [`v13.12.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​13120) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.11.0...13.12.0) - Added: `named-grid-areas-no-invalid` rule ([#​5167](https://togithub.com/stylelint/stylelint/pull/5167)). - Added: `ignore: ["single-declaration"]` to `declaration-block-trailing-semicolon` ([#​5165](https://togithub.com/stylelint/stylelint/pull/5165)). - Fixed: `*-no-unknown` false positives ([#​5158](https://togithub.com/stylelint/stylelint/pull/5158)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:autofill` ([#​5171](https://togithub.com/stylelint/stylelint/pull/5171)). ### [`v13.11.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​13110) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.10.0...13.11.0) - Added: exceptions and severity options to `report*` configuration object properties ([#​5143](https://togithub.com/stylelint/stylelint/pull/5143)). ### [`v13.10.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​13100) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.9.0...13.10.0) - Added: `ignoreDisables`, `reportNeedlessDisables`, `reportInvalidScopeDisables` and `reportDescriptionlessDisables` configuration object properties ([#​5126](https://togithub.com/stylelint/stylelint/pull/5126)). - Added: `declaration-block-no-duplicate-custom-properties` rule ([#​5125](https://togithub.com/stylelint/stylelint/pull/5125)). - Fixed: `alpha-value-notation` false negatives for CSS Variables ([#​5130](https://togithub.com/stylelint/stylelint/pull/5130)). ### [`v13.9.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1390) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.8.0...13.9.0) - Added: TAP formatter ([#​5062](https://togithub.com/stylelint/stylelint/pull/5062)). - Fixed: incorrect exit code when using `--report` options ([#​5079](https://togithub.com/stylelint/stylelint/pull/5079)). - Fixed: `color-hex-case` false negatives for css-in-js object notation ([#​5101](https://togithub.com/stylelint/stylelint/pull/5101)). - Fixed: `color-hex-length` false negatives for css-in-js object notation ([#​5106](https://togithub.com/stylelint/stylelint/pull/5106)). - Fixed: `selector-attribute-name-disallowed-list` false positives for valueless attribute selectors ([#​5060](https://togithub.com/stylelint/stylelint/pull/5060)). ### [`v13.8.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1380) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.7.2...13.8.0) - Deprecated: `StylelintStandaloneReturnValue.reportedDisables`, `.descriptionlessDisables`, `.needlessDisables`, and `.invalidScopeDisables`. `.reportedDisables` will always be empty and the other properties will always be undefined, since these errors now show up in `.results` instead ([#​4973](https://togithub.com/stylelint/stylelint/pull/4973)). - Added: disable comments that are reported as errors for various reasons are now reported as standard lint errors rather than a separate class of errors that must be handled specially ([#​4973](https://togithub.com/stylelint/stylelint/pull/4973)). - Added: `comment-pattern` rule ([#​4962](https://togithub.com/stylelint/stylelint/pull/4962)). - Added: `selector-attribute-name-disallowed-list` rule ([#​4992](https://togithub.com/stylelint/stylelint/pull/4992)). - Added: `ignoreAtRules[]` to `property-no-unknown` ([#​4965](https://togithub.com/stylelint/stylelint/pull/4965)). - Fixed: `*-notation` false negatives for dollar variables ([#​5031](https://togithub.com/stylelint/stylelint/pull/5031)). - Fixed: `*-pattern` missing configured pattern in problem messages ([#​4975](https://togithub.com/stylelint/stylelint/pull/4975)).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.



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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.