Mention obsolete deprecation fix in all API surfaces (#2683)
Recent Commits to dart-sass:main
-
Mention obsolete deprecation fix in all API surfaces (#2683)
-
Update pubspec/changelog for sass/embedded-host-node#399 (#2682)
Update pubspec/changelog for sass/embedded-host-node#399 (#2682) See sass/embedded-host-node#398
-
--fatal-deprecation excludes obsolete Deprecations (#2671)
--fatal-deprecation excludes obsolete Deprecations (#2671) Using `--fatal-deprecation 1.92.0` would emit: "Warning: mixed-decls deprecation is obsolete, so does not need to be made fatal". This commit avoids these warnings by excluding obsolete deprecations. See also #2647 Co-authored-by: Jennifer Thakar <jathak@google.com>