Skip to content

未使用の kunoichi/bootstrapress 依存を削除#14

Merged
fumikito merged 1 commit into
masterfrom
chore/remove-unused-bootstrapress
Jun 10, 2026
Merged

未使用の kunoichi/bootstrapress 依存を削除#14
fumikito merged 1 commit into
masterfrom
chore/remove-unused-bootstrapress

Conversation

@fumikito

Copy link
Copy Markdown
Contributor

概要

composer.json の require から kunoichi/bootstrapress を削除します。

理由

  • リポジトリ全体を調査したところ、Kunoichi\BootstraPress\* のクラスは use / extends / 呼び出しのいずれも一切行われていません。参照は composer.json の require 行のみでした。
  • アイコンフォントの CSS パースは Kunoichi\Icon\Pattern\IconSet の各サブクラス(例: Dashicons::get_icon_list())で独自の正規表現により自前実装されており、bootstrapress の Css\Extractor には依存していません。
  • kuno1/bootstrapress は現在アーカイブ済みであり、未使用の依存を残す利点がありません。

影響

  • コード上の利用箇所がないため、動作への影響はありません。
  • composer.lock は未コミット(ライブラリのため)なので追従不要です。

🤖 Generated with Claude Code

The package was declared in composer require but no class from
Kunoichi\BootstraPress was used anywhere in the source. icon parses
icon-font CSS with its own regex in IconSet subclasses, so the
dependency is dead weight (and bootstrapress is now archived).

Co-authored-by: Claude <noreply@anthropic.com>
@fumikito fumikito merged commit ee95f38 into master Jun 10, 2026
2 of 6 checks passed
@fumikito fumikito deleted the chore/remove-unused-bootstrapress branch June 10, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant