Skip to content

chore(deps-dev): bump stylelint from 17.4.0 to 17.8.0#8431

Merged
github-actions[bot] merged 2 commits intostable8from
dependabot/npm_and_yarn/stable8/stylelint-17.8.0
Apr 16, 2026
Merged

chore(deps-dev): bump stylelint from 17.4.0 to 17.8.0#8431
github-actions[bot] merged 2 commits intostable8from
dependabot/npm_and_yarn/stable8/stylelint-17.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps stylelint from 17.4.0 to 17.8.0.

Release notes

Sourced from stylelint's releases.

17.8.0

It adds 3 new rules and 1 configuration property.

17.7.0

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

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.8.0 - 2026-04-15

It adds 3 new rules and 1 configuration property.

17.7.0 - 2026-04-12

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

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
Install script changes

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


@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Apr 16, 2026
@github-actions github-actions bot enabled auto-merge April 16, 2026 06:37
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.4.0 to 17.8.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.8.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable8/stylelint-17.8.0 branch from 5cdf83a to 959a822 Compare April 16, 2026 06:40
@ShGKme
Copy link
Copy Markdown
Contributor

ShGKme commented Apr 16, 2026

Something went wrong with updating, resulting in having two postcss versions:

  • 8.5.6
  • 8.5.10

8.5.10 was fine from the package.json requirements.

Deduped. It fixes the issue.

@ShGKme ShGKme disabled auto-merge April 16, 2026 15:54
@github-actions github-actions bot enabled auto-merge April 16, 2026 15:54
@ShGKme ShGKme requested a review from susnux April 16, 2026 15:54
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
@ShGKme ShGKme force-pushed the dependabot/npm_and_yarn/stable8/stylelint-17.8.0 branch from 2ac40b3 to 58e08ac Compare April 16, 2026 15:55
@github-actions github-actions bot merged commit 4f0eca5 into stable8 Apr 16, 2026
17 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/stable8/stylelint-17.8.0 branch April 16, 2026 15:57
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.52%. Comparing base (eab2916) to head (58e08ac).
⚠️ Report is 13 commits behind head on stable8.

Additional details and impacted files
@@           Coverage Diff            @@
##           stable8    #8431   +/-   ##
========================================
  Coverage    46.52%   46.52%           
========================================
  Files          194      194           
  Lines         4890     4890           
  Branches      1262     1262           
========================================
  Hits          2275     2275           
  Misses        2527     2527           
  Partials        88       88           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ShGKme
Copy link
Copy Markdown
Contributor

ShGKme commented Apr 16, 2026

image

ಠ╭╮ಠ

@susnux
Copy link
Copy Markdown
Contributor

susnux commented Apr 16, 2026

your push re-activated it because it triggered the workflow.
We should maybe make it only trigger on create not on push

@susnux
Copy link
Copy Markdown
Contributor

susnux commented Apr 16, 2026

Pushed a pr to nextcloud/.github

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

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants