Update dependency stylelint to v15 - autoclosed #19

Closed
renovate wants to merge 1 commits from renovate/stylelint-15.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
stylelint (source) devDependencies major 14.16.1 -> 15.11.0

Release Notes

stylelint/stylelint (stylelint)

v15.11.0

Compare Source

  • Added: ignoreRules to max-nesting-depth (#​7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#​7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#​7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#​7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#​7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#​7242) (@​mattxwang).

v15.10.3

Compare Source

v15.10.2

Compare Source

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#​7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#​7070) (@​danielroe).

v15.10.1

Compare Source

v15.10.0

Compare Source

v15.9.0

Compare Source

  • Added: insideFunctions: {"function": int} to number-max-precision (#​6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#​6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#​6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#​6957) (@​mattxwang).

v15.8.0

Compare Source

v15.7.0

Compare Source

v15.6.3

Compare Source

v15.6.2

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

  • Added: allowEmptyInput, cache, fix options to configuration object (#​6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#​6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#​6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#​6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#​6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#​6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#​6800) (@​ybiquitous).

v15.5.0

Compare Source

v15.4.0

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

Migrating to 15.0.0 guide.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://github.com/stylelint/stylelint)) | devDependencies | major | [`14.16.1` -> `15.11.0`](https://renovatebot.com/diffs/npm/stylelint/14.16.1/15.11.0) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v15.11.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15110) [Compare Source](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0) - Added: `ignoreRules` to `max-nesting-depth` ([#&#8203;7215](https://github.com/stylelint/stylelint/pull/7215)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `grid-template` with `repeat()` ([#&#8203;7230](https://github.com/stylelint/stylelint/pull/7230)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` false negative for `font-synthesis` ([#&#8203;7214](https://github.com/stylelint/stylelint/pull/7214)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` false negatives for `*-block` and `*-inline` logical properties ([#&#8203;7208](https://github.com/stylelint/stylelint/pull/7208)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` false negatives for `overflow`, `overscroll-behavior`, `scroll-margin`, `scroll-padding`, and new Box Alignment shorthands ([#&#8203;7213](https://github.com/stylelint/stylelint/pull/7213)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `function-no-unknown` false positives for `light-dark`, `linear` and `xywh` ([#&#8203;7242](https://github.com/stylelint/stylelint/pull/7242)) ([@&#8203;mattxwang](https://github.com/mattxwang)). ### [`v15.10.3`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15103) [Compare Source](https://github.com/stylelint/stylelint/compare/15.10.2...15.10.3) - Fixed: `declaration-property-value-no-unknown` false negatives for typed custom properties ([#&#8203;7078](https://github.com/stylelint/stylelint/pull/7078)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `property-no-unknown` false positives for scroll-driven animations ([#&#8203;7090](https://github.com/stylelint/stylelint/pull/7090)) ([@&#8203;renato-bohler](https://github.com/renato-bohler)). ### [`v15.10.2`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15102) [Compare Source](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.2) - Fixed: `declaration-property-value-no-unknown` false negatives for nested declarations ([#&#8203;7079](https://github.com/stylelint/stylelint/pull/7079)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `view-transition` pseudo-elements ([#&#8203;7070](https://github.com/stylelint/stylelint/pull/7070)) ([@&#8203;danielroe](https://github.com/danielroe)). ### [`v15.10.1`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15101) [Compare Source](https://github.com/stylelint/stylelint/compare/15.10.0...15.10.1) - Security: fix for `semver` vulnerability ([#&#8203;7043](https://github.com/stylelint/stylelint/pull/7043)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: invalid option regression on Windows 10 ([#&#8203;7043](https://github.com/stylelint/stylelint/pull/7043)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v15.10.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15100) [Compare Source](https://github.com/stylelint/stylelint/compare/15.9.0...15.10.0) - Added: `media-query-no-invalid` ([#&#8203;6963](https://github.com/stylelint/stylelint/pull/6963)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Added: support for JS objects with `extends` config option ([#&#8203;6998](https://github.com/stylelint/stylelint/pull/6998)) ([@&#8203;fpetrakov](https://github.com/fpetrakov)). - Fixed: inconsistent `errored` properties in `stylelint.lint()` return value ([#&#8203;6983](https://github.com/stylelint/stylelint/pull/6983)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `{selector,value}-no-vendor-prefix` performance ([#&#8203;7016](https://github.com/stylelint/stylelint/pull/7016)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `custom-property-pattern` performance ([#&#8203;7009](https://github.com/stylelint/stylelint/pull/7009)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `function-linear-gradient-no-nonstandard-direction` false positives for `<color-interpolation-method>` ([#&#8203;6987](https://github.com/stylelint/stylelint/pull/6987)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-name-case` performance ([#&#8203;7010](https://github.com/stylelint/stylelint/pull/7010)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `function-no-unknown` performance ([#&#8203;7004](https://github.com/stylelint/stylelint/pull/7004)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `function-url-quotes` performance ([#&#8203;7011](https://github.com/stylelint/stylelint/pull/7011)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `hue-degree-notation` false negatives for `oklch` ([#&#8203;7015](https://github.com/stylelint/stylelint/pull/7015)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `hue-degree-notation` performance ([#&#8203;7012](https://github.com/stylelint/stylelint/pull/7012)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `media-feature-name-no-unknown` false positives for `environment-blending`, `nav-controls`, `prefers-reduced-data`, and `video-color-gamut` ([#&#8203;6978](https://github.com/stylelint/stylelint/pull/6978)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `media-feature-name-no-vendor-prefix` positions for `*-device-pixel-ratio` ([#&#8203;6977](https://github.com/stylelint/stylelint/pull/6977)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `no-descending-specificity` performance ([#&#8203;7026](https://github.com/stylelint/stylelint/pull/7026)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `no-duplicate-at-import-rules` false negatives for imports with `supports` and `layer` conditions ([#&#8203;7001](https://github.com/stylelint/stylelint/pull/7001)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `selector-anb-no-unmatchable` performance ([#&#8203;7042](https://github.com/stylelint/stylelint/pull/7042)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `selector-id-pattern` performance ([#&#8203;7013](https://github.com/stylelint/stylelint/pull/7013)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `selector-pseudo-class-no-unknown` false negatives for pseudo-elements with matching names ([#&#8203;6964](https://github.com/stylelint/stylelint/pull/6964)) ([@&#8203;Mouvedia](https://github.com/Mouvedia)). - Fixed: `selector-pseudo-element-no-unknown` performance ([#&#8203;7007](https://github.com/stylelint/stylelint/pull/7007)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `selector-type-case` performance ([#&#8203;7041](https://github.com/stylelint/stylelint/pull/7041)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `selector-type-no-unknown` performance ([#&#8203;7027](https://github.com/stylelint/stylelint/pull/7027)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `unit-disallowed-list` false negatives with percentages ([#&#8203;7018](https://github.com/stylelint/stylelint/pull/7018)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v15.9.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1590) [Compare Source](https://github.com/stylelint/stylelint/compare/15.8.0...15.9.0) - Added: `insideFunctions: {"function": int}` to `number-max-precision` ([#&#8203;6932](https://github.com/stylelint/stylelint/pull/6932)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `border-radius` shorthand ([#&#8203;6958](https://github.com/stylelint/stylelint/pull/6958)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `border-width` shorthand ([#&#8203;6956](https://github.com/stylelint/stylelint/pull/6956)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `grid-column` and `grid-row` ([#&#8203;6957](https://github.com/stylelint/stylelint/pull/6957)) ([@&#8203;mattxwang](https://github.com/mattxwang)). ### [`v15.8.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1580) [Compare Source](https://github.com/stylelint/stylelint/compare/15.7.0...15.8.0) - Added: `media-feature-name-value-no-unknown` ([#&#8203;6906](https://github.com/stylelint/stylelint/pull/6906)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Added: support for `.mjs` configuration files ([#&#8203;6910](https://github.com/stylelint/stylelint/pull/6910)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `--print-config` description in CLI help ([#&#8203;6914](https://github.com/stylelint/stylelint/pull/6914)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `allowEmptyInput` option in configuration files ([#&#8203;6929](https://github.com/stylelint/stylelint/pull/6929)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `custom-property-no-missing-var-function` performance ([#&#8203;6922](https://github.com/stylelint/stylelint/pull/6922)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-calc-no-unspaced-operator` performance ([#&#8203;6923](https://github.com/stylelint/stylelint/pull/6923)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-linear-gradient-no-nonstandard-direction` performance ([#&#8203;6924](https://github.com/stylelint/stylelint/pull/6924)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-no-unknown` false positives for SCSS functions with namespace ([#&#8203;6921](https://github.com/stylelint/stylelint/pull/6921)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `max-nesting-depth` error for at-rules in Sass syntax ([#&#8203;6909](https://github.com/stylelint/stylelint/pull/6909)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `selector-anb-no-unmatchable` performance ([#&#8203;6925](https://github.com/stylelint/stylelint/pull/6925)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: remove `v8-compile-cache` dependency ([#&#8203;6907](https://github.com/stylelint/stylelint/pull/6907)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). ### [`v15.7.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1570) [Compare Source](https://github.com/stylelint/stylelint/compare/15.6.3...15.7.0) - Added: `splitList: boolean` to `selector-nested-pattern` ([#&#8203;6896](https://github.com/stylelint/stylelint/pull/6896)) ([@&#8203;is2ei](https://github.com/is2ei)). - Fixed: `unit-no-unknown` false positives for `unicode-range` descriptors ([#&#8203;6892](https://github.com/stylelint/stylelint/pull/6892)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: segmentation fault errors for Cosmiconfig 8.2 ([#&#8203;6902](https://github.com/stylelint/stylelint/pull/6902)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v15.6.3`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1563) [Compare Source](https://github.com/stylelint/stylelint/compare/15.6.2...15.6.3) - Fixed: `alpha-value-notation` false positives for `color()` ([#&#8203;6885](https://github.com/stylelint/stylelint/pull/6885)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `alpha-value-notation` performance with improved benchmark script ([#&#8203;6864](https://github.com/stylelint/stylelint/pull/6864)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `at-rule-property-required-list` performance ([#&#8203;6865](https://github.com/stylelint/stylelint/pull/6865)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `color-*` performance ([#&#8203;6868](https://github.com/stylelint/stylelint/pull/6868)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `length-zero-no-unit` false positives on new math functions ([#&#8203;6871](https://github.com/stylelint/stylelint/pull/6871)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `string` formatter for unexpected truncation on non-ASCII characters ([#&#8203;6861](https://github.com/stylelint/stylelint/pull/6861)) ([@&#8203;Max10240](https://github.com/Max10240)). - Fixed: `unit-no-unknown` false positives for the second and subsequent `image-set()` with `x` descriptor ([#&#8203;6879](https://github.com/stylelint/stylelint/pull/6879)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v15.6.2`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1562) [Compare Source](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2) - Fixed: `alpha-value-notation` false negatives for `oklab()`, `oklch()`, and `color()` ([#&#8203;6844](https://github.com/stylelint/stylelint/pull/6844)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix with `cubic-bezier()` ([#&#8203;6841](https://github.com/stylelint/stylelint/pull/6841)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-no-unknown` false positives for unspaced operators against nested brackets ([#&#8203;6842](https://github.com/stylelint/stylelint/pull/6842)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-url-quotes` false positives for SCSS `with()` construct ([#&#8203;6847](https://github.com/stylelint/stylelint/pull/6847)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `media-feature-name-no-unknown` false positives for `not` and `or` ([#&#8203;6838](https://github.com/stylelint/stylelint/pull/6838)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v15.6.1`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1561) [Compare Source](https://github.com/stylelint/stylelint/compare/15.6.0...15.6.1) - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `transition` ([#&#8203;6815](https://github.com/stylelint/stylelint/pull/6815)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `github` formatter for missing final newline ([#&#8203;6822](https://github.com/stylelint/stylelint/pull/6822)) ([@&#8203;konomae](https://github.com/konomae)). - Fixed: `selector-pseudo-class-no-unknown` false positive for `:modal` ([#&#8203;6811](https://github.com/stylelint/stylelint/pull/6811)) ([@&#8203;Yasir761](https://github.com/Yasir761)). ### [`v15.6.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1560) [Compare Source](https://github.com/stylelint/stylelint/compare/15.5.0...15.6.0) - Added: `allowEmptyInput`, `cache`, `fix` options to configuration object ([#&#8203;6778](https://github.com/stylelint/stylelint/pull/6778)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: `ignore: ["with-var-inside"]` to `color-function-notation` ([#&#8203;6802](https://github.com/stylelint/stylelint/pull/6802)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-duplicate-properties` autofix for 3 or more duplicates ([#&#8203;6801](https://github.com/stylelint/stylelint/pull/6801)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-duplicate-properties` false positives with option `ignore: ["consecutive-duplicates-with-different-syntaxes"]` ([#&#8203;6797](https://github.com/stylelint/stylelint/pull/6797)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `declaration-block-no-duplicate-properties` syntax error ([#&#8203;6792](https://github.com/stylelint/stylelint/pull/6792)) ([@&#8203;yoyo837](https://github.com/yoyo837)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `grid-template` ([#&#8203;6777](https://github.com/stylelint/stylelint/pull/6777)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `function-url-quotes` autofix for comments in SCSS function ([#&#8203;6800](https://github.com/stylelint/stylelint/pull/6800)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). ### [`v15.5.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1550) [Compare Source](https://github.com/stylelint/stylelint/compare/15.4.0...15.5.0) - Added: `ignore: ["consecutive-duplicates-with-different-syntaxes"]` to `declaration-block-no-duplicate-properties` ([#&#8203;6772](https://github.com/stylelint/stylelint/pull/6772)) ([@&#8203;kimulaco](https://github.com/kimulaco)). - Added: `ignoreProperties: []` to `declaration-block-no-duplicate-custom-properties` ([#&#8203;6773](https://github.com/stylelint/stylelint/pull/6773)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: raw regex support to `ignoreProperties` for `declaration-block-no-duplicate-properties` ([#&#8203;6764](https://github.com/stylelint/stylelint/pull/6764)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `block-no-empty` false positives with non-whitespace characters ([#&#8203;6782](https://github.com/stylelint/stylelint/pull/6782)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `color-function-notation` false positives for namespaced imports ([#&#8203;6774](https://github.com/stylelint/stylelint/pull/6774)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `custom-property-empty-line-before` false positives for CSS-in-JS ([#&#8203;6767](https://github.com/stylelint/stylelint/pull/6767)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `media-feature-range-notation` parse error ([#&#8203;6760](https://github.com/stylelint/stylelint/pull/6760)) ([@&#8203;fpetrakov](https://github.com/fpetrakov)). - Fixed: CLI help improvements ([#&#8203;6783](https://github.com/stylelint/stylelint/pull/6783)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). ### [`v15.4.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1540) [Compare Source](https://github.com/stylelint/stylelint/compare/15.3.0...15.4.0) - Added: `--quiet-deprecation-warnings` flag ([#&#8203;6724](https://github.com/stylelint/stylelint/pull/6724)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: `-c` alias for `--config` ([#&#8203;6720](https://github.com/stylelint/stylelint/pull/6720)) ([@&#8203;sidverma32](https://github.com/sidverma32)). - Added: `media-feature-range-notation` autofix ([#&#8203;6742](https://github.com/stylelint/stylelint/pull/6742)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Added: `no-unknown-custom-properties` rule ([#&#8203;6731](https://github.com/stylelint/stylelint/pull/6731)) ([@&#8203;jameschensmith](https://github.com/jameschensmith)). - Fixed: `function-url-quotes` autofix for double-slash comments in SCSS maps ([#&#8203;6745](https://github.com/stylelint/stylelint/pull/6745)) ([@&#8203;jgerigmeyer](https://github.com/jgerigmeyer)). - Fixed: `isPathIgnored()` utility's performance ([#&#8203;6728](https://github.com/stylelint/stylelint/pull/6728)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `rule-selector-property-disallowed-list` secondary options ([#&#8203;6723](https://github.com/stylelint/stylelint/pull/6723)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-block-no-redundant-longhand-properties` with basic keywords ([#&#8203;6748](https://github.com/stylelint/stylelint/pull/6748)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: deprecation warnings for disabled rules ([#&#8203;6747](https://github.com/stylelint/stylelint/pull/6747)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). ### [`v15.3.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1530) [Compare Source](https://github.com/stylelint/stylelint/compare/15.2.0...15.3.0) - Added: `configurationComment` configuration property ([#&#8203;6629](https://github.com/stylelint/stylelint/pull/6629)) ([@&#8203;ifitzpatrick](https://github.com/ifitzpatrick)). - Added: `selector-anb-no-unmatchable` rule ([#&#8203;6678](https://github.com/stylelint/stylelint/pull/6678)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: TypeScript error for CommonJS importing ([#&#8203;6703](https://github.com/stylelint/stylelint/pull/6703)) ([@&#8203;remcohaszing](https://github.com/remcohaszing)). - Fixed: `*-no-redundant-*` false negatives for `inset` shorthand ([#&#8203;6699](https://github.com/stylelint/stylelint/pull/6699)) ([@&#8203;rayrw](https://github.com/rayrw)). - Fixed: `function-url-quotes` autofix for multiple `url()` ([#&#8203;6711](https://github.com/stylelint/stylelint/pull/6711)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `value-keyword-case` false positives for Level 4 system colours ([#&#8203;6712](https://github.com/stylelint/stylelint/pull/6712)) ([@&#8203;thewilkybarkid](https://github.com/thewilkybarkid)). ### [`v15.2.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1520) [Compare Source](https://github.com/stylelint/stylelint/compare/15.1.0...15.2.0) - Added: `messageArgs` to 76 rules ([#&#8203;6589](https://github.com/stylelint/stylelint/pull/6589)) ([@&#8203;kizu](https://github.com/kizu)). - Fixed: TypeScript error to export `Plugin` and `RuleContext` ([#&#8203;6664](https://github.com/stylelint/stylelint/pull/6664)) ([@&#8203;henryruhs](https://github.com/henryruhs)). - Fixed: `overrides.extends` order when including same rules ([#&#8203;6660](https://github.com/stylelint/stylelint/pull/6660)) ([@&#8203;kuoruan](https://github.com/kuoruan)). - Fixed: `annotation-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). - Fixed: `declaration-property-value-no-unknown` false positives for at-rule descriptors ([#&#8203;6669](https://github.com/stylelint/stylelint/pull/6669)) ([@&#8203;FloEdelmann](https://github.com/FloEdelmann)). - Fixed: `declaration-property-value-no-unknown` parse error for `alpha(opacity=n)` to report as violation ([#&#8203;6650](https://github.com/stylelint/stylelint/pull/6650)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-name-case` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). - Fixed: `function-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). - Fixed: `unit-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). - Fixed: `value-keyword-case` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). ### [`v15.1.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1510) [Compare Source](https://github.com/stylelint/stylelint/compare/15.0.0...15.1.0) - Added: `declaration-block-no-redundant-longhand-properties` autofix ([#&#8203;6580](https://github.com/stylelint/stylelint/pull/6580)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `declaration-property-value-no-unknown` false positives for `env()` ([#&#8203;6646](https://github.com/stylelint/stylelint/pull/6646)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `function-calc-no-unspaced-operator` TypeError on empty `calc()` ([#&#8203;6634](https://github.com/stylelint/stylelint/pull/6634)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: inaccurate `customSyntax` inference ([#&#8203;6645](https://github.com/stylelint/stylelint/pull/6645)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). ### [`v15.0.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1500) [Compare Source](https://github.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 ([#&#8203;6477](https://github.com/stylelint/stylelint/pull/6477)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). (BREAKING) - Removed: support for processors ([#&#8203;6479](https://github.com/stylelint/stylelint/pull/6479)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). (BREAKING) - Removed: `syntax` option ([#&#8203;6420](https://github.com/stylelint/stylelint/pull/6420)) ([@&#8203;fpetrakov](https://github.com/fpetrakov)). (BREAKING) - Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#&#8203;6380](https://github.com/stylelint/stylelint/pull/6380)) ([@&#8203;jasikpark](https://github.com/jasikpark)). (BREAKING) - Changed: type definitions to reorganize ([#&#8203;6510](https://github.com/stylelint/stylelint/pull/6510)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). (BREAKING) - Changed: type names to be more consistent ([#&#8203;6503](https://github.com/stylelint/stylelint/pull/6503)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). (BREAKING) - Deprecated: stylistic rules handled by Prettier ([#&#8203;6504](https://github.com/stylelint/stylelint/pull/6504)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Added: `declaration-property-value-no-unknown` rule ([#&#8203;6511](https://github.com/stylelint/stylelint/pull/6511)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Added: `media-feature-name-unit-allowed-list` rule ([#&#8203;6550](https://github.com/stylelint/stylelint/pull/6550)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: `function-url-quotes` autofix ([#&#8203;6558](https://github.com/stylelint/stylelint/pull/6558)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#&#8203;6588](https://github.com/stylelint/stylelint/pull/6588)) ([@&#8203;muddv](https://github.com/muddv)). - Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#&#8203;6592](https://github.com/stylelint/stylelint/pull/6592)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Added: deprecated rule warnings ([#&#8203;6561](https://github.com/stylelint/stylelint/pull/6561)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Added: message arguments to `declaration-property-unit-allowed-list` ([#&#8203;6570](https://github.com/stylelint/stylelint/pull/6570)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `overrides.files` in config to allow basename glob patterns ([#&#8203;6547](https://github.com/stylelint/stylelint/pull/6547)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#&#8203;6554](https://github.com/stylelint/stylelint/pull/6554)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#&#8203;6565](https://github.com/stylelint/stylelint/pull/6565)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)). - Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#&#8203;6605](https://github.com/stylelint/stylelint/pull/6605)) ([@&#8203;kimulaco](https://github.com/kimulaco)). - Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#&#8203;6553](https://github.com/stylelint/stylelint/pull/6553)) ([@&#8203;43081j](https://github.com/43081j)). - Fixed: `selector-attribute-quotes` false positives for "never" ([#&#8203;6571](https://github.com/stylelint/stylelint/pull/6571)) ([@&#8203;mattxwang](https://github.com/mattxwang)). - Fixed: `selector-not-notation` autofix for "simple" option ([#&#8203;6608](https://github.com/stylelint/stylelint/pull/6608)) ([@&#8203;Mouvedia](https://github.com/Mouvedia)). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Author
Collaborator

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-config-recommended@9.0.0
npm WARN Found: stylelint@15.11.0
npm WARN node_modules/stylelint
npm WARN   dev stylelint@"15.11.0" from the root project
npm WARN   2 more (stylelint-config-prettier, stylelint-config-prettier-scss)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended@9.0.0
npm WARN node_modules/stylelint-config-recommended
npm WARN   stylelint-config-recommended@"^9.0.0" from stylelint-config-recommended-scss@8.0.0
npm WARN   node_modules/stylelint-config-recommended-scss
npm WARN   1 more (stylelint-config-standard)
npm WARN 
npm WARN Conflicting peer dependency: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.10.0" from stylelint-config-recommended@9.0.0
npm WARN   node_modules/stylelint-config-recommended
npm WARN     stylelint-config-recommended@"^9.0.0" from stylelint-config-recommended-scss@8.0.0
npm WARN     node_modules/stylelint-config-recommended-scss
npm WARN     1 more (stylelint-config-standard)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-config-recommended-scss@8.0.0
npm WARN Found: stylelint@15.11.0
npm WARN node_modules/stylelint
npm WARN   dev stylelint@"15.11.0" from the root project
npm WARN   2 more (stylelint-config-prettier, stylelint-config-prettier-scss)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended-scss@8.0.0
npm WARN node_modules/stylelint-config-recommended-scss
npm WARN   stylelint-config-recommended-scss@"^8.0.0" from stylelint-config-standard-scss@6.1.0
npm WARN   node_modules/stylelint-config-standard-scss
npm WARN 
npm WARN Conflicting peer dependency: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.10.0" from stylelint-config-recommended-scss@8.0.0
npm WARN   node_modules/stylelint-config-recommended-scss
npm WARN     stylelint-config-recommended-scss@"^8.0.0" from stylelint-config-standard-scss@6.1.0
npm WARN     node_modules/stylelint-config-standard-scss
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-config-standard@29.0.0
npm WARN Found: stylelint@15.11.0
npm WARN node_modules/stylelint
npm WARN   dev stylelint@"15.11.0" from the root project
npm WARN   2 more (stylelint-config-prettier, stylelint-config-prettier-scss)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^14.14.0" from stylelint-config-standard@29.0.0
npm WARN node_modules/stylelint-config-standard
npm WARN   stylelint-config-standard@"^29.0.0" from stylelint-config-standard-scss@6.1.0
npm WARN   node_modules/stylelint-config-standard-scss
npm WARN 
npm WARN Conflicting peer dependency: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.14.0" from stylelint-config-standard@29.0.0
npm WARN   node_modules/stylelint-config-standard
npm WARN     stylelint-config-standard@"^29.0.0" from stylelint-config-standard-scss@6.1.0
npm WARN     node_modules/stylelint-config-standard-scss
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: stylelint-config-standard-scss@6.1.0
npm ERR! Found: stylelint@15.11.0
npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"15.11.0" from the root project
npm ERR!   peer stylelint@">=11.0.0" from stylelint-config-prettier@9.0.3
npm ERR!   node_modules/stylelint-config-prettier
npm ERR!     stylelint-config-prettier@">=9.0.3" from stylelint-config-prettier-scss@0.0.1
npm ERR!     node_modules/stylelint-config-prettier-scss
npm ERR!       dev stylelint-config-prettier-scss@"0.0.1" from the root project
npm ERR!   1 more (stylelint-config-prettier-scss)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^14.14.0" from stylelint-config-standard-scss@6.1.0
npm ERR! node_modules/stylelint-config-standard-scss
npm ERR!   dev stylelint-config-standard-scss@"6.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: stylelint@14.16.1
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^14.14.0" from stylelint-config-standard-scss@6.1.0
npm ERR!   node_modules/stylelint-config-standard-scss
npm ERR!     dev stylelint-config-standard-scss@"6.1.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /mnt/data/cache/others/npm/_logs/2023-10-17T09_01_09_009Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /mnt/data/cache/others/npm/_logs/2023-10-17T09_01_09_009Z-debug-0.log

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: stylelint-config-recommended@9.0.0 npm WARN Found: stylelint@15.11.0 npm WARN node_modules/stylelint npm WARN dev stylelint@"15.11.0" from the root project npm WARN 2 more (stylelint-config-prettier, stylelint-config-prettier-scss) npm WARN npm WARN Could not resolve dependency: npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended@9.0.0 npm WARN node_modules/stylelint-config-recommended npm WARN stylelint-config-recommended@"^9.0.0" from stylelint-config-recommended-scss@8.0.0 npm WARN node_modules/stylelint-config-recommended-scss npm WARN 1 more (stylelint-config-standard) npm WARN npm WARN Conflicting peer dependency: stylelint@14.16.1 npm WARN node_modules/stylelint npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended@9.0.0 npm WARN node_modules/stylelint-config-recommended npm WARN stylelint-config-recommended@"^9.0.0" from stylelint-config-recommended-scss@8.0.0 npm WARN node_modules/stylelint-config-recommended-scss npm WARN 1 more (stylelint-config-standard) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: stylelint-config-recommended-scss@8.0.0 npm WARN Found: stylelint@15.11.0 npm WARN node_modules/stylelint npm WARN dev stylelint@"15.11.0" from the root project npm WARN 2 more (stylelint-config-prettier, stylelint-config-prettier-scss) npm WARN npm WARN Could not resolve dependency: npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended-scss@8.0.0 npm WARN node_modules/stylelint-config-recommended-scss npm WARN stylelint-config-recommended-scss@"^8.0.0" from stylelint-config-standard-scss@6.1.0 npm WARN node_modules/stylelint-config-standard-scss npm WARN npm WARN Conflicting peer dependency: stylelint@14.16.1 npm WARN node_modules/stylelint npm WARN peer stylelint@"^14.10.0" from stylelint-config-recommended-scss@8.0.0 npm WARN node_modules/stylelint-config-recommended-scss npm WARN stylelint-config-recommended-scss@"^8.0.0" from stylelint-config-standard-scss@6.1.0 npm WARN node_modules/stylelint-config-standard-scss npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: stylelint-config-standard@29.0.0 npm WARN Found: stylelint@15.11.0 npm WARN node_modules/stylelint npm WARN dev stylelint@"15.11.0" from the root project npm WARN 2 more (stylelint-config-prettier, stylelint-config-prettier-scss) npm WARN npm WARN Could not resolve dependency: npm WARN peer stylelint@"^14.14.0" from stylelint-config-standard@29.0.0 npm WARN node_modules/stylelint-config-standard npm WARN stylelint-config-standard@"^29.0.0" from stylelint-config-standard-scss@6.1.0 npm WARN node_modules/stylelint-config-standard-scss npm WARN npm WARN Conflicting peer dependency: stylelint@14.16.1 npm WARN node_modules/stylelint npm WARN peer stylelint@"^14.14.0" from stylelint-config-standard@29.0.0 npm WARN node_modules/stylelint-config-standard npm WARN stylelint-config-standard@"^29.0.0" from stylelint-config-standard-scss@6.1.0 npm WARN node_modules/stylelint-config-standard-scss npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: stylelint-config-standard-scss@6.1.0 npm ERR! Found: stylelint@15.11.0 npm ERR! node_modules/stylelint npm ERR! dev stylelint@"15.11.0" from the root project npm ERR! peer stylelint@">=11.0.0" from stylelint-config-prettier@9.0.3 npm ERR! node_modules/stylelint-config-prettier npm ERR! stylelint-config-prettier@">=9.0.3" from stylelint-config-prettier-scss@0.0.1 npm ERR! node_modules/stylelint-config-prettier-scss npm ERR! dev stylelint-config-prettier-scss@"0.0.1" from the root project npm ERR! 1 more (stylelint-config-prettier-scss) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer stylelint@"^14.14.0" from stylelint-config-standard-scss@6.1.0 npm ERR! node_modules/stylelint-config-standard-scss npm ERR! dev stylelint-config-standard-scss@"6.1.0" from the root project npm ERR! npm ERR! Conflicting peer dependency: stylelint@14.16.1 npm ERR! node_modules/stylelint npm ERR! peer stylelint@"^14.14.0" from stylelint-config-standard-scss@6.1.0 npm ERR! node_modules/stylelint-config-standard-scss npm ERR! dev stylelint-config-standard-scss@"6.1.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /mnt/data/cache/others/npm/_logs/2023-10-17T09_01_09_009Z-eresolve-report.txt npm ERR! A complete log of this run can be found in: /mnt/data/cache/others/npm/_logs/2023-10-17T09_01_09_009Z-debug-0.log ```
renovate force-pushed renovate/stylelint-15.x from 556efb1eb2 to 280093490d 2023-04-23 08:01:18 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 280093490d to fd992c1d2d 2023-05-02 22:01:14 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from fd992c1d2d to 37c64cb7b5 2023-05-16 22:01:10 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 37c64cb7b5 to 9d33c614e2 2023-06-03 08:01:33 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 9d33c614e2 to 949d440156 2023-06-06 08:01:12 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 949d440156 to 67ad3401ae 2023-06-17 16:01:06 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 67ad3401ae to dc38882ad9 2023-06-23 08:02:25 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from dc38882ad9 to d412182ab8 2023-07-04 22:02:38 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from d412182ab8 to 03c1a1f5da 2023-07-06 08:01:18 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 03c1a1f5da to ebec943300 2023-08-01 13:55:16 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from ebec943300 to 23297a72f8 2023-08-18 16:01:38 +01:00 Compare
renovate force-pushed renovate/stylelint-15.x from 23297a72f8 to 4b219df3e7 2023-10-17 10:01:15 +01:00 Compare
renovate changed title from Update dependency stylelint to v15 to Update dependency stylelint to v15 - autoclosed 2023-12-08 18:01:05 +00:00
renovate closed this pull request 2023-12-08 18:01:05 +00:00
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#19
No description provided.