From fb57397e8eca146f6873c1139b7ffa3372ad6933 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Mon, 1 Jun 2026 14:58:04 -0400 Subject: [PATCH] fix: pin pierre diffs dependency --- CHANGELOG.md | 2 ++ bun.lock | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4865759a..269c67e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ All notable user-visible changes to Hunk are documented in this file. ### Fixed +- Fixed npm installs by pinning `@pierre/diffs` to the version Hunk is tested with instead of allowing the broken `1.2.6` release. + ## [0.14.0] - 2026-05-26 ### Added diff --git a/bun.lock b/bun.lock index d7989e0e..fe56b160 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "hunk", "dependencies": { - "@pierre/diffs": "^1.2.2", + "@pierre/diffs": "1.2.2", "bun": "^1.3.10", "commander": "^14.0.3", "diff": "^8.0.3", diff --git a/package.json b/package.json index 0d9f4f1f..37f7397a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "nix:update-lock": "nix run .#update-bun-lock" }, "dependencies": { - "@pierre/diffs": "^1.2.2", + "@pierre/diffs": "1.2.2", "bun": "^1.3.10", "commander": "^14.0.3", "diff": "^8.0.3",