Bump the twentytwentyone-stylelint group across 1 directory with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(8 months ago)
(7 months ago)
dependencies javascript
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
d7601d3chore(release): publish5eb3736Update changelog filesc66cb08chore(release): publish0a60ca0Update changelog files445ede0chore(release): publish942f381Update changelog files28cc209chore(release): publishc3f1cc5Update changelog filesabe06a6chore(release): publishb47544eUpdate 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-listrule (#8680) (@sw1tch3roo).- Added:
ignoreAtRules: []tonesting-selector-no-missing-scoping-root(#8743) (@karlhorky).- Fixed:
function-no-unknownfalse positives forcontrast-color()andsibling-*()(#8729) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:heading(#8749) (@Mouvedia).16.23.1
It fixes 7 bugs.
- Fixed:
no-invalid-position-declarationfalse positives for embedded styles (#8701) (@sw1tch3roo).- Fixed:
property-no-deprecatederroneously autofixingclip(#8699) (@immitsu).- Fixed:
property-no-deprecatedfalse positives for-webkit-box-orient: vertical;(#8699) (@immitsu).- Fixed:
selector-pseudo-*-no-unknownfalse positives for some meter pseudo classes/elements (#8708) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:unchecked(#8705) (@Mouvedia).- Fixed:
selector-pseudo-element-no-unknownfalse positives for::search-text(#8707) (@Mouvedia).- Fixed:
selector-type-no-unknownfalse positives forselectedcontent(#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-rulesrule (#8684) (@sw1tch3roo).- Added:
media-type-no-deprecatedrule (#8668) (@immitsu).- Added:
nesting-selector-no-missing-scoping-rootrule (#8674) (@sw1tch3roo).- Added:
no-invalid-position-declarationrule (#8669) (@sw1tch3roo).- Added:
property-no-deprecatedrule (#8682) (@immitsu).- Added:
except: ["exact-value"]tomedia-feature-range-notation(#8675) (@immitsu).- Fixed:
declaration-block-no-duplicate-propertiesfalse negatives for named colors withignore: ['consecutive-duplicates-with-different-syntaxes'](#8665) (@sw1tch3roo).- Fixed:
function-no-unknownfalse positives (#8677) (@Mouvedia).- Fixed:
no-irregular-whitespacefalse positives for strings (#8667) (@immitsu).16.22.0
It adds 3 rule features and fixes 2 bugs.
- Added:
messageArgstocolor-named(#8663) (@Mouvedia).- Added:
messageArgstodeclaration-property-value-keyword-no-deprecated(#8654) (@Mouvedia).- Added:
no-descending-specificityreport message includes line number of the anchoring selector (#8666) (@immitsu).- Fixed:
at-rule-no-deprecatedfalse positives for@apply(#8630) (@Mouvedia).- Fixed:
lightness-notationcrash 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-directionfalse positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra).- Fixed:
media-feature-range-notationautofix for exact values (#8651) (@romainmenke).16.21.0
It rounds out the
messagesecondary 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-listrule (#8680) (@sw1tch3roo).- Added:
ignoreAtRules: []tonesting-selector-no-missing-scoping-root(#8743) (@karlhorky).- Fixed:
function-no-unknownfalse positives forcontrast-color()andsibling-*()(#8729) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:heading(#8749) (@Mouvedia).16.23.1 - 2025-08-07
It fixes 7 bugs.
- Fixed:
no-invalid-position-declarationfalse positives for embedded styles (#8701) (@sw1tch3roo).- Fixed:
property-no-deprecatederroneously autofixingclip(#8699) (@immitsu).- Fixed:
property-no-deprecatedfalse positives for-webkit-box-orient: vertical;(#8699) (@immitsu).- Fixed:
selector-pseudo-*-no-unknownfalse positives for some meter pseudo classes/elements (#8708) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:unchecked(#8705) (@Mouvedia).- Fixed:
selector-pseudo-element-no-unknownfalse positives for::search-text(#8707) (@Mouvedia).- Fixed:
selector-type-no-unknownfalse positives forselectedcontent(#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-rulesrule (#8684) (@sw1tch3roo).- Added:
media-type-no-deprecatedrule (#8668) (@immitsu).- Added:
nesting-selector-no-missing-scoping-rootrule (#8674) (@sw1tch3roo).- Added:
no-invalid-position-declarationrule (#8669) (@sw1tch3roo).- Added:
property-no-deprecatedrule (#8682) (@immitsu).- Added:
except: ["exact-value"]tomedia-feature-range-notation(#8675) (@immitsu).- Fixed:
declaration-block-no-duplicate-propertiesfalse negatives for named colors withignore: ['consecutive-duplicates-with-different-syntaxes'](#8665) (@sw1tch3roo).- Fixed:
function-no-unknownfalse positives (#8677) (@Mouvedia).- Fixed:
no-irregular-whitespacefalse positives for strings (#8667) (@immitsu).16.22.0 - 2025-07-18
It adds 3 rule features and fixes 2 bugs.
- Added:
messageArgstocolor-named(#8663) (@Mouvedia).- Added:
messageArgstodeclaration-property-value-keyword-no-deprecated(#8654) (@Mouvedia).- Added:
no-descending-specificityreport message includes line number of the anchoring selector (#8666) (@immitsu).- Fixed:
at-rule-no-deprecatedfalse positives for@apply(#8630) (@Mouvedia).- Fixed:
lightness-notationcrash 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
34ec71716.24.0a557444Document changelog summary (#8751)6f37f76Document using latest version of create script (#8750)6567514Prepare 16.24.0 (#8725)57b4542Document getting started with alternative package managers (#8726)55377c7Fixselector-pseudo-class-no-unknownfalse positives for:heading(#8749)cfbe772AddignoreAtRules: []tonesting-selector-no-missing-scoping-root(#8743)5d642e9Bump the jest group with 2 updates (#8742)e4eac56Bump rollup from 4.48.0 to 4.50.0 (#8741)e98952dBump 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
@wordpress/stylelint-config
npm
21.30.0 → 23.23.0
Major
Technical Details
| ID: | 11095485 |
| UUID: | 3439890203 |
| Node ID: | PR_kwDOEedg3c6pyRvJ |
| Host: | GitHub |
| Repository: | dream-encode/wordpress-develop |