Merged
Conversation
packages/react-componentsのdevDependenciesとpeerDependenciesで キャレット(^)を使用していたバージョン指定を削除し、 厳密なバージョン番号指定に修正。 これにより、CLAUDE.mdで定義されている依存パッケージ管理規約 (レンジ指定を使わず厳密なバージョン番号を指定)に準拠する。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
概要
packages/react-componentsパッケージの依存関係で使用されていたキャレット(
^)によるバージョンレンジ指定を削除し、厳密なバージョン番号指定に変更しました。これは、CLAUDE.mdで定義されている依存パッケージ管理規約に準拠するための修正です:
この変更による影響
開発者への影響
packages/react-componentsの依存関係が厳密なバージョンに固定されるため、予期しないバージョンアップによる不具合リスクが低減しますアプリケーションへの影響
pnpm-lock.yamlの一部のトランジティブな依存関係のバージョンが更新されています(debug: 4.4.1 → 4.4.3、ws: 8.18.2 → 8.18.3)CIでチェックできなかった項目
特になし。既存のテストとビルドで検証可能です。
補足
packages/react-components/package.jsondevDependenciesとpeerDependenciespnpm-lock.yamlの変更は自動的に反映されたものです🤖 Generated with Claude Code