Commit 3c26cf9
committed
refactor: use quietDeps instead of silenceDeprecations
As suggested by Julusian in PR review, quietDeps is better because:
- It hides ALL warnings from dependencies (not just specific types)
- It still shows warnings from our own code
- This prevents us from accidentally adding deprecated features to our code
without being warned1 parent 5f37a3a commit 3c26cf9
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments