Bump stylelint from 16.18.0 to 16.23.1
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies javascript
Bumps stylelint from 16.18.0 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
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 10181206 |
| UUID: | 2728793265 |
| Node ID: | PR_kwDOABzRuc6iphSx |
| Host: | GitHub |
| Repository: | textpattern/textpattern-default-theme |
| Merge State: | Unknown |