Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Update Bazel Dependencies

未关闭
#783 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
58/100
Issue 类型
重构
描述清晰度
基本清楚
活跃度
活跃
技术栈
python
领域
build-system

调研方向

从 MODULE.bazel 开始,盘点当前每个 bazel_dep 的版本,包括 1.4.0 版本的 aspect_rules_py。逐个检查更新的版本,并在每次升级后验证仓库和下游使用者仍能正常工作。完成意味着所有可以安全升级的导入都已更新,且没有造成内部或下游故障。

由索引模型根据 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 分钟
30 天内合并 PR
65

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

eclipse-score/docs-as-code 的其他 Issue

查看 eclipse-score/docs-as-code 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。