eclipse-score / eclipse-score/docs-as-code
Update Bazel Dependencies
- 主要言語
- Python
- スター
- 10
- フォーク
- 32
- 平均マージ
- 23時間 52分
- マージ済み PR(30日)
- 52
説明
### What
It has been a while since Docs-as-Code bazel dependencies have been updated / upgraded.
We should look through and see what is the most recent releases of the things we use that we can import without breaking any downstream consumer or our own repo
### Acceptance Criteria (DoD)
Upgrade the bazel imports that are upgradeable without breaking anything downstream or internally.
Go one by one (if possible) to avoid issues with figuring out what caused the non functioning part.
### How
Go through `MODULE.bazel` and see what we can upgrade.
Example:
Current MODULE.bazel has:
`bazel_dep(name = "aspect_rules_py", version = "1.4.0")`
But newest version of aspect_rules_py is 2.2+, so this would be a candidate to try and see if we can upgrade.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with MODULE.bazel and inventory each current bazel_dep version, including aspect_rules_py at 1.4.0. Check newer releases one at a time, verifying that the repository and downstream consumers continue to work after each upgrade. Done means all safely upgradeable imports are updated without internal or downstream breakage.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 58/100