Skip to content

fix: remove bundled bun runtime dependency#597

Open
cyphercodes wants to merge 1 commit into
modem-dev:mainfrom
cyphercodes:fix/remove-bun-runtime-dependency
Open

fix: remove bundled bun runtime dependency#597
cyphercodes wants to merge 1 commit into
modem-dev:mainfrom
cyphercodes:fix/remove-bun-runtime-dependency

Conversation

@cyphercodes

Copy link
Copy Markdown

Summary

  • remove the npm bun package from hunkdiff runtime dependencies
  • keep @types/bun as a dev dependency for Bun type coverage
  • update Bun and Nix dependency locks plus a patch changeset

Fixes #518.

Validation

  • bun install --ignore-scripts
  • bun run format:check
  • bun run typecheck
  • bun test scripts/prebuilt-package-helpers.test.ts test/cli/entrypoint.test.ts
  • bun run build:npm
  • bun run check:pack
  • git diff --check
  • bun why bun (reports no matching package)
  • bun pm untrusted (no node_modules/bun lifecycle warning)

@greptile-apps

greptile-apps Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

PR author is not in the allowed authors list.

@benvinegar

Copy link
Copy Markdown
Member

y tho?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hunkdiff depends on npm bun, causing blocked Bun lifecycle script warnings during global install

2 participants