Title: Bump the twentytwentyone-stylelint group across 1 directory with 2 updates by dependabot[bot] · Pull Request #123 · soderlind/wordpress-develop · GitHub
Open Graph Title: Bump the twentytwentyone-stylelint group across 1 directory with 2 updates by dependabot[bot] · Pull Request #123 · soderlind/wordpress-develop
X Title: Bump the twentytwentyone-stylelint group across 1 directory with 2 updates by dependabot[bot] · Pull Request #123 · soderlind/wordpress-develop
Description: Bumps the twentytwentyone-stylelint group with 2 updates in the /src/wp-content/themes/twentytwentyone directory: @wordpress/stylelint-config and stylelint.
Updates @wordpress/stylelint-config from 21.30.0 to 23.23.0
Changelog
Sourced from @wordpress/stylelint-config's changelog.
23.23.0 (2025-09-17)
23.22.0 (2025-09-03)
23.21.0 (2025-08-20)
23.20.0 (2025-08-07)
23.19.0 (2025-07-23)
23.18.0 (2025-06-25)
23.17.0 (2025-06-04)
23.16.0 (2025-05-22)
23.15.0 (2025-05-07)
23.14.0 (2025-04-11)
23.13.0 (2025-03-27)
23.12.0 (2025-03-13)
23.11.0 (2025-02-28)
23.10.0 (2025-02-12)
23.9.0 (2025-01-29)
23.8.0 (2025-01-15)
23.7.0 (2025-01-02)
23.6.0 (2024-12-11)
23.5.0 (2024-11-27)
23.4.0 (2024-11-16)
23.3.0 (2024-10-30)
23.2.0 (2024-10-16)
23.1.0 (2024-10-03)
23.0.0 (2024-09-19)
Breaking Changes
... (truncated)
Commits
d7601d3 chore(release): publish
5eb3736 Update changelog files
c66cb08 chore(release): publish
0a60ca0 Update changelog files
445ede0 chore(release): publish
942f381 Update changelog files
28cc209 chore(release): publish
c3f1cc5 Update changelog files
abe06a6 chore(release): publish
b47544e Update changelog files
Additional commits viewable in compare view
Updates stylelint from 14.16.1 to 16.24.0
Release notes
Sourced from stylelint's releases.
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.
Added: block-no-redundant-nested-style-rules rule (#8684) (@sw1tch3roo).
Added: media-type-no-deprecated rule (#8668) (@immitsu).
Added: nesting-selector-no-missing-scoping-root rule (#8674) (@sw1tch3roo).
Added: no-invalid-position-declaration rule (#8669) (@sw1tch3roo).
Added: property-no-deprecated rule (#8682) (@immitsu).
Added: except: ["exact-value"] to media-feature-range-notation (#8675) (@immitsu).
Fixed: declaration-block-no-duplicate-properties false negatives for named colors with ignore: ['consecutive-duplicates-with-different-syntaxes'] (#8665) (@sw1tch3roo).
Fixed: function-no-unknown false positives (#8677) (@Mouvedia).
Fixed: no-irregular-whitespace false positives for strings (#8667) (@immitsu).
16.22.0
It adds 3 rule features and fixes 2 bugs.
Added: messageArgs to color-named (#8663) (@Mouvedia).
Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@Mouvedia).
Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@immitsu).
Fixed: at-rule-no-deprecated false positives for @apply (#8630) (@Mouvedia).
Fixed: lightness-notation crash with "number" option and single-digit percentage (#8661) (@ybiquitous).
16.21.1
It fixes 3 bugs.
Fixed: unexpected change of syntax in computed EditInfo (#8638) (@romainmenke).
Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra).
Fixed: media-feature-range-notation autofix for exact values (#8651) (@romainmenke).
16.21.0
It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.
... (truncated)
Changelog
Sourced from stylelint's changelog.
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.
Added: block-no-redundant-nested-style-rules rule (#8684) (@sw1tch3roo).
Added: media-type-no-deprecated rule (#8668) (@immitsu).
Added: nesting-selector-no-missing-scoping-root rule (#8674) (@sw1tch3roo).
Added: no-invalid-position-declaration rule (#8669) (@sw1tch3roo).
Added: property-no-deprecated rule (#8682) (@immitsu).
Added: except: ["exact-value"] to media-feature-range-notation (#8675) (@immitsu).
Fixed: declaration-block-no-duplicate-properties false negatives for named colors with ignore: ['consecutive-duplicates-with-different-syntaxes'] (#8665) (@sw1tch3roo).
Fixed: function-no-unknown false positives (#8677) (@Mouvedia).
Fixed: no-irregular-whitespace false positives for strings (#8667) (@immitsu).
16.22.0 - 2025-07-18
It adds 3 rule features and fixes 2 bugs.
Added: messageArgs to color-named (#8663) (@Mouvedia).
Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@Mouvedia).
Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@immitsu).
Fixed: at-rule-no-deprecated false positives for @apply (#8630) (@Mouvedia).
Fixed: lightness-notation crash with "number" option and single-digit percentage (#8661) (@ybiquitous).
16.21.1 - 2025-07-03
It fixes 3 bugs.
Fixed: unexpected change of syntax in computed EditInfo (#8638) (@romainmenke).
... (truncated)
Commits
34ec717 16.24.0
a557444 Document changelog summary (#8751)
6f37f76 Document using latest version of create script (#8750)
6567514 Prepare 16.24.0 (#8725)
57b4542 Document getting started with alternative package managers (#8726)
55377c7 Fix selector-pseudo-class-no-unknown false positives for :heading (#8749)
cfbe772 Add ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743)
5d642e9 Bump the jest group with 2 updates (#8742)
e4eac56 Bump rollup from 4.48.0 to 4.50.0 (#8741)
e98952d Bump rollup from 4.46.2 to 4.48.0 (#8738)
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 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
Open Graph Description: Bumps the twentytwentyone-stylelint group with 2 updates in the /src/wp-content/themes/twentytwentyone directory: @wordpress/stylelint-config and stylelint. Updates @wordpress/stylelint-config from...
X Description: Bumps the twentytwentyone-stylelint group with 2 updates in the /src/wp-content/themes/twentytwentyone directory: @wordpress/stylelint-config and stylelint. Updates @wordpress/stylelint-config from...
Opengraph URL: https://github.com/soderlind/wordpress-develop/pull/123
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:832545fc-a42b-5ad9-c8ae-1e1a46459b4c |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | E98E:1A6069:206BDCC:291986E:6991911C |
| html-safe-nonce | 7585a2b622cb6fb90f4390fcf969202ac90a047c36f5d3391c4cc78af88d5ee4 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOThFOjFBNjA2OToyMDZCRENDOjI5MTk4NkU6Njk5MTkxMUMiLCJ2aXNpdG9yX2lkIjoiNjMyMzQyMjk0Mzg5OTUyNzk3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 7725ee0c4db1c96896373bf3449c83fd0230510728ebbbb0668d0bd1f9e385d2 |
| hovercard-subject-tag | pull_request:2848377938 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/soderlind/wordpress-develop/pull/123/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the twentytwentyone-stylelint group with 2 updates in the /src/wp-content/themes/twentytwentyone directory: @wordpress/stylelint-config and stylelint. Updates @wordpress/stylelint-config from... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-cache |
| go-import | github.com/soderlind/wordpress-develop git https://github.com/soderlind/wordpress-develop.git |
| octolytics-dimension-user_id | 1649452 |
| octolytics-dimension-user_login | soderlind |
| octolytics-dimension-repository_id | 432744181 |
| octolytics-dimension-repository_nwo | soderlind/wordpress-develop |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 75645659 |
| octolytics-dimension-repository_parent_nwo | WordPress/wordpress-develop |
| octolytics-dimension-repository_network_root_id | 75645659 |
| octolytics-dimension-repository_network_root_nwo | WordPress/wordpress-develop |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width