Skip to content

chore(deps): update dependency @stylistic/stylelint-plugin to v5#323

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stylistic-stylelint-plugin-5.x
Open

chore(deps): update dependency @stylistic/stylelint-plugin to v5#323
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stylistic-stylelint-plugin-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@stylistic/stylelint-plugin ^3.1.3^5.0.1 age confidence

Release Notes

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

v5.0.1

Compare Source

Fixed
  • The selector-pseudo-class-parentheses-space-inside rule no longer triggers false positives in multiline pseudo-classes.

v5.0.0

Compare Source

Changed
  • The plugin now requires:
    • stylelint version 17.0.0 or higher
    • node.js version 20.19.0 or higher

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.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York.

🚦 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 added dependencies Pull requests that update a dependency file renovate-bot labels Feb 5, 2026
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate-bot labels Feb 5, 2026
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-5.x branch from 22c8bef to cec7d34 Compare March 4, 2026 06:39
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/stylistic-stylelint-plugin-5.x branch from cec7d34 to 4403146 Compare March 15, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants