Skip to content

Update dependency @stylistic/stylelint-plugin to v4 - autoclosed#133

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stylistic-stylelint-plugin-4.x
Closed

Update dependency @stylistic/stylelint-plugin to v4 - autoclosed#133
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stylistic-stylelint-plugin-4.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/stylelint-plugin ^2.1.0^4.0.0 age confidence

Release Notes

stylelint-stylistic/stylelint-stylistic (@​stylistic/stylelint-plugin)

v4.0.1

Compare Source

Fixed
  • Multiline pseudos are now aligned correctly with the @stylistic/indentation rule.

    Before:

    .foo:where(
    :not(
        .bar,
        .baz
    )
    ) {}

    Now:

    .foo:where(
      :not(
        .bar,
        .baz
      )
    ) {}

v4.0.0

Compare Source

Changed
  • The plugin now requires stylelint version 16.22.0 or higher.

v3.1.3

Compare Source

Fixed

v3.1.2

Compare Source

Fixed
  • An explicit end position is now passed to all report calls.
    The report calls no longer receive the line argument, which was deprecated in stylelint@16.13.0.
    Previously, attempts to update stylelint to 16.13.0 version resulted in multiple DeprecationWarning messages (#​53) (@​MorevM).
  • Added an exception to the declaration-block-semicolon-space-before rule for an empty value of a custom property: now both --custom-prop: ; and --custom-prop:; are considered valid even with the never and never-single-line options.
    You can find a detailed explanation in the original issue (#​51) (@​MorevM).
  • Fixed behavior of baseIndentLevel option of indentation rule when used in non-CSS files (e.g. when using postcss-html syntax) (#​47) (@​net-solution).
  • Fixed removing the starting indentation along with the blank line in the no-empty-first-rule rule (#​47) (@​net-solution).

v3.1.1

Compare Source

Fixed
  • Indentation checking for property values that use dynamic expressions when using postcss-styled-syntax is now disabled (#​44) (@​MorevM).

v3.1.0

Compare Source

Added
Fixed
  • Calculation of indentation using postcss-styled-syntax custom syntax (#​41) (@​MorevM).

v3.0.1

Compare Source

Fixed
  • The context.fix, which is deprecated in stylelint@16.8.2, is no longer used. Previously, attempts to update stylelint to 16.8.2 version resulted in multiple DeprecationWarning messages (#​37).

v3.0.0

Compare Source

Changed
  • The plugin now requires stylelint version 16.8.0 or higher.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-4.x branch from 2fe3385 to 85e7c51 Compare September 25, 2025 16:52
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-4.x branch 2 times, most recently from e5304f9 to 4fe4621 Compare November 22, 2025 05:36
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-4.x branch from 4fe4621 to b41bfef Compare December 3, 2025 17:43
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-4.x branch 2 times, most recently from ede723a to 7291318 Compare December 31, 2025 14:58
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-4.x branch from 7291318 to dd42a21 Compare January 15, 2026 13:27
@renovate renovate bot changed the title Update dependency @stylistic/stylelint-plugin to v4 Update dependency @stylistic/stylelint-plugin to v4 - autoclosed Jan 15, 2026
@renovate renovate bot closed this Jan 15, 2026
@renovate renovate bot deleted the renovate/stylistic-stylelint-plugin-4.x branch January 15, 2026 21:56
@github-actions
Copy link

The following links are for previewing this pull request:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants