We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#351 でパッケージのキャレットでの記述をやめるように調査したが、 dart pub outdated などのコマンドの恩恵を受けられなくなってしまうため断念することとなった。一方で、意図していないパッケージバージョンの更新があると不具合や保守工数の増加につながってしまうためどうにかしたい。
dart pub outdated
意図していないパッケージバージョンの更新を検知できる GitHub ワークフローを作成するか、既存のワークフローに処理を組み込む。
The text was updated successfully, but these errors were encountered:
GitHub Copilot code review のようにpubspeck.lockの変更があればコメントし、PRチェック時に確認できるロジックを作成するイメージの設計で着手する。
pubspeck.lock
というロジックで必要十分な気がする
Sorry, something went wrong.
@r0227n #377 (comment)
基本的にはこれで良いかなと思っていますが、pubspec.yaml に記載されているバージョンと pubspec.lock に記載されていないバージョンが異ならないかの確認はしたいです、、!
r0227n
No branches or pull requests
これに関する既存の Issue はありますか?
動機
#351 でパッケージのキャレットでの記述をやめるように調査したが、
dart pub outdated
などのコマンドの恩恵を受けられなくなってしまうため断念することとなった。一方で、意図していないパッケージバージョンの更新があると不具合や保守工数の増加につながってしまうためどうにかしたい。提案
意図していないパッケージバージョンの更新を検知できる GitHub ワークフローを作成するか、既存のワークフローに処理を組み込む。
The text was updated successfully, but these errors were encountered: