github breaking-brake/cc-wf-studio v1.0.3
v1.0.3: Biome Integration and Dependency Updates

latest releases: v3.32.0, v3.31.1, v3.31.0...
4 months ago

🎉 Release v1.0.3

このリリースでは、Biome 2.3.4へのアップグレード、React依存関係の修正、およびVSCode統合の改善を含みます。

✨ Major Features

🔧 Biome Integration

  • Biome 2.3.4へのアップグレード: 最新のlinter/formatterを導入
  • VSCode統合: 保存時の自動フォーマット・lint有効化
  • チーム統一: .vscode/settings.jsonで開発環境を標準化

🐛 Bug Fixes

  • React Hooks警告の解消: useCallbackでコンポーネントを最適化
  • ID衝突リスクの排除: React 18のuseId()を使用
  • React依存関係の修正: react-domを18系に統一

📦 Dependency Updates

Major Updates

  • @biomejs/biome: 1.9.4 → 2.3.4
  • vite: 7.1.12 → 7.2.2
  • vitest: 4.0.6 → 4.0.8

Other Updates

  • zustand: 5.0.7 → 5.0.8
  • @vitejs/plugin-react: 5.0.5 → 5.1.0
  • @types/node: 22.9.0 → 24.10.0
  • @vscode/test-cli: 0.0.10 → 0.0.12

🚀 Installation

VSCode拡張機能のインストール

ext install biomejs.biome

依存関係のインストール

npm install
cd src/webview && npm install

ビルドとテスト

npm run build
npm test

📝 Changes

Added

  • .vscode/settings.json - Biome VSCode設定
  • .vscode/launch.json - デバッグ設定(バージョン管理に追加)
  • useId() - 全ダイアログコンポーネントでユニークID生成

Changed

  • biome.json - a11yルール設定の追加
  • Dialog components - useCallbackとuseIdによる最適化
  • package.json - バージョン 1.0.3 に更新

Fixed

  • React依存関係の競合(react-dom 19 → 18)
  • Biome lint エラー(11件)
  • useExhaustiveDependencies 警告

📊 Statistics

19 files changed, 803 insertions(+), 459 deletions(-)

🔗 Pull Requests

  • #26: Biome lint issues and VSCode configuration
  • #25: React dependency conflicts
  • #18: Biome upgrade to 2.3.4
  • #17-#24: Various dependency updates

📚 Documentation

詳細は各PRのドキュメントを参照してください:


🤖 Generated with Claude Code

Don't miss a new cc-wf-studio release

NewReleases is sending notifications on new releases.