-
-
Notifications
You must be signed in to change notification settings - Fork 976
Fix shorthand-property-no-redundant-values
false negatives for additional radius
#8539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 8a49be4 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 |
PR packaged and instant preview available. Install locally:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryo-manba Thank you for the pull request. Overall LGTM, but can you take a look at my reviews?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. Miss click 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
| datasource | package | from | to | | ---------- | --------- | ------- | ------- | | npm | stylelint | 16.19.1 | 16.20.0 | ## [v16.20.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16200---2025-05-29) It fixes 2 bugs with the built-in rules. - Fixed: `function-url-no-scheme-relative` false negatives for `@import` ([#8576](stylelint/stylelint#8576)) ([@pamelalozano16](https://github.com/pamelalozano16)). - Fixed: `shorthand-property-no-redundant-values` false negatives for additional radius ([#8539](stylelint/stylelint#8539)) ([@ryo-manba](https://github.com/ryo-manba)).
| datasource | package | from | to | | ---------- | --------- | ------- | ------- | | npm | stylelint | 16.19.1 | 16.20.0 | ## [v16.20.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16200---2025-05-29) It fixes 2 bugs with the built-in rules. - Fixed: `function-url-no-scheme-relative` false negatives for `@import` ([#8576](stylelint/stylelint#8576)) ([@pamelalozano16](https://github.com/pamelalozano16)). - Fixed: `shorthand-property-no-redundant-values` false negatives for additional radius ([#8539](stylelint/stylelint#8539)) ([@ryo-manba](https://github.com/ryo-manba)).
| datasource | package | from | to | | ---------- | --------- | ------- | ------- | | npm | stylelint | 16.19.1 | 16.20.0 | ## [v16.20.0](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16200---2025-05-29) It fixes 2 bugs with the built-in rules. - Fixed: `function-url-no-scheme-relative` false negatives for `@import` ([#8576](stylelint/stylelint#8576)) ([@pamelalozano16](https://github.com/pamelalozano16)). - Fixed: `shorthand-property-no-redundant-values` false negatives for additional radius ([#8539](stylelint/stylelint#8539)) ([@ryo-manba](https://github.com/ryo-manba)).
Closes #8428
No, it's self-explanatory.