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

Add --quiet-deprecation-warnings flag #6724

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Conversation

mattxwang
Copy link
Member

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

Closes #6677.

Is there anything in the PR that needs further explanation?

This is my first time adding a CLI option, so I'm uncertain if I'm missing anything "obvious" that's normally done when doing so!

@changeset-bot
Copy link

changeset-bot bot commented Mar 21, 2023

🦋 Changeset detected

Latest commit: 1b5db73

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

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

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

@mattxwang mattxwang marked this pull request as ready for review March 21, 2023 01:21
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.

@mattxwang Thanks for the pull request! I have left several suggestions, so can you check them?

.changeset/afraid-emus-admire.md Outdated Show resolved Hide resolved
docs/user-guide/cli.md Show resolved Hide resolved
docs/user-guide/cli.md Outdated Show resolved Hide resolved
docs/user-guide/options.md Outdated Show resolved Hide resolved
types/stylelint/index.d.ts Outdated Show resolved Hide resolved
lib/cli.js Outdated Show resolved Hide resolved
lib/cli.js Outdated Show resolved Hide resolved
mattxwang and others added 2 commits March 21, 2023 15:53
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
- fix `globby` header
- update snapshot
- remove `quietDeprecationWarnings` from `Config` type
- remove all code related to `quietDeprecationWarnings` in configs
@mattxwang
Copy link
Member Author

Thank you for the quick review @ybiquitous, I've been able to incorporate all of your feedback. Let me know what you think!

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.

Thank you! LGTM 👍🏼

@mattxwang mattxwang merged commit 0bc53af into main Mar 22, 2023
@mattxwang mattxwang deleted the quiet-deprecation-warnings branch March 22, 2023 01:27
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.

Add --quiet-deprecation-warnings flag
2 participants