Skip to content

Bump the stylelint group with 3 updates#445

Merged
Alkarex merged 1 commit intomainfrom
dependabot/npm_and_yarn/stylelint-d1123adaf2
Apr 2, 2026
Merged

Bump the stylelint group with 3 updates#445
Alkarex merged 1 commit intomainfrom
dependabot/npm_and_yarn/stylelint-d1123adaf2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the stylelint group with 3 updates: stylelint, stylelint-order and @stylistic/stylelint-plugin.

Updates stylelint from 17.4.0 to 17.6.0

Release notes

Sourced from stylelint's releases.

17.6.0

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#9164) (@​splincode).

17.5.0

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

  • Deprecated: *syntax options from declaration-property-value-no-unknown (#9102) (@​ragini-pandey).
  • Added: ignoreMediaFeatureNameValues: {} to media-feature-name-value-no-unknown (#8976) (@​kovsu).
  • Fixed: node_modules not ignored when using codeFilename in Node.js API (#9130) (@​adalinesimonian).
  • Fixed: Error TS7016 for imported css-tree types (#9133) (@​ragini-pandey).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for function arguments (#9116) (@​ragini-pandey).
  • Fixed: declaration-property-value-no-unknown false positives for calc-size() containing size keyword (#9105) (@​hriztam).
  • Fixed: no-descending-specificity & no-duplicate-selectors false negatives for equivalent compound selectors (#8977) (@​kovsu).
  • Fixed: no-invalid-position-declaration false positives for @mixin and @scope (#9120) (@​ragini-pandey).
  • Fixed: property-no-unknown false negatives for types (#9117) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

17.6.0 - 2026-03-26

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#9164) (@​splincode).

17.5.0 - 2026-03-19

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

  • Deprecated: *syntax options from declaration-property-value-no-unknown (#9102) (@​ragini-pandey).
  • Added: ignoreMediaFeatureNameValues: {} to media-feature-name-value-no-unknown (#8976) (@​kovsu).
  • Fixed: node_modules not ignored when using codeFilename in Node.js API (#9130) (@​adalinesimonian).
  • Fixed: Error TS7016 for imported css-tree types (#9133) (@​ragini-pandey).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for function arguments (#9116) (@​ragini-pandey).
  • Fixed: declaration-property-value-no-unknown false positives for calc-size() containing size keyword (#9105) (@​hriztam).
  • Fixed: no-descending-specificity & no-duplicate-selectors false negatives for equivalent compound selectors (#8977) (@​kovsu).
  • Fixed: no-invalid-position-declaration false positives for @mixin and @scope (#9120) (@​ragini-pandey).
  • Fixed: property-no-unknown false negatives for types (#9117) (@​Mouvedia).
Commits
  • f74ceaf Release 17.6.0 (#9180)
  • 895f7f2 Add support for extending units to languageOptions (#9166)
  • dd7231b Refactor to replace imurmurhash with node:crypto (#9177)
  • 5b6b024 Bump picomatch (#9178)
  • 7e25378 Bump @​csstools/css-syntax-patches-for-csstree from 1.0.29 to 1.1.1 in the css...
  • 9edeff4 Group csstree and @csstools/css-syntax-patches-for-csstree in dependabot ...
  • 2f7c0ca Bump actions/download-artifact from 8.0.0 to 8.0.1 (#9167)
  • 59f310d Bump write-file-atomic from 7.0.0 to 7.0.1 (#9169)
  • ab2ffcb Bump @​vscode/windows-process-tree from 0.6.3 to 0.7.0 (#9170)
  • a9f3e5b Bump lint-staged from 16.3.3 to 16.4.0 (#9171)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-order from 7.0.1 to 8.1.1

Release notes

Sourced from stylelint-order's releases.

8.1.1

  • Fixed false positives for non-standard CSS (e.g. SCSS) in <style> tags, when using postcss-html custom syntax

8.1.0

  • Added custom-properties-alphabetical-order rule

8.0.0

  • Added limited autofix for properties in rules containing interpolation in CSS-in-JS syntax. Previosly such rules were ignored by autofix. Now groups of properties are sorted. See postcss-sorting documentation for an example.
Changelog

Sourced from stylelint-order's changelog.

8.1.1

  • Fixed false positives for non-standard CSS (e.g. SCSS) in <style> tags, when using postcss-html custom syntax

8.1.0

  • Added custom-properties-alphabetical-order rule

8.0.0

  • Added limited autofix for properties in rules containing interpolation in CSS-in-JS syntax. Previosly such rules were ignored by autofix. Now groups of properties are sorted. See postcss-sorting documentation for an example.
Commits
  • 5e0802a 8.1.1
  • d63b335 Prepare 8.1.1
  • 707f2d9 Change how CSS from the style attribute is detected, when using `postcss-ht...
  • 7db7174 Add custom-properties-alphabetical-order in README (#214)
  • 6d5b26a 8.1.0
  • cfa2267 Prepare 8.1.0
  • 6652d6d Add custom-properties-alphabetical-order rule (#212)
  • cb01afd 8.0.0
  • ff92d6e Update changelog
  • 3b45045 Add limited autofix for properties in rules containing interpolation in CSS-i...
  • Additional commits viewable in compare view

Updates @stylistic/stylelint-plugin from 5.0.1 to 5.1.0

Release notes

Sourced from @​stylistic/stylelint-plugin's releases.

Release v5.1.0

Added

  • The no-multiple-whitespaces rule, which disallows multiple whitespaces between property values and function arguments.

Fixed

  • The dependencies have now been updated to versions that include security fixes.
Changelog

Sourced from @​stylistic/stylelint-plugin's changelog.

[5.1.0] — 2026–03–28

Added

  • The no-multiple-whitespaces rule, which disallows multiple whitespaces between property values and function arguments.

Fixed

  • The dependencies have now been updated to versions that include security fixes.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the stylelint group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-order](https://github.com/hudochenkov/stylelint-order) and [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic).


Updates `stylelint` from 17.4.0 to 17.6.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.4.0...17.6.0)

Updates `stylelint-order` from 7.0.1 to 8.1.1
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@7.0.1...8.1.1)

Updates `@stylistic/stylelint-plugin` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases)
- [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md)
- [Commits](stylelint-stylistic/stylelint-stylistic@v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: stylelint
- dependency-name: stylelint-order
  dependency-version: 8.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: "@stylistic/stylelint-plugin"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@Alkarex Alkarex merged commit 49af1e2 into main Apr 2, 2026
1 check passed
@Alkarex Alkarex deleted the dependabot/npm_and_yarn/stylelint-d1123adaf2 branch April 2, 2026 07:24
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant