Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps the production-dependencies group with 4 updates in the / directory: stylelint, stylelint-browser-compat, stylelint-config-standard and stylelint-scss.

Updates stylelint from 16.21.0 to 16.26.1

Release notes

Sourced from stylelint's releases.

16.26.1

It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.

  • Fixed: *-no-unknown false positives for latest specs by integrating @csstools/css-syntax-patches-for-csstree (#8850) (@​romainmenke).
  • Fixed: at-rule-no-unknown false positives for @function (#8851) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for attr(), if() and custom functions (#8853) (@​jeddy3).
  • Fixed: function-url-quotes false positives when URLs require quoting (#8804) (@​taearls).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::scroll-button() (#8856) (@​Mouvedia).

16.26.0

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).

16.25.0

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

16.24.0

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).

16.23.1

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).

16.23.0

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.26.1 - 2025-11-28

It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.

  • Fixed: *-no-unknown false positives for latest specs by integrating @csstools/css-syntax-patches-for-csstree (#8850) (@​romainmenke).
  • Fixed: at-rule-no-unknown false positives for @function (#8851) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for attr(), if() and custom functions (#8853) (@​jeddy3).
  • Fixed: function-url-quotes false positives when URLs require quoting (#8804) (@​taearls).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::scroll-button() (#8856) (@​Mouvedia).

16.26.0 - 2025-11-21

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).

16.25.0 - 2025-10-03

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

16.24.0 - 2025-09-07

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).

16.23.1 - 2025-08-07

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).

16.23.0 - 2025-07-29

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

... (truncated)

Commits
  • b968143 Release 16.26.1 (#8857)
  • 2b24b9c Fix selector-pseudo-element-no-unknown false positives for `::scroll-button...
  • f152564 Fix *-no-unknown false positives for latest specs by integrating `@csstools...
  • 431cb53 Fix at-rule-no-unknown false positives for @function (#8851)
  • 119097e Fix declaration-property-value-no-unknown false positives for attr() and ...
  • 4b9c68b Fix function-url-quotes false positives when URLs require quoting (#8804)
  • 8cc4ced Bump rollup from 4.52.5 to 4.53.2 (#8848)
  • 4383feb Bump file-entry-cache from 11.1.0 to 11.1.1 (#8846)
  • a8a7560 Bump the eslint group with 2 updates (#8845)
  • 947ad33 Fix patch-package warning about mismatched @types/css-tree version (#8844)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.


Updates stylelint-browser-compat from 1.0.0-beta.169 to 1.0.0-beta.180

Release notes

Sourced from stylelint-browser-compat's releases.

v1.0.0-beta.180

1.0.0-beta.180 (2025-11-15)

Bug Fixes

  • fallback to default options if options is not passed (#1225) (d3d7981)

v1.0.0-beta.179

1.0.0-beta.179 (2025-11-03)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7.1.17 (#1210) (e174a42)

v1.0.0-beta.178

1.0.0-beta.178 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7.1.12 (#1145) (5124c55)

v1.0.0-beta.177

1.0.0-beta.177 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7 (#1203) (fa796e8)

v1.0.0-beta.176

1.0.0-beta.176 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v6.1.5 (#1097) (3f350d3)

v1.0.0-beta.175

1.0.0-beta.175 (2025-10-13)

Bug Fixes

v1.0.0-beta.174

1.0.0-beta.174 (2025-10-11)

... (truncated)

Changelog

Sourced from stylelint-browser-compat's changelog.

1.0.0-beta.180 (2025-11-15)

Bug Fixes

  • fallback to default options if options is not passed (#1225) (d3d7981)

1.0.0-beta.179 (2025-11-03)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7.1.17 (#1210) (e174a42)

1.0.0-beta.178 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7.1.12 (#1145) (5124c55)

1.0.0-beta.177 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v7 (#1203) (fa796e8)

1.0.0-beta.176 (2025-10-13)

Bug Fixes

  • npm: update dependency @​mdn/browser-compat-data to v6.1.5 (#1097) (3f350d3)

1.0.0-beta.175 (2025-10-13)

Bug Fixes

1.0.0-beta.174 (2025-10-11)

Bug Fixes

1.0.0-beta.173 (2025-07-11)

... (truncated)

Commits
  • fae3247 chore(release): 1.0.0-beta.180 [skip ci]
  • d3d7981 fix: fallback to default options if options is not passed (#1225)
  • c032eeb chore(npm): update dependency browserslist to v4.28.0 (#1223)
  • 1a557dc chore(release): 1.0.0-beta.179 [skip ci]
  • e174a42 fix(npm): update dependency @​mdn/browser-compat-data to v7.1.17 (#1210)
  • b577037 chore(deps): update 3846masa/configs digest to fde6015 (#1220)
  • 0578f6b chore(npm): update pnpm to v10.20.0 (#1219)
  • e298e74 chore(deps): update 3846masa/configs digest to 939ad5f (#1218)
  • 1d47599 chore(npm): update babel monorepo to v7.28.5 (#1217)
  • e1d2d1a chore(deps): update 3846masa/configs digest to beb6754 (#1216)
  • Additional commits viewable in compare view

Updates stylelint-config-standard from 38.0.0 to 39.0.1

Release notes

Sourced from stylelint-config-standard's releases.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

  • Removed: stylelint less than 16.23.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: block-no-redundant-nested-style-rules rule.
Changelog

Sourced from stylelint-config-standard's changelog.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

  • Removed: stylelint less than 16.23.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: block-no-redundant-nested-style-rules rule.
Commits
  • a2416d3 Release 39.0.1 (#374)
  • 9911899 Fix layer-name-pattern false positives for dot notation (#373)
  • 807ed8d Bump Stylelint (#371)
  • f6aea8b Introduce new release workflow (#370)
  • 5f6cc89 Bump stylelint/.github from 5c1fac886fb5f8f74e29e133f36d242770d03ed3 to 34f1c...
  • 939280e Bump the dev-deps group with 2 updates (#368)
  • 8cad224 Shorten dev dependencies group name for Dependabot (#367)
  • 552ca29 Sync CODEOWNERS (#366)
  • 6c540d2 Bump eslint from 9.34.0 to 9.35.0 in the development-dependencies group (#365)
  • bc321ef Introduce cooldown period for Dependabot updates (#364)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint-config-standard since your current version.


Updates stylelint-scss from 6.12.1 to 6.13.0

Release notes

Sourced from stylelint-scss's releases.

6.13.0

  • Added: at-mixin-argumentless-call-parentheses handle mixin calls with content block arguments (#1185).
  • Added: at-function-pattern, at-mixin-pattern, dollar-variable-pattern, percent-placeholder-pattern add support for arguments in custom messages (#1187).
  • Added: dollar-variable-no-missing-interpolation check for CSS custom properties, add autofix, rule documentation improvements (#1195).
  • Fixed: dollar-variable-colon-space-after prevent TypeError for dynamically created nodes (#1159).
  • Fixed: load-partial-extension add missing link to docs (#1202).
  • Fixed: migrate rules to use autofix callback instead of deprecated context.fix (#1206).
  • Updated: stylelint peer dependency version to ^16.8.2 (required by autofix callback) (#1206).

Full Changelog: stylelint-scss/stylelint-scss@v6.12.1...v6.13.0

Changelog

Sourced from stylelint-scss's changelog.

6.13.0

  • Added: at-mixin-argumentless-call-parentheses handle mixin calls with content block arguments (#1185).
  • Added: at-function-pattern, at-mixin-pattern, dollar-variable-pattern, percent-placeholder-pattern add support for arguments in custom messages (#1187).
  • Added: dollar-variable-no-missing-interpolation check for CSS custom properties, add autofix, rule documentation improvements (#1195).
  • Fixed: dollar-variable-colon-space-after prevent TypeError for dynamically created nodes (#1159).
  • Fixed: load-partial-extension add missing link to docs (#1202).
  • Fixed: migrate rules to use autofix callback instead of deprecated context.fix (#1206).
  • Updated: stylelint peer dependency version to ^16.8.2 (required by autofix callback) (#1206).

Full Changelog: stylelint-scss/stylelint-scss@v6.12.1...v6.13.0

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 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 <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 production-dependencies group with 4 updates in the / directory: [stylelint](https://github.com/stylelint/stylelint), [stylelint-browser-compat](https://github.com/3846masa/stylelint-browser-compat), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


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

Updates `stylelint-browser-compat` from 1.0.0-beta.169 to 1.0.0-beta.180
- [Release notes](https://github.com/3846masa/stylelint-browser-compat/releases)
- [Changelog](https://github.com/3846masa/stylelint-browser-compat/blob/develop/CHANGELOG.md)
- [Commits](3846masa/stylelint-browser-compat@v1.0.0-beta.169...v1.0.0-beta.180)

Updates `stylelint-config-standard` from 38.0.0 to 39.0.1
- [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@38.0.0...39.0.1)

Updates `stylelint-scss` from 6.12.1 to 6.13.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.12.1...v6.13.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stylelint-browser-compat
  dependency-version: 1.0.0-beta.180
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: stylelint-scss
  dependency-version: 6.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2025 13:01
@dependabot dependabot bot requested a review from jonrohan December 4, 2025 13:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 4, 2025

⚠️ No Changeset found

Latest commit: 790c93b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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