Skip to content

Releases: rad1092/gh-dependency-risk

gh-dep-risk 0.2.0

12 May 01:31

Choose a tag to compare

Highlights

  • Added Python direct dependency local fallback for requirements.txt and PEP 621 pyproject.toml.
  • Added Poetry and uv.lock direct resolved-version/source enrichment.
  • Added Go modules go.mod local fallback with go.sum checksum evidence only.
  • Added Yarn Berry / modern Yarn local fallback for direct package.json declarations matched to modern yarn.lock entries.
  • Added Bun text bun.lock local fallback and bun.lockb unsupported-only handling.
  • Hardened edge cases across Python, Poetry, uv, Go modules, Yarn Berry, and Bun.
  • Expanded the owned live smoke fixture matrix for read-only release validation.

Scope Boundaries

  • Dependency Review API remains the primary path; local fallback runs only when Dependency Review is unavailable.
  • No full resolver, full transitive graph reconstruction, registry lookup expansion, bun.lockb parser, SARIF output, license risk, OSV, or Socket integration is included in this release.
  • The command remains gh dep-risk; the stable install path remains gh extension install rad1092/gh-dep-risk.

Full Changelog: v0.1.8...v0.2.0

gh-dep-risk 0.1.8

23 Apr 12:05

Choose a tag to compare

  • Fixed local fallback against large lockfiles returned by the GitHub contents API with encoding=none by following the blob object instead of failing early.
  • Treated npm and Yarn file/workspace-linked packages consistently as local during fallback analysis so they are excluded from external registry age lookups and external transitive attribution.
  • Aligned README, RELEASING, CONTRIBUTING, AGENTS, and smoke-test docs with the shipped support matrix: GitHub dependency review for multiple ecosystems, and local fallback for npm, pnpm, and Yarn Classic only.

gh-dep-risk 0.1.7

23 Apr 10:25

Choose a tag to compare

gh-dep-risk 0.1.6

23 Apr 05:49

Choose a tag to compare

gh-dep-risk 0.1.5

16 Apr 06:24

Choose a tag to compare

Summary

gh-dep-risk is a precompiled GitHub CLI extension for on-demand npm pull request dependency risk review.

This release completes the public release-candidate pass and keeps the extension aligned with its current install and workflow behavior.

Highlights

  • Adds an MIT license for clear public reuse and redistribution.
  • Aligns README and contributor-facing docs with the current extension install, workflow, and release flow.
  • Keeps the product shape unchanged: one Go binary, npm-only scope, on-demand CLI workflow.

Validation

  • go test ./...
  • release workflow completed successfully
  • install-smoke completed successfully on Ubuntu, macOS, and Windows
  • real PR validation covered gh dep-risk pr, --bundle-dir, --comment, and --fail-level

Install

gh extension install rad1092/gh-dep-risk
gh dep-risk version

Full Changelog

v0.1.4...v0.1.5

gh-dep-risk 0.1.4

16 Apr 04:47

Choose a tag to compare

gh-dep-risk 0.1.3

16 Apr 03:33

Choose a tag to compare

gh-dep-risk 0.1.2

16 Apr 02:56

Choose a tag to compare

gh-dep-risk 0.1.1

15 Apr 11:01

Choose a tag to compare

gh-dep-risk 0.1.0

15 Apr 10:33

Choose a tag to compare