#4198·sass

Allow to set quietDeps per-dependency

Author: dword-designCreated Feb 25, 2026Updated Feb 25, 2026
LabelsenhancementJS API

Would be great to be able to set quietDeps per-dependency. E.g. I have the use case that I want to silence a lib that has deprecations until a new version is published. But I only want to silence that dependency.

Proposal:

javascript
quietDeps: {
  bulma: true,
}