Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
buffer
おそらくrefactor:
image64Helper.ts
をbase64Helper.ts
へリファクタリング #2080 で使用事例が消えたようですが、他のものとは異なりこの部分は正確ではないので、一度確認をお願いします。source-map-support
ソースマップに関してはViteが自動的に処理してくれるので、Viteにマイグレーションする際に使用事例が消えました。
@types/diff
refactor: TuningTranscriptionのコード量を削減 #2005 でこのタイプを使用する従属性が削除され、この従属性が不要になりました。
@types/electron-devtools-installer
"electron-devtools-installer"はv3.2.0から自体でタイプを提供するようになったため、必要なくなりました。
参考: https://www.npmjs.com/package/electron-devtools-installer/v/3.2.0?activeTab=code
@types/unzipper
マルチエンジン:VVPPに7zを使えるように #1253 でこのタイプを使用する従属性が削除され、この従属性が不要になりました。
markdownlint
markdownlintでmarkdownの文法チェック #109 で"markdownlint"とともに追加されましたが、"markdownlint-cli"は"markdownlint"を従属席として直接持っているため、プロジェクトで直接設置する必要はありません。
optionator
Migrate: vue-cliからviteに移行 #1207 で追加されましたが、Migrate: vue-cliからviteに移行 #1207 でも使用事例が見つからないため削除されます。
sass-loader
直接的な使用事例を見つけることができず、sass関連は"sass"さえインストールすればViteが処理してくれるので必:ありません。
参考: https://vitejs.dev/guide/features#css-pre-processors
tmp
generateLicenses.jsを書き直す #2000 からすべての使用事例が削除されました。
tsconfig-paths
Viteにマイグレーションする際に"vite-tsconfig-paths"に置き換えられて不要になりました。
関連 Issue
Close #2085