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

feat: Add quietDepts options support #378

Open
3 tasks done
JesusGonzalezA opened this issue Aug 3, 2023 · 1 comment
Open
3 tasks done

feat: Add quietDepts options support #378

JesusGonzalezA opened this issue Aug 3, 2023 · 1 comment
Labels
Feature: Want this? Upvote it! This PR or Issue may be a great consideration for a future idea. Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through.

Comments

@JesusGonzalezA
Copy link

Prerequisites

Describe the Feature Request

Add 'quietDepts' options support to sass. This option is really useful to avoid logging third party deprecation warnings whenever you build your sass files.
This will allow to have more concise logs whenever building the styling files using sass plugin.
https://sass-lang.com/documentation/js-api/interfaces/stringoptionswithoutimporter/#quietDeps

Describe the Use Case

I'm using stencil and sass plugin. Whenever I try to build my app, I get tons of errors because of a third party library using '/' as division, which is currently deprecated.
I get too many errors that do not allow me to focus on the real problems and warning I own. I cannot use any silent mechanism supported by sass (https://sass-lang.com/documentation/js-api/interfaces/stringoptionswithoutimporter/#quietDeps)

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Aug 3, 2023
@rwaskiewicz
Copy link
Member

Seems like a reason able request. I'm going to label this for folks to upvote + get it into our backlog. Thanks!

@rwaskiewicz rwaskiewicz added Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through. Feature: Want this? Upvote it! This PR or Issue may be a great consideration for a future idea. labels Aug 3, 2023
@ionitron-bot ionitron-bot bot removed triage labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Want this? Upvote it! This PR or Issue may be a great consideration for a future idea. Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through.
Projects
None yet
Development

No branches or pull requests

2 participants