Skip to content

Commit a27d404

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update hk to v1.13.4
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [hk](https://github.com/jdx/hk) | minor | `1.12.1` -> `1.13.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>jdx/hk (hk)</summary> ### [`v1.13.4`](https://github.com/jdx/hk/blob/HEAD/CHANGELOG.md#1134---2025-09-17) [Compare Source](jdx/hk@v1.13.3...v1.13.4) ##### 🐛 Bug Fixes - explicitly install pkl and run package command directly by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;276](jdx/hk#276) ### [`v1.13.3`](https://github.com/jdx/hk/blob/HEAD/CHANGELOG.md#1133---2025-09-17) [Compare Source](jdx/hk@v1.13.2...v1.13.3) ##### 🔍 Other Changes - diagnose pkl package failure in release workflow by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;274](jdx/hk#274) ### [`v1.13.2`](https://github.com/jdx/hk/blob/HEAD/CHANGELOG.md#1132---2025-09-17) [Compare Source](jdx/hk@v1.13.1...v1.13.2) ##### 🐛 Bug Fixes - use simple directory path for pkl artifact upload by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;272](jdx/hk#272) ### [`v1.13.1`](https://github.com/jdx/hk/blob/HEAD/CHANGELOG.md#1131---2025-09-17) [Compare Source](jdx/hk@v1.13.0...v1.13.1) ##### 🐛 Bug Fixes - correct pkl package artifact path in release workflow by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;271](jdx/hk#271) ### [`v1.13.0`](https://github.com/jdx/hk/blob/HEAD/CHANGELOG.md#1130---2025-09-17) [Compare Source](jdx/hk@v1.12.1...v1.13.0) ##### 🚀 Features - add tracing and performance diagnostics support by [@&#8203;jdx](https://github.com/jdx) in [3045a38](jdx/hk@3045a38) - add tracing and performance diagnostics support by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;259](jdx/hk#259) - comprehensive configuration unification with proper precedence and union semantics by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;266](jdx/hk#266) - centralized skip configuration for steps and hooks by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;268](jdx/hk#268) ##### 🐛 Bug Fixes - pre-commit partial staging: honor env stash, alias patch-file, robust partial stash by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;267](jdx/hk#267) ##### 📚 Documentation - add comprehensive schema reference and built-in linters documentation by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;261](jdx/hk#261) - add comprehensive logging and debugging guide by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;263](jdx/hk#263) - add glossary and update sidebar navigation by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;264](jdx/hk#264) - document configuration unification and skip configuration features by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;269](jdx/hk#269) ##### 🔍 Other Changes - **(ci)** include Pkl artifacts in releases; support manual version input by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;265](jdx/hk#265) - mise.lock by [@&#8203;bhanuprasad14](https://github.com/bhanuprasad14) in [5a5a5d0](jdx/hk@5a5a5d0) ##### New Contributors - [@&#8203;bhanuprasad14](https://github.com/bhanuprasad14) made their first contribution </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent fa74c23 commit a27d404

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

chezmoi/dot_bashrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if [ -x /usr/bin/dircolors ]; then
1515
# alias ls='ls --color=auto'
1616
#alias dir='dir --color=auto'
1717
#alias vdir='vdir --color=auto'
18-
1918
alias grep='grep --color=auto'
2019
alias fgrep='fgrep --color=auto'
2120
alias egrep='egrep --color=auto'
@@ -32,7 +31,6 @@ export PROMPT_COMMAND="history -a"
3231
HISTSIZE=5000
3332
HISTFILESIZE=10000
3433

35-
3634
# make less more friendly for non-text input files, see lesspipe(1)
3735
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
3836

chezmoi/dot_config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fd = "10.2.0"
55
glab = "1.67.0"
66
go = "1.25.1"
77
hcloud = "1.51.0"
8-
hk = "1.12.1"
8+
hk = "1.13.4"
99
node = "24.8.0"
1010
pkl = "0.29.1"
1111
python = "3.13.7"

chezmoi/dot_config/serie/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Multiple commands can be specified in the format commands_{n}.
44
# For details about user command, see the separate User command section.
55
# type: object
6-
commands_1 = { name = "git diff", commands = ["git", "--no-pager", "diff", "--color=always", "{{first_parent_hash}}", "{{target_hash}}"]}
6+
commands_1 = { name = "git diff ", commands = ["sh", "-c", "git diff --color=always {{first_parent_hash}} {{target_hash}} | delta"] }

0 commit comments

Comments
 (0)