Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps stylelint and stylelint-config-standard. These dependencies needed to be updated together.
Updates stylelint from 16.26.1 to 17.0.0

Release notes

Sourced from stylelint's releases.

17.0.0

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#8867) (@​jeddy3).
  • Removed: GitHub formatter (#8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#8913) (@​jeddy3).
  • Changed: default fix mode to strict (#8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript config files (#8908) (@​kovsu).
  • Fixed: at-rule-descriptor-no-unknown false positives for declarations within feature-value-blocks (#8868) (@​kovsu).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for short and long combinations (#8892) (@​nathannewyen).
  • Fixed: media-feature-name-no-unknown false positives for namespaced dollar variables and range context queries (#8890) (@​kovsu).
  • Fixed: nesting-selector-no-missing-scoping-root false positives for CSS-in-JS (#8905) (@​kovsu).
  • Fixed: no-invalid-position-declaration false negatives for embedded blocks (#8907) (@​kovsu).
  • Fixed: selector-no-qualifying-type false negatives for :is/where() (#8940) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for MathML 4 tags (#8874) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.0.0 - 2026-01-15

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#8867) (@​jeddy3).
  • Removed: GitHub formatter (#8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#8913) (@​jeddy3).
  • Changed: default fix mode to strict (#8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript config files (#8908) (@​kovsu).
  • Fixed: at-rule-descriptor-no-unknown false positives for declarations within feature-value-blocks (#8868) (@​kovsu).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for short and long combinations (#8892) (@​nathannewyen).
  • Fixed: media-feature-name-no-unknown false positives for namespaced dollar variables and range context queries (#8890) (@​kovsu).
  • Fixed: nesting-selector-no-missing-scoping-root false positives for CSS-in-JS (#8905) (@​kovsu).
  • Fixed: no-invalid-position-declaration false negatives for embedded blocks (#8907) (@​kovsu).
  • Fixed: selector-no-qualifying-type false negatives for :is/where() (#8940) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for MathML 4 tags (#8874) (@​jeddy3).
Commits

Updates stylelint-config-standard from 39.0.1 to 40.0.0

Release notes

Sourced from stylelint-config-standard's releases.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.
Changelog

Sourced from stylelint-config-standard's changelog.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.
Commits
  • fbbe7b8 Release 40.0.0 (#386)
  • e6368f9 Prepare 40.0.0 (#381)
  • 481e21c Bump the dev-deps group with 3 updates (#382)
  • 696689d Bump stylelint/.github/.github/workflows/call-release-pr.yml from 0.3.1 to 0....
  • 5d46c0f Bump stylelint/.github/.github/workflows/call-lint.yml from 0.3.1 to 0.5.0 (#...
  • f888c90 Bump stylelint/.github/.github/workflows/call-test.yml from 0.3.1 to 0.5.0 (#...
  • 066dda1 Fix vulnerable dependencies via npm audit fix (#378)
  • b6e6aec Bump js-yaml from 4.1.0 to 4.1.1 (#379)
  • 63bb8dd Bump mdast-util-to-hast from 13.1.0 to 13.2.1 (#380)
  • 0cc790a Bump the dev-deps group with 2 updates (#377)
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @cloud-hypervisor-bot.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

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

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

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
  dependency-version: 40.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jan 16, 2026
Copy link

@cloud-hypervisor-bot cloud-hypervisor-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beep boop! I am also a 🤖 - let's join forces!

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit dac3713 into main Jan 16, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-56bbb5a7cc branch January 16, 2026 01:44
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.

2 participants