sweetalert2 / sweetalert2-themes

Themes for SweetAlert2: Dark, Minimal, Borderless, Bootstrap, Material UI, WordPress Admin, Bulma, ...
MIT License
221 stars 92 forks source link

chore(deps): update dependency stylelint to v15 - autoclosed #114

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

stylelint/stylelint ### [`v15.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1500) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.16.1...15.0.0) [Migrating to `15.0.0` guide](docs/migration-guide/to-15.md). - Removed: Node.js 12 support ([#​6477](https://togithub.com/stylelint/stylelint/pull/6477)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: support for processors ([#​6479](https://togithub.com/stylelint/stylelint/pull/6479)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Removed: `syntax` option ([#​6420](https://togithub.com/stylelint/stylelint/pull/6420)) ([@​fpetrakov](https://togithub.com/fpetrakov)). (BREAKING) - Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#​6380](https://togithub.com/stylelint/stylelint/pull/6380)) ([@​jasikpark](https://togithub.com/jasikpark)). (BREAKING) - Changed: type definitions to reorganize ([#​6510](https://togithub.com/stylelint/stylelint/pull/6510)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Changed: type names to be more consistent ([#​6503](https://togithub.com/stylelint/stylelint/pull/6503)) ([@​ybiquitous](https://togithub.com/ybiquitous)). (BREAKING) - Deprecated: stylistic rules handled by Prettier ([#​6504](https://togithub.com/stylelint/stylelint/pull/6504)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: `declaration-property-value-no-unknown` rule ([#​6511](https://togithub.com/stylelint/stylelint/pull/6511)) ([@​jeddy3](https://togithub.com/jeddy3)). - Added: `media-feature-name-unit-allowed-list` rule ([#​6550](https://togithub.com/stylelint/stylelint/pull/6550)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: `function-url-quotes` autofix ([#​6558](https://togithub.com/stylelint/stylelint/pull/6558)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#​6588](https://togithub.com/stylelint/stylelint/pull/6588)) ([@​muddv](https://togithub.com/muddv)). - Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#​6592](https://togithub.com/stylelint/stylelint/pull/6592)) ([@​mattxwang](https://togithub.com/mattxwang)). - Added: deprecated rule warnings ([#​6561](https://togithub.com/stylelint/stylelint/pull/6561)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: message arguments to `declaration-property-unit-allowed-list` ([#​6570](https://togithub.com/stylelint/stylelint/pull/6570)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `overrides.files` in config to allow basename glob patterns ([#​6547](https://togithub.com/stylelint/stylelint/pull/6547)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#​6554](https://togithub.com/stylelint/stylelint/pull/6554)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#​6565](https://togithub.com/stylelint/stylelint/pull/6565)) ([@​hudochenkov](https://togithub.com/hudochenkov)). - Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#​6605](https://togithub.com/stylelint/stylelint/pull/6605)) ([@​kimulaco](https://togithub.com/kimulaco)). - Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#​6553](https://togithub.com/stylelint/stylelint/pull/6553)) ([@​43081j](https://togithub.com/43081j)). - Fixed: `selector-attribute-quotes` false positives for "never" ([#​6571](https://togithub.com/stylelint/stylelint/pull/6571)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `selector-not-notation` autofix for "simple" option ([#​6608](https://togithub.com/stylelint/stylelint/pull/6608)) ([@​Mouvedia](https://togithub.com/Mouvedia)). ### [`v14.16.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​14161) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.16.0...14.16.1) - Fixed: `customSyntax` resolution with `configBasedir` ([#​6536](https://togithub.com/stylelint/stylelint/pull/6536)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `declaration-block-no-duplicate-properties` autofix for `!important` ([#​6528](https://togithub.com/stylelint/stylelint/pull/6528)) ([@​sidx1024](https://togithub.com/sidx1024)). - Fixed: `function-no-unknown` false positives for `scroll`, `-webkit-gradient`, `color-stop`, `from`, and `to` ([#​6539](https://togithub.com/stylelint/stylelint/pull/6539)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option ([#​6517](https://togithub.com/stylelint/stylelint/pull/6517)) ([@​kimulaco](https://togithub.com/kimulaco)). - Fixed: unexpected `output` in Node.js API lint result when any rule contains `disableFix: true` ([#​6543](https://togithub.com/stylelint/stylelint/pull/6543)) ([@​adrianjost](https://togithub.com/adrianjost)). ### [`v14.16.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​14160) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.15.0...14.16.0) - Added: `media-feature-range-notation` rule ([#​6497](https://togithub.com/stylelint/stylelint/pull/6497)) ([@​jeddy3](https://togithub.com/jeddy3)). - Added: support for plugin objects as config values ([#​6481](https://togithub.com/stylelint/stylelint/pull/6481)) ([@​phoenisx](https://togithub.com/phoenisx)). - Fixed: incorrect output by all formatters except for `json` ([#​6480](https://togithub.com/stylelint/stylelint/pull/6480)) ([@​ybiquitous](https://togithub.com/ybiquitous)). ### [`v14.15.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​14150) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.14.1...14.15.0) - Added: `--globby-options` flag ([#​6437](https://togithub.com/stylelint/stylelint/pull/6437)) ([@​sidverma32](https://togithub.com/sidverma32)). - Added: custom message formatting for `at-rule-disallowed-list`, `declaration-property-unit-disallowed-list`, `declaration-property-value-disallowed-list`, `function-disallowed-list`, and `property-disallowed-list` ([#​6463](https://togithub.com/stylelint/stylelint/pull/6463)) ([@​chloerice](https://togithub.com/chloerice)). - Added: support autofix with `checkAgainstRule` ([#​6466](https://togithub.com/stylelint/stylelint/pull/6466)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Added: support for reporting with custom severity ([#​6444](https://togithub.com/stylelint/stylelint/pull/6444)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Added: support to `checkAgainstRule` with custom rules ([#​6460](https://togithub.com/stylelint/stylelint/pull/6460)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Fixed: tally output of `string` formatter colorized ([#​6443](https://togithub.com/stylelint/stylelint/pull/6443)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: usage of the `import-lazy` package to fit bundlers ([#​6449](https://togithub.com/stylelint/stylelint/pull/6449)) ([@​phoenisx](https://togithub.com/phoenisx)).

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.