Renovateのグループ設定と保留ルールを見直し#644
Merged
Merged
Conversation
- geolocator / package_info_plus / share_plus は win32 等の制約で lockstep 更新が必要なため、メジャーも含めて plus plugins グループに統合 - melos >=7.8.2 は flutter_launcher_icons と cli_util の制約が競合するため保留 - built_value(_generator) >=8.12.6 は riverpod_generator と analyzer の制約が競合するため保留 Co-Authored-By: Claude Fable 5 <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.
変更点
geolocator/package_info_plus/share_plusを1つのplus pluginsグループに統合し、separateMajorMinor: falseを設定geolocator_linuxがpackage_info_plus ^10を、share_plus/package_info_plusが同一メジャーのwin32を要求するため、3つを lockstep で更新しないと version solving が失敗する(Update dependency geolocator to v14.0.3 - autoclosed #635 / Update dependency package_info_plus to v10 - autoclosed #641 / Update dependency share_plus to v13 - autoclosed #642 のCI失敗の原因)melosを<7.8.2に保留melos >=7.8.2はcli_util ^0.5.0を要求し、flutter_launcher_icons最新版(cli_util ^0.4.1)と競合するため(Update dependency melos to v7.8.1 #636 / Update dependency melos to v8 - autoclosed #640 のCI失敗の原因)built_value/built_value_generatorを<8.12.6に保留built_value_generator 8.12.6はanalyzer ^13を要求し、riverpod_generator(analyzer ^12)と競合するため(Update dart analyzer toolchain #634 のCI失敗の原因)保留ルールは、競合先パッケージが新しい制約に対応した時点で削除する想定です。
なお #638 (dio 5.10.0) は設定ではなくコード修正が必要です(
DioExceptionType.transformTimeoutがdomain_error.dartの switch で未処理)。🤖 Generated with Claude Code