misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

fix: sassのmodern-compilerを使うように #14651

Closed AmaseCocoa closed 1 week ago

AmaseCocoa commented 2 weeks ago

What

ビルド時にLegacy JS APIに関する警告が出る問題を修正するためにmodern-compilerを利用してscssをビルドするようにしました。

Why

Dart Sass 2.0.0でLegacy JS APIが削除される予定なため

Additional info (optional)

Checklist

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 19.71%. Comparing base (e9519b0) to head (775a766). Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14651 +/- ## ============================================ - Coverage 41.40% 19.71% -21.70% ============================================ Files 1549 716 -833 Lines 199468 101490 -97978 Branches 3623 985 -2638 ============================================ - Hits 82595 20005 -62590 + Misses 116276 80941 -35335 + Partials 597 544 -53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syuilo commented 1 week ago

🙏🏿