patternfly / patternfly/react-data-view
Fix updating lockfile in dependabot PRs
未关闭
还没有人认领这个 Issue。
bug
- 主要语言
- TypeScript
- 星标
- 4
- 派生
- 21
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, there is an issue in PRs opened by dependabot
- when a dependency is updated in
package.json, the change is not reflected in thepackage-lock.json- merging such PRs may be dangerous as the CI is not actually running with the updated version of the dependency - PRs updating only dependencies listed in the
package-lock.jsonfile look correct
clone of #https://github.com/patternfly/react-component-groups/issues/557
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较 Dependabot PR 中的 package.json 和 package-lock.json,然后检查仓库的 Dependabot 和 CI 配置,以追踪依赖项更新是如何生成和验证的。完成的标准是:package.json 中的依赖项更新会反映到 package-lock.json 中,并且 CI 使用更新后的依赖项运行,同时仅锁文件更新仍然正确。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- ci-cd
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100