chore(deps): update dependency just to v1.49.0 #476

Open
renovate wants to merge 1 commit from renovate/asdf-tool-versions into main
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.46.01.49.0

Release Notes

casey/just (just)

v1.49.0

Compare Source

Added
Fixed
Misc

v1.48.1

Compare Source

v1.48.0

Compare Source

Added
Changed
Misc

v1.47.1

Compare Source

Fixed
  • Block on running parallel dependencies (#​3139 by casey)
  • Fix setting-exported assignment visibility in child modules (#​3128 by casey)
Added
  • Add eager keyword to force evaluation of unused assignments (#​3131 by casey)
Changed
  • Only evaluate used variables in --evaluate and --command (#​3130 by casey)
Misc

v1.47.0

Compare Source

Added
Changed
Misc

Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [just](https://github.com/casey/just) | minor | `1.46.0` → `1.49.0` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.49.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1490---2026-04-04) [Compare Source](https://github.com/casey/just/compare/1.48.1...1.49.0) ##### Added - Add `--time` to print recipe execution time ([#&#8203;3099](https://github.com/casey/just/pull/3099) by [GeorgeLS](https://github.com/GeorgeLS)) - Add user-defined functions ([#&#8203;3247](https://github.com/casey/just/pull/3247) by [casey](https://github.com/casey)) - Add just skill for agents ([#&#8203;3241](https://github.com/casey/just/pull/3241) by [casey](https://github.com/casey)) - Allow expressions in confirm attribute ([#&#8203;3238](https://github.com/casey/just/pull/3238) by [begoon](https://github.com/begoon)) - Add `--complete-aliases` ([#&#8203;3235](https://github.com/casey/just/pull/3235) by [casey](https://github.com/casey)) - Add `--justfile-name` to configure justfile filename ([#&#8203;3234](https://github.com/casey/just/pull/3234) by [casey](https://github.com/casey)) - Add `runtime_directory()` function ([#&#8203;3226](https://github.com/casey/just/pull/3226) by [barskern](https://github.com/barskern)) - Add `--evaluate-format` ([#&#8203;3221](https://github.com/casey/just/pull/3221) by [casey](https://github.com/casey)) - Allow passing variable and module paths to `--evaluate` ([#&#8203;3219](https://github.com/casey/just/pull/3219) by [casey](https://github.com/casey)) - Add `--indentation` ([#&#8203;3215](https://github.com/casey/just/pull/3215) by [casey](https://github.com/casey)) - Add `module_file()` and `module_directory()` to readme ([#&#8203;2965](https://github.com/casey/just/pull/2965) by [cspotcode](https://github.com/cspotcode)) - Add Nix flake ([#&#8203;2972](https://github.com/casey/just/pull/2972) by [neunenak](https://github.com/neunenak)) ##### Fixed - Allow reading `.env` from special files ([#&#8203;3250](https://github.com/casey/just/pull/3250) by [casey](https://github.com/casey)) - Load environment files in submodules ([#&#8203;3243](https://github.com/casey/just/pull/3243) by [casey](https://github.com/casey)) - Avoid process substitution in bash completion script ([#&#8203;3217](https://github.com/casey/just/pull/3217) by [casey](https://github.com/casey)) - Dont pass shell name to powershell ([#&#8203;3209](https://github.com/casey/just/pull/3209) by [casey](https://github.com/casey)) ##### Misc - Add just implementation of rule110 ([#&#8203;3249](https://github.com/casey/just/pull/3249) by [casey](https://github.com/casey)) - Add instructions for skill to readme ([#&#8203;3245](https://github.com/casey/just/pull/3245) by [casey](https://github.com/casey)) - Remove comma in readme ([#&#8203;3244](https://github.com/casey/just/pull/3244) by [casey](https://github.com/casey)) - Move bash completion registration script into etc/ ([#&#8203;3242](https://github.com/casey/just/pull/3242) by [casey](https://github.com/casey)) - Avoid to\_string\_lossy in directory function tests ([#&#8203;3232](https://github.com/casey/just/pull/3232) by [casey](https://github.com/casey)) - Add installation overview ([#&#8203;3231](https://github.com/casey/just/pull/3231) by [casey](https://github.com/casey)) - Warn if invocation directory or justfile path is not Unicode ([#&#8203;3230](https://github.com/casey/just/pull/3230) by [casey](https://github.com/casey)) - Don't use make syntax highlighting in vim ([#&#8203;2906](https://github.com/casey/just/pull/2906) by [alerque](https://github.com/alerque)) - Fix Name Display impl to pad correctly ([#&#8203;3222](https://github.com/casey/just/pull/3222) by [casey](https://github.com/casey)) - Rename `evaluate_target` to `evaluation_target` ([#&#8203;3220](https://github.com/casey/just/pull/3220) by [casey](https://github.com/casey)) - Include recipe path in verbose output ([#&#8203;3213](https://github.com/casey/just/pull/3213) by [behnam-oneschema](https://github.com/behnam-oneschema)) - Move recipe methods onto resolved recipe ([#&#8203;3214](https://github.com/casey/just/pull/3214) by [casey](https://github.com/casey)) - Document that `semver_matches()` returns strings ([#&#8203;3212](https://github.com/casey/just/pull/3212) by [casey](https://github.com/casey)) - Build riscv64 release binaries ([#&#8203;3210](https://github.com/casey/just/pull/3210) by [gounthar](https://github.com/gounthar)) - Include shell name in I/O error messages ([#&#8203;3208](https://github.com/casey/just/pull/3208) by [casey](https://github.com/casey)) - Don't print signal error message if recipe has `[no-exit-message]` ([#&#8203;3200](https://github.com/casey/just/pull/3200) by [imp-joshi](https://github.com/imp-joshi)) ### [`v1.48.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1481---2026-03-27) [Compare Source](https://github.com/casey/just/compare/1.48.0...1.48.1) - Fix bash completion of command lines containing `:` ([#&#8203;3205](https://github.com/casey/just/pull/3205) by [casey](https://github.com/casey)) - Call zsh completion function when first auto-loaded ([#&#8203;3199](https://github.com/casey/just/pull/3199) by [casey](https://github.com/casey)) - Fix `--set` missing value error message interpolation ([#&#8203;3198](https://github.com/casey/just/pull/3198) by [cuiweixie](https://github.com/cuiweixie)) - Add `#compdef` to zsh completion script ([#&#8203;3197](https://github.com/casey/just/pull/3197) by [casey](https://github.com/casey)) - Add instructions for alias completions in bash ([#&#8203;3190](https://github.com/casey/just/pull/3190) by [casey](https://github.com/casey)) - Remove redundant clap derive attributes ([#&#8203;3183](https://github.com/casey/just/pull/3183) by [casey](https://github.com/casey)) - Move files into etc/ ([#&#8203;3182](https://github.com/casey/just/pull/3182) by [casey](https://github.com/casey)) - Update stable features in readme ([#&#8203;3181](https://github.com/casey/just/pull/3181) by [casey](https://github.com/casey)) ### [`v1.48.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1480---2026-03-23) [Compare Source](https://github.com/casey/just/compare/1.47.1...1.48.0) ##### Added - Build docker images ([#&#8203;3174](https://github.com/casey/just/pull/3174) by [casey](https://github.com/casey)) - Dynamically complete recipes for `--usage` ([#&#8203;3172](https://github.com/casey/just/pull/3172) by [casey](https://github.com/casey)) - Dynamically complete groups ([#&#8203;3171](https://github.com/casey/just/pull/3171) by [casey](https://github.com/casey)) - Dynamically complete recipes and variables ([#&#8203;3169](https://github.com/casey/just/pull/3169) by [casey](https://github.com/casey)) - Complete appropriate filetypes ([#&#8203;3168](https://github.com/casey/just/pull/3168) by [casey](https://github.com/casey)) - Allow overriding variables in submodules ([#&#8203;3151](https://github.com/casey/just/pull/3151) by [casey](https://github.com/casey)) - Add `--json` as synonym for `--dump --dump-format json` ([#&#8203;3143](https://github.com/casey/just/pull/3143) by [casey](https://github.com/casey)) ##### Changed - Stabilize lazy evaluation ([#&#8203;3180](https://github.com/casey/just/pull/3180) by [casey](https://github.com/casey)) - Switch to dynamic completion engine ([#&#8203;3167](https://github.com/casey/just/pull/3167) by [casey](https://github.com/casey)) - Respect PATH and PATHEXT when running commands on Windows ([#&#8203;3160](https://github.com/casey/just/pull/3160) by [casey](https://github.com/casey)) - Make `which()` and `require()` respect PATHEXT on Windows ([#&#8203;3144](https://github.com/casey/just/pull/3144) by [casey](https://github.com/casey)) ##### Misc - Add completion script installation instructions ([#&#8203;3178](https://github.com/casey/just/pull/3178) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3176](https://github.com/casey/just/pull/3176) by [Rohan5commit](https://github.com/Rohan5commit)) - Remove Vagrantfile ([#&#8203;3173](https://github.com/casey/just/pull/3173) by [casey](https://github.com/casey)) - Fix signal handling typo ([#&#8203;3170](https://github.com/casey/just/pull/3170) by [Rohan5commit](https://github.com/Rohan5commit)) - Add cargo-binstall installation instructions ([#&#8203;3165](https://github.com/casey/just/pull/3165) by [casey](https://github.com/casey)) - Fix typos ([#&#8203;3162](https://github.com/casey/just/pull/3162) by [casey](https://github.com/casey)) - Readme typo: forground ([#&#8203;3161](https://github.com/casey/just/pull/3161) by [Rohan5commit](https://github.com/Rohan5commit)) - Use clap derive to parse arguments ([#&#8203;3158](https://github.com/casey/just/pull/3158) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3156](https://github.com/casey/just/pull/3156) by [teee32](https://github.com/teee32)) - Document that path\_exists() returns strings ([#&#8203;2946](https://github.com/casey/just/pull/2946) by [cspotcode](https://github.com/cspotcode)) - Remove version references from readme headings ([#&#8203;3153](https://github.com/casey/just/pull/3153) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3152](https://github.com/casey/just/pull/3152) by [Rohan5commit](https://github.com/Rohan5commit)) - Fix variadic parameter typo in readme ([#&#8203;3150](https://github.com/casey/just/pull/3150) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3148](https://github.com/casey/just/pull/3148) by [Rohan5commit](https://github.com/Rohan5commit)) - Avoid conditional compilation ([#&#8203;3145](https://github.com/casey/just/pull/3145) by [casey](https://github.com/casey)) - Update VS Code extension in Chinese readme ([#&#8203;2984](https://github.com/casey/just/pull/2984) by [A-moment096](https://github.com/A-moment096)) - Change replace wording in readme ([#&#8203;3137](https://github.com/casey/just/pull/3137) by [Rohan5commit](https://github.com/Rohan5commit)) - Document recipe metadata ([#&#8203;3142](https://github.com/casey/just/pull/3142) by [casey](https://github.com/casey)) ### [`v1.47.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1471---2026-03-16) [Compare Source](https://github.com/casey/just/compare/1.47.0...1.47.1) ##### Fixed - Block on running parallel dependencies ([#&#8203;3139](https://github.com/casey/just/pull/3139) by [casey](https://github.com/casey)) - Fix setting-exported assignment visibility in child modules ([#&#8203;3128](https://github.com/casey/just/pull/3128) by [casey](https://github.com/casey)) ##### Added - Add `eager` keyword to force evaluation of unused assignments ([#&#8203;3131](https://github.com/casey/just/pull/3131) by [casey](https://github.com/casey)) ##### Changed - Only evaluate used variables in --evaluate and --command ([#&#8203;3130](https://github.com/casey/just/pull/3130) by [casey](https://github.com/casey)) ##### Misc - Make eager assignments unstable ([#&#8203;3140](https://github.com/casey/just/pull/3140) by [casey](https://github.com/casey)) - Include path to .env file in error messages ([#&#8203;3135](https://github.com/casey/just/pull/3135) by [casey](https://github.com/casey)) - Consolidate override checking ([#&#8203;3127](https://github.com/casey/just/pull/3127) by [casey](https://github.com/casey)) - Update readme version references ([#&#8203;3126](https://github.com/casey/just/pull/3126) by [casey](https://github.com/casey)) ### [`v1.47.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1470---2026-03-14) [Compare Source](https://github.com/casey/just/compare/1.46.0...1.47.0) ##### Added - Add lazy evaluation setting ([#&#8203;3083](https://github.com/casey/just/pull/3083) by [casey](https://github.com/casey)) - Add guard sigil `?` ([#&#8203;2547](https://github.com/casey/just/pull/2547) by [casey](https://github.com/casey)) - Add `--group` flag to filter `--list` output by group ([#&#8203;3117](https://github.com/casey/just/pull/3117) by [terror](https://github.com/terror)) - Add attributes for DragonFly BSD, FreeBSD, and NetBSD ([#&#8203;3115](https://github.com/casey/just/pull/3115) by [jakewilliami](https://github.com/jakewilliami)) - Add `[env(NAME, VALUE)` recipe attribute ([#&#8203;2957](https://github.com/casey/just/pull/2957) by [neunenak](https://github.com/neunenak)) ##### Changed - Make `--timestamp` print timestamps unconditionally ([#&#8203;3114](https://github.com/casey/just/pull/3114) by [casey](https://github.com/casey)) - Print `--timestamps` with script recipes ([#&#8203;3050](https://github.com/casey/just/pull/3050) by [casey](https://github.com/casey)) - `[private]` modules are excluded from `--list` output ([#&#8203;2889](https://github.com/casey/just/pull/2889) by [Scott-Guest](https://github.com/Scott-Guest)) ##### Misc - Fix readme typo ([#&#8203;3122](https://github.com/casey/just/pull/3122) by [Rohan5commit](https://github.com/Rohan5commit)) - Move choose and run into match statement ([#&#8203;3120](https://github.com/casey/just/pull/3120) by [casey](https://github.com/casey)) - Add uv install instructions to readme ([#&#8203;3062](https://github.com/casey/just/pull/3062) by [npikall](https://github.com/npikall)) - Suppress error when --choose is cancelled by user ([#&#8203;3098](https://github.com/casey/just/pull/3098) by [cobyfrombrooklyn-bot](https://github.com/cobyfrombrooklyn-bot)) - Test formatting justfile with undefined variable succeeds ([#&#8203;3110](https://github.com/casey/just/pull/3110) by [casey](https://github.com/casey)) - Format without compiling ([#&#8203;3103](https://github.com/casey/just/pull/3103) by [terror](https://github.com/terror)) - Fix Gentoo installation instructions ([#&#8203;3085](https://github.com/casey/just/pull/3085) by [DarthGandalf](https://github.com/DarthGandalf)) - Deny unreachable pub ([#&#8203;3080](https://github.com/casey/just/pull/3080) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3079](https://github.com/casey/just/pull/3079) by [pvinis](https://github.com/pvinis)) - Include blank chapters in book ([#&#8203;3076](https://github.com/casey/just/pull/3076) by [casey](https://github.com/casey)) - Clean up build script ([#&#8203;3078](https://github.com/casey/just/pull/3078) by [casey](https://github.com/casey)) - Increase stack size on Windows ([#&#8203;3077](https://github.com/casey/just/pull/3077) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;3066](https://github.com/casey/just/pull/3066) by [kenden](https://github.com/kenden)) - Remove dependency on executable-path ([#&#8203;3058](https://github.com/casey/just/pull/3058) by [casey](https://github.com/casey)) - Fix typos ([#&#8203;3056](https://github.com/casey/just/pull/3056) by [galenseilis](https://github.com/galenseilis)) - Avoid conditional compilation in integration tests ([#&#8203;3055](https://github.com/casey/just/pull/3055) by [casey](https://github.com/casey)) - Assert exit status last in `Test` builder ([#&#8203;3054](https://github.com/casey/just/pull/3054) by [casey](https://github.com/casey)) - Remove makedeb/MPR installation instructions ([#&#8203;3053](https://github.com/casey/just/pull/3053) by [Chengings](https://github.com/Chengings)) - Handle errors when checking for files ([#&#8203;3051](https://github.com/casey/just/pull/3051) by [casey](https://github.com/casey)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS43IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-04-01 02:14:51 +02:00
chore(deps): update dependency just to v1.48.1
All checks were successful
continuous-integration/drone/push Build is passing
570dd97880
renovate force-pushed renovate/asdf-tool-versions from 570dd97880 to 5328619058 2026-04-06 02:15:00 +02:00 Compare
renovate changed title from chore(deps): update dependency just to v1.48.1 to chore(deps): update dependency just to v1.49.0 2026-04-06 02:15:00 +02:00
renovate force-pushed renovate/asdf-tool-versions from 5328619058 to 3be2c76c97 2026-04-08 02:14:54 +02:00 Compare
Some checks are pending
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production
Required
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/asdf-tool-versions:renovate/asdf-tool-versions
git checkout renovate/asdf-tool-versions
Sign in to join this conversation.
No description provided.