Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Update Bazel Dependencies

オープン
#783 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
58/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
活発
技術スタック
python
領域
build-system

調査の方向性

MODULE.bazel から始め、aspect_rules_py の 1.4.0 を含む、現在の各 bazel_dep のバージョンを一覧化します。新しいリリースを 1 つずつ確認し、各アップグレード後にリポジトリとダウンストリームのコンシューマーが引き続き動作することを検証します。安全にアップグレード可能なすべての import が、内部またはダウンストリームでの破損なしに更新されていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

good first issue
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.

主要言語
Python
スター
11
フォーク
33
平均マージ
22時間 43分
マージ済み PR(30日)
65

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

eclipse-score/docs-as-code のほかの issue

eclipse-score/docs-as-code の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。