Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hk.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends "package://github.com/jdx/hk/releases/download/v1.55.0/hk@1.55.0#/Config.pkl"
amends "package://github.com/jdx/hk/releases/download/v1.56.0/hk@1.56.0#/Config.pkl"

// Shared hk preset (@gtbuchanan/tooling). Self-host imports it by relative
// path because tooling can't `package://`-import its own unpublished
Expand Down
38 changes: 19 additions & 19 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ run_windows = "pnpm install --frozen-lockfile"

[tools]
actionlint = "1.7.12"
hk = "1.55.0"
hk = "1.56.0"
node = "24.19.0"
# Exempt transitive `@yarnpkg/libzip` from aube's no-downgrade policy — its
# latest is a benign manual publish missing the provenance its CI releases had.
Expand Down
4 changes: 2 additions & 2 deletions packages/hk-config/Defaults.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@ModuleInfo { minPklVersion = "0.27.2" }
module gtbuchanan.hk.Defaults

import "package://github.com/jdx/hk/releases/download/v1.55.0/hk@1.55.0#/Config.pkl"
import "package://github.com/jdx/hk/releases/download/v1.55.0/hk@1.55.0#/Builtins.pkl"
import "package://github.com/jdx/hk/releases/download/v1.56.0/hk@1.56.0#/Config.pkl"
import "package://github.com/jdx/hk/releases/download/v1.56.0/hk@1.56.0#/Builtins.pkl"

/// Machine-generated lockfiles — exempt from the file-hygiene fixers.
lockfileExclude: Regex = Regex(#"[-.]lock(\.|$)"#)
Expand Down
Loading