Fix property-no-deprecated false positive for -webkit-box-orient: vertical#8699
Merged
jeddy3 merged 7 commits intostylelint:mainfrom Aug 4, 2025
Merged
Fix property-no-deprecated false positive for -webkit-box-orient: vertical#8699jeddy3 merged 7 commits intostylelint:mainfrom
property-no-deprecated false positive for -webkit-box-orient: vertical#8699jeddy3 merged 7 commits intostylelint:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 677ffac The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
This PR is packaged and the instant preview is available (677ffac). View the demo website. Install it locally: npm i -D https://pkg.pr.new/stylelint@677ffac |
property-no-deprecated false positive for `-webkit-box-orient: …property-no-deprecated false positive for -webkit-box-orient: vertical
Mouvedia
reviewed
Aug 1, 2025
Mouvedia
reviewed
Aug 1, 2025
Mouvedia
reviewed
Aug 1, 2025
Member
|
@immitsu Thanks for the PR. |
Mouvedia
approved these changes
Aug 1, 2025
jeddy3
requested changes
Aug 3, 2025
Member
jeddy3
left a comment
There was a problem hiding this comment.
Thank you for the fix.
I've suggested tweaks to the changelog entries, otherwise it LGTM.
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
renovate bot
added a commit
to andrei-picus-tink/auto-renovate
that referenced
this pull request
Aug 8, 2025
| datasource | package | from | to | | ---------- | --------- | ------- | ------- | | npm | stylelint | 16.20.0 | 16.23.1 | ## [v16.23.1](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16231---2025-08-07) It fixes 7 bugs. - Fixed: `no-invalid-position-declaration` false positives for embedded styles ([#8701](stylelint/stylelint#8701)) ([@sw1tch3roo](https://github.com/sw1tch3roo)). - Fixed: `property-no-deprecated` erroneously autofixing `clip` ([#8699](stylelint/stylelint#8699)) ([@immitsu](https://github.com/immitsu)). - Fixed: `property-no-deprecated` false positives for `-webkit-box-orient: vertical;` ([#8699](stylelint/stylelint#8699)) ([@immitsu](https://github.com/immitsu)). - Fixed: `selector-pseudo-*-no-unknown` false positives for some meter pseudo classes/elements ([#8708](stylelint/stylelint#8708)) ([@Mouvedia](https://github.com/Mouvedia)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:unchecked` ([#8705](stylelint/stylelint#8705)) ([@Mouvedia](https://github.com/Mouvedia)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `::search-text` ([#8707](stylelint/stylelint#8707)) ([@Mouvedia](https://github.com/Mouvedia)). - Fixed: `selector-type-no-unknown` false positives for `selectedcontent` ([#8716](stylelint/stylelint#8716)) ([@Mouvedia](https://github.com/Mouvedia)). ## [v16.23.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16230---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](https://www.npmjs.com/package/stylelint-config-standard). - Added: `block-no-redundant-nested-style-rules` rule ([#8684](stylelint/stylelint#8684)) ([@sw1tch3roo](https://github.com/sw1tch3roo)). - Added: `media-type-no-deprecated` rule ([#8668](stylelint/stylelint#8668)) ([@immitsu](https://github.com/immitsu)). - Added: `nesting-selector-no-missing-scoping-root` rule ([#8674](stylelint/stylelint#8674)) ([@sw1tch3roo](https://github.com/sw1tch3roo)). - Added: `no-invalid-position-declaration` rule ([#8669](stylelint/stylelint#8669)) ([@sw1tch3roo](https://github.com/sw1tch3roo)). - Added: `property-no-deprecated` rule ([#8682](stylelint/stylelint#8682)) ([@immitsu](https://github.com/immitsu)). - Added: `except: ["exact-value"]` to `media-feature-range-notation` ([#8675](stylelint/stylelint#8675)) ([@immitsu](https://github.com/immitsu)). - Fixed: `declaration-block-no-duplicate-properties` false negatives for named colors with `ignore: ['consecutive-duplicates-with-different-syntaxes']` ([#8665](stylelint/stylelint#8665)) ([@sw1tch3roo](https://github.com/sw1tch3roo)). - Fixed: `function-no-unknown` false positives ([#8677](stylelint/stylelint#8677)) ([@Mouvedia](https://github.com/Mouvedia)). - Fixed: `no-irregular-whitespace` false positives for strings ([#8667](stylelint/stylelint#8667)) ([@immitsu](https://github.com/immitsu)). ## [v16.22.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16220---2025-07-18) It adds 3 rule features and fixes 2 bugs. - Added: `messageArgs` to `color-named` ([#8663](stylelint/stylelint#8663)) ([@Mouvedia](https://github.com/Mouvedia)). - Added: `messageArgs` to `declaration-property-value-keyword-no-deprecated` ([#8654](stylelint/stylelint#8654)) ([@Mouvedia](https://github.com/Mouvedia)). - Added: `no-descending-specificity` report message includes line number of the anchoring selector ([#8666](stylelint/stylelint#8666)) ([@immitsu](https://github.com/immitsu)). - Fixed: `at-rule-no-deprecated` false positives for `@apply` ([#8630](stylelint/stylelint#8630)) ([@Mouvedia](https://github.com/Mouvedia)). - Fixed: `lightness-notation` crash with `"number"` option and single-digit percentage ([#8661](stylelint/stylelint#8661)) ([@ybiquitous](https://github.com/ybiquitous)). ## [v16.21.1](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16211---2025-07-03) It fixes 3 bugs. - Fixed: unexpected change of syntax in computed `EditInfo` ([#8638](stylelint/stylelint#8638)) ([@romainmenke](https://github.com/romainmenke)). - Fixed: `function-linear-gradient-no-nonstandard-direction` false positives for CSS variables' names containing a direction substring ([#8643](stylelint/stylelint#8643)) ([@Solomon-mithra](https://github.com/Solomon-mithra)). - Fixed: `media-feature-range-notation` autofix for exact values ([#8651](stylelint/stylelint#8651)) ([@romainmenke](https://github.com/romainmenke)). ## [v16.21.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16210---2025-06-19) It rounds out the `message` secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs. - Added: non-experimental support for functional `message` secondary option ([#8595](stylelint/stylelint#8595)) ([@ybiquitous](https://github.com/ybiquitous)). - Added: `ignore: ["after-custom-property"]` to `custom-property-empty-line-before` ([#8627](stylelint/stylelint#8627)) ([@imkesin](https://github.com/imkesin)). - Fixed: `cache` configuration property not being respected ([#8599](stylelint/stylelint#8599)) ([@ybiquitous](https://github.com/ybiquitous)). - Fixed: `fastest-levenshtein` import when bundling ([#8621](stylelint/stylelint#8621)) ([@onigoetz](https://github.com/onigoetz)). - Fixed: `named-grid-areas-no-invalid` false positives for interpolated grid-template-areas in CSS-in-JS ([#8606](stylelint/stylelint#8606)) ([@shahana308](https://github.com/shahana308)). - Fixed: `selector-pseudo-*-no-unknown` false positives for the missing form control styling selectors ([#8623](stylelint/stylelint#8623)) ([@tyrann0us](https://github.com/tyrann0us)).
marmitar
added a commit
to marmitar/thelounge
that referenced
this pull request
Nov 4, 2025
Manual changes: - removed `indentation` rule (stylelint/stylelint#6504, stylelint/stylelint#6979) - deprecated property `clip` no autofixed (stylelint/stylelint#8699) - removed deprecated `word-break: break-word` (stylelint/stylelint#8223) Automatic changes: - `import-notation` now uses `"url"` (stylelint/stylelint-config-standard#266) - use `inset` instead of `top` `right` `bottom` `left` (stylelint/stylelint#6699) - use `overflow-wrap` instead of `word-wrap` (stylelint/stylelint#8682) - added `media-feature-range-notation` (stylelint/stylelint-config-standard#284) Configuration now in ESM format (https://stylelint.io/migration-guide/to-16).
marmitar
added a commit
to marmitar/thelounge
that referenced
this pull request
Nov 17, 2025
Manual changes: - removed `indentation` rule (stylelint/stylelint#6504, stylelint/stylelint#6979) - deprecated property `clip` no autofixed (stylelint/stylelint#8699) - removed deprecated `word-break: break-word` (stylelint/stylelint#8223) Automatic changes: - `import-notation` now uses `"url"` (stylelint/stylelint-config-standard#266) - use `inset` instead of `top` `right` `bottom` `left` (stylelint/stylelint#6699) - use `overflow-wrap` instead of `word-wrap` (stylelint/stylelint#8682) - added `media-feature-range-notation` (stylelint/stylelint-config-standard#284) Configuration now in ESM format (https://stylelint.io/migration-guide/to-16).
marmitar
added a commit
to marmitar/thelounge
that referenced
this pull request
Jan 31, 2026
Manual changes: - removed `indentation` rule (stylelint/stylelint#6504, stylelint/stylelint#6979) - deprecated property `clip` no autofixed (stylelint/stylelint#8699) - removed deprecated `word-break: break-word` (stylelint/stylelint#8223) - removed CommonJS API (stylelint/stylelint#8859) Automatic changes: - `import-notation` now uses `"url"` (stylelint/stylelint-config-standard#266) - use `inset` instead of `top` `right` `bottom` `left` (stylelint/stylelint#6699) - use `overflow-wrap` instead of `word-wrap` (stylelint/stylelint#8682) - added `media-feature-range-notation` (stylelint/stylelint-config-standard#284) Configuration now in ESM format (https://stylelint.io/migration-guide/to-17).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8698
This PR consists of two fixes: the discussion of the first one can be found in thread #8698 , and the second one is here.
Both are related to inaccuracies made when adding the
property-no-deprecatedrule in the previous release.