Bump the twentytwentyone-stylelint group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(11 months ago)
(11 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.18.0
Changelog
Sourced from @wordpress/stylelint-config's changelog.
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
- Updated
stylelintpeer dependency requirement to^16.8.2(#64828).- Updated
stylelint-config-recommendedto^14.0.1and disabled new rules (#64828).- Updated
stylelint-config-recommended-scssto^14.1.0and disabled new rules (#64828).- Added
@stylistic/stylelint-plugindependency at^3.0.1(#64828).- Migrated stylelint's deprecated rules from v15 to use
@stylistic/stylelint-plugin(#64828). For more information, see the stylelint migration guide. To migrate your rule overrides, you just need to add@stylistic/in front of the rule names.- Created new
stylisticandscss-stylisticconfigs (#64828). If you want to continue using the exact same rule set as before, you should use these, however if you currently use something likestylelint-config-prettierto disable formatting rules, you will want to use the non-stylistic configs (using the same names as before).scss/at-import-partial-extensionhas been renamed (#64828). You must convert this rule toscss/load-partial-extensioninstead (name only change).Bug Fixes
... (truncated)
Commits
35e2694chore(release): publishe23caa5Update changelog filesd1acd76chore(release): publish3f742f0Update changelog files9c03d14chore(release): publish29bc1f5Update changelog filesab5c79cchore(release): published99399Update changelog files01a314dchore(release): publishcee2153Update changelog files- Additional commits viewable in compare view
Updates stylelint from 14.16.1 to 16.22.0
Release notes
Sourced from stylelint's releases.
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).16.20.0
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relativefalse negatives for@import(#8576) (@pamelalozano16).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for additional radius (#8539) (@ryo-manba).16.19.1
It fixes 1 bug with the
no-empty-sourcerule.
- Fixed:
no-empty-sourcefalse positives for non-standard syntaxes (#8548) (@ybiquitous).16.19.0
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []tofunction-allowed-list(#8488) (@ryo-manba).- Added:
ignore: ["four-into-three-edge-values"]toshorthand-property-no-redundant-values(#8527) (@ryo-manba).- Fixed:
compactformatter with pnpm to newline the exit code (#8534) (@konomae).- Fixed:
declaration-property-value-no-unknownrange and message for invalid syntax within known functions (#8528) (@ryo-manba).- Fixed:
no-empty-sourcefalse positives for--report-needless-disables(#8536) (@romainmenke).16.18.0
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalidandlayer-name-patternones from recent releases, in our standard config.
- Added:
color-function-alias-notationrule (#8499) (@EduardAkhmetshin).
... (truncated)
Changelog
Sourced from stylelint's changelog.
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).- 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).16.20.0 - 2025-05-29
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relativefalse negatives for@import(#8576) (@pamelalozano16).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for additional radius (#8539) (@ryo-manba).16.19.1 - 2025-04-25
It fixes 1 bug with the
no-empty-sourcerule.
- Fixed:
no-empty-sourcefalse positives for non-standard syntaxes (#8548) (@ybiquitous).16.19.0 - 2025-04-23
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []tofunction-allowed-list(#8488) (@ryo-manba).- Added:
ignore: ["four-into-three-edge-values"]toshorthand-property-no-redundant-values(#8527) (@ryo-manba).- Fixed:
compactformatter with pnpm to newline the exit code (#8534) (@konomae).- Fixed:
declaration-property-value-no-unknownrange and message for invalid syntax within known functions (#8528) (@ryo-manba).
... (truncated)
Commits
9a4e2b216.22.0ad2630dPrepare 16.22.0 (#8662)d9fd12cDocument conventions for writing tests (#8672)6e5918eAddno-descending-specificityline number to the referenced selector in mes...8e7ca69Bump eslint from 9.30.1 to 9.31.0 in the eslint group (#8671)4fbbe12Bump rollup from 4.44.2 to 4.45.0 (#8670)7cfc5e5Fixlightness-notationcrash with"number"option and single-digit percen...4a7c5e5AddmessageArgstocolor-named(#8663)79d7b49RefactorresolveFilePath()internal utility (#8660)0a5f75bFixat-rule-no-deprecatedfalse positives for@apply(#8630)- Additional commits viewable in compare view
Updates stylelint-config-recommended-scss from 14.1.0 to 15.0.1
Release notes
Sourced from stylelint-config-recommended-scss's releases.
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.
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
e7f714015.0.1d9e63c0Prepare 15.0.17450f46Add support for Node.js 20 (#348)806653d15.0.04df133fPrepare 15.0.0e63748dBump npm-run-all2 from 7.0.2 to 8.0.1 (#344)0329411Update to stylelint-config-recommended 16 (#343)d845939Bump prettier from 3.4.1 to 3.5.2 (#340)d215e13Bump np from 10.0.7 to 10.2.0 (#337)6c7918aBump nanoid from 3.3.7 to 3.3.8 (#332)- 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
1
2
+620
-980
Package Dependencies
stylelint-config-recommended-scss
npm
14.1.0 → 15.0.1
Major
@wordpress/stylelint-config
npm
21.30.0 → 23.18.0
Major
Technical Details
| ID: | 3880590 |
| UUID: | 2681111217 |
| Node ID: | PR_kwDOGsRLms6fzoKx |
| Host: | GitHub |
| Repository: | ironprogrammer/wordpress-develop |
| Merge State: | Unknown |