Skip to content
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

Fix media-feature-name-no-unknown false positives for environment-blending, nav-controls, prefers-reduced-data, and video-color-gamut #6978

Conversation

romainmenke
Copy link
Member

@romainmenke romainmenke commented Jun 25, 2023

Which issue, if any, is this issue related to?

Closes #6968

Is there anything in the PR that needs further explanation?

I found 4 missing features:

  • environment-blending
  • nav-controls
  • prefers-reduced-data
  • video-color-gamut

The commit message and changelog entry still need to be changed to reflect this, but listing all four seemed verbose. Thoughts?

@changeset-bot
Copy link

changeset-bot bot commented Jun 25, 2023

🦋 Changeset detected

Latest commit: 57fe5fe

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint Patch

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

Copy link
Member

@mattxwang mattxwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Re:

The commit message and changelog entry still need to be changed to reflect this, but listing all four seemed verbose. Thoughts?

My initial thoughts are that listing all four seems reasonable, even if a bit verbose. I think this matches the style in our maintainer guide ("Fix x false positives/negatives for y").

Are these all missing for a reason (ex were only introduced recently)? Some of the past "false positives" changelog messages are a bit more generic, ex #3397

Fix level 5 media queries in media-feature-name-no-unknown

Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM 👍🏼

I agree with @mattxwang:

My initial thoughts are that listing all four seems reasonable, even if a bit verbose.

If just Fixed: X false positives, people seeing the changelog may be confused.

@romainmenke romainmenke changed the title Fix media-feature-name-no-unknown false positives Fix media-feature-name-no-unknown false positives for environment-blending, nav-controls, prefers-reduced-data and video-color-gamut Jun 26, 2023
@romainmenke romainmenke changed the title Fix media-feature-name-no-unknown false positives for environment-blending, nav-controls, prefers-reduced-data and video-color-gamut Fix media-feature-name-no-unknown false positives for environment-blending, nav-controls, prefers-reduced-data, and video-color-gamut Jun 26, 2023
romainmenke and others added 3 commits June 26, 2023 08:47
@romainmenke romainmenke merged commit f58aaec into main Jun 26, 2023
16 checks passed
@romainmenke romainmenke deleted the fix-media-feature-name-no-unknown-false-positives-for-environment-blending--considerate-boston-terrier-d8de21226f branch June 26, 2023 08:00
mattxwang pushed a commit that referenced this pull request Jun 29, 2023
…blending`, `nav-controls`, `prefers-reduced-data`, and `video-color-gamut` (#6978)

* Fix `media-feature-name-no-unknown` false positives

* Create sharp-pans-whisper.md

* Update sharp-pans-whisper.md

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix media-feature-name-no-unknown false positives for environment-blending
3 participants