Bump the twentytwentyone-stylelint group across 1 directory with 3 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(9 months ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps the twentytwentyone-stylelint group with 3 updates in the /src/wp-content/themes/twentytwentyone directory: @wordpress/stylelint-config, stylelint and stylelint-config-recommended-scss.
Updates @wordpress/stylelint-config from 21.30.0 to 23.21.0
Changelog
Sourced from @wordpress/stylelint-config's changelog.
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
445ede0chore(release): publish942f381Update changelog files28cc209chore(release): publishc3f1cc5Update changelog filesabe06a6chore(release): publishb47544eUpdate changelog files35e2694chore(release): publishe23caa5Update changelog filesd1acd76chore(release): publish3f742f0Update changelog files- Additional commits viewable in compare view
Updates stylelint from 14.16.1 to 16.23.1
Release notes
Sourced from stylelint's releases.
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.
- Added: non-experimental support for functional
messagesecondary option (#8595) (@ybiquitous).- Added:
ignore: ["after-custom-property"]tocustom-property-empty-line-before(#8627) (@imkesin).- Fixed:
cacheconfiguration property not being respected (#8599) (@ybiquitous).- Fixed:
fastest-levenshteinimport when bundling (#8621) (@onigoetz).- Fixed:
named-grid-areas-no-invalidfalse positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@shahana308).- Fixed:
selector-pseudo-*-no-unknownfalse positives for the missing form control styling selectors (#8623) (@tyrann0us).
... (truncated)
Changelog
Sourced from stylelint's changelog.
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).- 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 - 2025-06-19
It rounds out the
messagesecondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.
- Added: non-experimental support for functional
messagesecondary option (#8595) (@ybiquitous).- Added:
ignore: ["after-custom-property"]tocustom-property-empty-line-before(#8627) (@imkesin).
... (truncated)
Commits
a282f6c16.23.193e33f0Prepare 16.23.1 (#8706)2811636Fixno-invalid-position-declarationfalse positives for embedded styles (#8...6006370Fixselector-type-no-unknownfalse positives forselectedcontent(#8716)5e7c4f0Fixselector-pseudo-*-no-unknownfalse positives for some meter pseudo clas...5ef3ad8Improvepostcss-naive-css-in-jstest fixture (#8715)5c66db7Fixselector-pseudo-element-no-unknownfalse positives for::search-text...b17f5a4Bump typescript from 5.8.3 to 5.9.2 in the typescript group (#8711)ce1283bFixproperty-no-deprecatedfalse positive for `-webkit-box-orient: vertical...94b6d69Bump rollup from 4.46.0 to 4.46.2 (#8709)- Additional commits viewable in compare view
Updates stylelint-config-recommended-scss from 14.1.0 to 16.0.0
Release notes
Sourced from stylelint-config-recommended-scss's releases.
16.0.0
- Changed: updated to
stylelint-config-recommended@17.0.0.- Changed: updated to
stylelint-scss@6.12.1.- Removed:
stylelintless than16.23.1from peer dependencies.15.0.1
- Fixed: change minimum supported Node.js version to
20.15.0.0
- Changed: updated to
stylelint-config-recommended@16.0.0.- Changed: updated to
stylelint-scss@6.12.0.- Removed:
stylelintless than16.16.0from peer dependencies.- Removed: Node.js less than
22support.
Changelog
Sourced from stylelint-config-recommended-scss's changelog.
16.0.0
- Changed: updated to
stylelint-config-recommended@17.0.0.- Changed: updated to
stylelint-scss@6.12.1.- Removed:
stylelintless than16.23.1from peer dependencies.15.0.1
- Fixed: change minimum supported Node.js version to
20.15.0.0
- Changed: updated to
stylelint-config-recommended@16.0.0.- Changed: updated to
stylelint-scss@6.12.0.- Removed:
stylelintless than16.16.0from peer dependencies.- Removed: Node.js less than
22support.
Commits
c55487216.0.0829454dPrepare 16.0.016ccca8Bump eslint-config-stylelint from 24.0.0 to 25.0.0 (#353)095b126Bump npm-run-all2 from 8.0.1 to 8.0.4 (#351)8ddcf4aBump eslint from 9.26.0 to 9.32.0 (#357)14cef9bBump prettier from 3.5.3 to 3.6.2 (#361)396e49aBump stylelint from 16.23.0 to 16.23.1 (#360)97b7020Update to stylelint-config-recommended 17 (#359)c45f978Bump stylelint-scss from 6.12.0 to 6.12.1 (#356)e7f714015.0.1- 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
stylelint-config-recommended-scss
npm
14.1.0 → 16.0.0
Major
@wordpress/stylelint-config
npm
21.30.0 → 23.21.0
Major
Technical Details
| ID: | 8154424 |
| UUID: | 3352387630 |
| Node ID: | PR_kwDOGcsm9c6lPh4x |
| Host: | GitHub |
| Repository: | soderlind/wordpress-develop |