patternfly / patternfly/react-data-view

Fix updating lockfile in dependabot PRs

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

还没有人认领这个 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 the package-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.json file look correct

clone of #https://github.com/patternfly/react-component-groups/issues/557

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

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