chore(deps): update asdf tool versions #551

Merged
simon merged 1 commit from renovate/asdf-tool-versions into main 2026-07-31 11:20:20 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.51.01.57.0
node (source) minor 26.2.026.5.1

Release Notes

casey/just (just)

v1.57.0

Compare Source

Changed
Fixed
  • Don't reevaluate lazy assignments in user-defined functions (#​3654 by casey)
  • Don't print parenthesis around dependencies without arguments (#​3653 by casey)
  • Accept override paths containing module aliases (#​3652 by casey)
  • Fix line number in error message after multi-line interpolation (#​3646 by casey)
  • Don't execute dotenv commands during dry run (#​3644 by casey)
  • Only run dotenv-command in root module (#​3643 by casey)
  • Detect module cycle when path uses .. (#​3641 by casey)
  • Recipes with [arg(min)] greater than zero cannot be default (#​3639 by casey)
  • Avoid panic in ambiguous module file error (#​3638 by casey)
  • Consider value when checking for setting conflicts (#​3627 by casey)
  • Ignore disabled indentation settings (#​3618 by casey)
  • Reject duplicate function parameters (#​3611 by casey)
  • Allow defaulted option before required positional parameter (#​3609 by casey)
  • Truncate cache entry before writing (#​3603 by casey)
  • Ignore absent optional modules under --allow-missing (#​3601 by casey)
Added
Misc

v1.56.0

Compare Source

Fixed
Changed
Added
Misc

v1.55.1

Compare Source

Fixed
  • Fix panic when empty path is passed to --show and --usage (#​3511 by casey)
Misc

v1.55.0

Compare Source

Fixed
Changed
Added
Misc

v1.54.0

Compare Source

Fixed
  • Forbid duplicate attribute keys (#​3454 by casey)
  • Clear signal handler when infallible line catches signal (#​3444 by casey)
Changed
Added
Cached Recipes
Misc

v1.53.0

Compare Source

Added
Changed
Lists
Misc

v1.52.0

Compare Source

Added
Changed
  • Disable aliases that depend on absent modules (#​3358 by casey)
  • Print formatted justfile to stdout when source is stdin (#​3356 by casey)
  • Allow search directory with more subcommands (#​3353 by casey)
  • Disable recipes that depend on absent modules (#​3352 by casey)
Misc
nodejs/node (node)

v26.5.1: 2026-07-29, Version 26.5.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
  • (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
  • (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
  • (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
  • (CVE-2026-58041) sqlite: invalidate tag store iterators on statement reset (Matteo Collina) – Medium
  • (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
  • (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
  • (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
  • (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
  • (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
  • deps: update llhttp to 9.4.3 (Paolo Insogna)
  • deps: update undici to 8.9.0 (Node.js GitHub Bot)
Commits

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between day 1 and 7 of the month (* * 1-7 * *)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [just](https://github.com/casey/just) | minor | `1.51.0` → `1.57.0` | | [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | minor | `26.2.0` → `26.5.1` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.57.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1570---2026-07-18) [Compare Source](https://github.com/casey/just/compare/1.56.0...1.57.0) ##### Changed - Pass arguments to `cmd.exe` without escaping ([#&#8203;3636](https://github.com/casey/just/pull/3636) by [casey](https://github.com/casey)) - `split('')` splits into characters ([#&#8203;3650](https://github.com/casey/just/pull/3650) by [casey](https://github.com/casey)) - Accept markdown justfiles found by name ([#&#8203;3648](https://github.com/casey/just/pull/3648) by [casey](https://github.com/casey)) - Make `[env]` variables visible to `shell()` invocations ([#&#8203;3631](https://github.com/casey/just/pull/3631) by [casey](https://github.com/casey)) - Forbid duplicate groups ([#&#8203;3626](https://github.com/casey/just/pull/3626) by [casey](https://github.com/casey)) - Forbid option names beginning with `-` ([#&#8203;3608](https://github.com/casey/just/pull/3608) by [casey](https://github.com/casey)) - Don't accept option arguments starting with `-=` or `--=` ([#&#8203;3607](https://github.com/casey/just/pull/3607) by [casey](https://github.com/casey)) - Reject empty alphabet in `choose()` regardless of count ([#&#8203;3605](https://github.com/casey/just/pull/3605) by [casey](https://github.com/casey)) - Forbid `[arg(flag)]` with `[arg(pattern)]` ([#&#8203;3602](https://github.com/casey/just/pull/3602) by [casey](https://github.com/casey)) - Add extension to cache key ([#&#8203;3600](https://github.com/casey/just/pull/3600) by [casey](https://github.com/casey)) ##### Fixed - Don't reevaluate lazy assignments in user-defined functions ([#&#8203;3654](https://github.com/casey/just/pull/3654) by [casey](https://github.com/casey)) - Don't print parenthesis around dependencies without arguments ([#&#8203;3653](https://github.com/casey/just/pull/3653) by [casey](https://github.com/casey)) - Accept override paths containing module aliases ([#&#8203;3652](https://github.com/casey/just/pull/3652) by [casey](https://github.com/casey)) - Fix line number in error message after multi-line interpolation ([#&#8203;3646](https://github.com/casey/just/pull/3646) by [casey](https://github.com/casey)) - Don't execute dotenv commands during dry run ([#&#8203;3644](https://github.com/casey/just/pull/3644) by [casey](https://github.com/casey)) - Only run `dotenv-command` in root module ([#&#8203;3643](https://github.com/casey/just/pull/3643) by [casey](https://github.com/casey)) - Detect module cycle when path uses `..` ([#&#8203;3641](https://github.com/casey/just/pull/3641) by [casey](https://github.com/casey)) - Recipes with `[arg(min)]` greater than zero cannot be default ([#&#8203;3639](https://github.com/casey/just/pull/3639) by [casey](https://github.com/casey)) - Avoid panic in ambiguous module file error ([#&#8203;3638](https://github.com/casey/just/pull/3638) by [casey](https://github.com/casey)) - Consider value when checking for setting conflicts ([#&#8203;3627](https://github.com/casey/just/pull/3627) by [casey](https://github.com/casey)) - Ignore disabled indentation settings ([#&#8203;3618](https://github.com/casey/just/pull/3618) by [casey](https://github.com/casey)) - Reject duplicate function parameters ([#&#8203;3611](https://github.com/casey/just/pull/3611) by [casey](https://github.com/casey)) - Allow defaulted option before required positional parameter ([#&#8203;3609](https://github.com/casey/just/pull/3609) by [casey](https://github.com/casey)) - Truncate cache entry before writing ([#&#8203;3603](https://github.com/casey/just/pull/3603) by [casey](https://github.com/casey)) - Ignore absent optional modules under `--allow-missing` ([#&#8203;3601](https://github.com/casey/just/pull/3601) by [casey](https://github.com/casey)) ##### Added - Add `len()` function ([#&#8203;3663](https://github.com/casey/just/pull/3663) by [casey](https://github.com/casey)) - Avoid panic when passed parentless justfile path ([#&#8203;3624](https://github.com/casey/just/pull/3624) by [casey](https://github.com/casey)) ##### Misc - Fix flags and options link in readme ([#&#8203;3669](https://github.com/casey/just/pull/3669) by [casey](https://github.com/casey)) - Add `else if` to grammar ([#&#8203;3667](https://github.com/casey/just/pull/3667) by [casey](https://github.com/casey)) - Remove function context macro ([#&#8203;3659](https://github.com/casey/just/pull/3659) by [casey](https://github.com/casey)) - Remove on-demand assignment evaluation ([#&#8203;3658](https://github.com/casey/just/pull/3658) by [casey](https://github.com/casey)) - Compute assignment references for `--evaluate` ([#&#8203;3657](https://github.com/casey/just/pull/3657) by [casey](https://github.com/casey)) - Evaluate const assignments in evaluation order ([#&#8203;3656](https://github.com/casey/just/pull/3656) by [casey](https://github.com/casey)) - Collect references transitively ([#&#8203;3655](https://github.com/casey/just/pull/3655) by [casey](https://github.com/casey)) - Serialize dependency path in JSON ([#&#8203;3651](https://github.com/casey/just/pull/3651) by [casey](https://github.com/casey)) - Print full recipe path for alias targets in `--show` and `--usage` ([#&#8203;3649](https://github.com/casey/just/pull/3649) by [casey](https://github.com/casey)) - Reject unexpected arguments to `--completions` ([#&#8203;3642](https://github.com/casey/just/pull/3642) by [casey](https://github.com/casey)) - Use recipe path in usage hint ([#&#8203;3635](https://github.com/casey/just/pull/3635) by [casey](https://github.com/casey)) - Trim non-cycle prefix from circular variable dependency errors ([#&#8203;3634](https://github.com/casey/just/pull/3634) by [casey](https://github.com/casey)) - Suggest similarly named submodules ([#&#8203;3633](https://github.com/casey/just/pull/3633) by [casey](https://github.com/casey)) - Report disabled recipes and aliases in `--show` and `--usage` ([#&#8203;3632](https://github.com/casey/just/pull/3632) by [casey](https://github.com/casey)) - Respect `--no-highlight` when echoing script recipes ([#&#8203;3630](https://github.com/casey/just/pull/3630) by [casey](https://github.com/casey)) - Report undefined variables in order ([#&#8203;3629](https://github.com/casey/just/pull/3629) by [casey](https://github.com/casey)) - Report correct final recipe in circular dependencies ([#&#8203;3628](https://github.com/casey/just/pull/3628) by [casey](https://github.com/casey)) - Ignore files with module directory name ([#&#8203;3625](https://github.com/casey/just/pull/3625) by [casey](https://github.com/casey)) - Dump unexports in alphabetical order ([#&#8203;3623](https://github.com/casey/just/pull/3623) by [casey](https://github.com/casey)) - Reject extra arguments to `--groups` ([#&#8203;3622](https://github.com/casey/just/pull/3622) by [casey](https://github.com/casey)) - Reject search-path-prefixes with `--global-justfile` ([#&#8203;3621](https://github.com/casey/just/pull/3621) by [casey](https://github.com/casey)) - Refactor AST display ([#&#8203;3620](https://github.com/casey/just/pull/3620) by [casey](https://github.com/casey)) - Format justfile with no items as empty string ([#&#8203;3619](https://github.com/casey/just/pull/3619) by [casey](https://github.com/casey)) - Return search errors other than `NotFound` during fallback ([#&#8203;3617](https://github.com/casey/just/pull/3617) by [casey](https://github.com/casey)) - Propagate more exit codes ([#&#8203;3615](https://github.com/casey/just/pull/3615) by [casey](https://github.com/casey)) - Use interpreter file name to determine script shell kind ([#&#8203;3614](https://github.com/casey/just/pull/3614) by [casey](https://github.com/casey)) - Resolve module aliases in `--evaluate` paths ([#&#8203;3613](https://github.com/casey/just/pull/3613) by [casey](https://github.com/casey)) - Trim and ignore empty doc comments ([#&#8203;3612](https://github.com/casey/just/pull/3612) by [casey](https://github.com/casey)) - Blame second recipe for duplicate `[default]` attribute ([#&#8203;3610](https://github.com/casey/just/pull/3610) by [casey](https://github.com/casey)) - Visit modules in order in `--choose` ([#&#8203;3606](https://github.com/casey/just/pull/3606) by [casey](https://github.com/casey)) - Include path in `canonicalize()` error message ([#&#8203;3604](https://github.com/casey/just/pull/3604) by [casey](https://github.com/casey)) - Remove fuzzer ([#&#8203;3599](https://github.com/casey/just/pull/3599) by [casey](https://github.com/casey)) ### [`v1.56.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1560---2026-07-09) [Compare Source](https://github.com/casey/just/compare/1.55.1...1.56.0) ##### Fixed - Omit authorization header in install script if GITHUB\_TOKEN is empty ([#&#8203;3595](https://github.com/casey/just/pull/3595) by [casey](https://github.com/casey)) - Evaluate assignments in dependency order ([#&#8203;3591](https://github.com/casey/just/pull/3591) by [casey](https://github.com/casey)) - Do not run `shell()` commands during dry run ([#&#8203;3588](https://github.com/casey/just/pull/3588) by [casey](https://github.com/casey)) - List aliases for recipes in other modules ([#&#8203;3581](https://github.com/casey/just/pull/3581) by [casey](https://github.com/casey)) - Don't unindent format strings twice ([#&#8203;3579](https://github.com/casey/just/pull/3579) by [casey](https://github.com/casey)) - Include doc comments and attributes in `--show` ([#&#8203;3578](https://github.com/casey/just/pull/3578) by [casey](https://github.com/casey)) - Don't resolve submodule variables to parent module variables ([#&#8203;3577](https://github.com/casey/just/pull/3577) by [casey](https://github.com/casey)) - Show dependency paths ([#&#8203;3576](https://github.com/casey/just/pull/3576) by [casey](https://github.com/casey)) - Reject shell-expanded string identifier in format string interpolation ([#&#8203;3575](https://github.com/casey/just/pull/3575) by [casey](https://github.com/casey)) - Resolve variables in `[cache]` expressions ([#&#8203;3573](https://github.com/casey/just/pull/3573) by [casey](https://github.com/casey)) - Preserve blank CRLF lines between recipes ([#&#8203;3568](https://github.com/casey/just/pull/3568) by [casey](https://github.com/casey)) - Report mixed leading whitespace in recipe bodies ([#&#8203;3567](https://github.com/casey/just/pull/3567) by [casey](https://github.com/casey)) - Preserve `eager` keyword in `--dump` and `--fmt` ([#&#8203;3565](https://github.com/casey/just/pull/3565) by [casey](https://github.com/casey)) - Export `[env]` variables to recipe bodies ([#&#8203;3566](https://github.com/casey/just/pull/3566) by [casey](https://github.com/casey)) - Don't add trailing space to empty doc comments ([#&#8203;3564](https://github.com/casey/just/pull/3564) by [casey](https://github.com/casey)) - Preserve CRLF when unindenting blank lines ([#&#8203;3563](https://github.com/casey/just/pull/3563) by [casey](https://github.com/casey)) - Include parameter `multiple` in dump ([#&#8203;3562](https://github.com/casey/just/pull/3562) by [casey](https://github.com/casey)) - Skip private variables when calculating `--evaluate` padding ([#&#8203;3561](https://github.com/casey/just/pull/3561) by [casey](https://github.com/casey)) - Don't show flag placeholders in `--usage` ([#&#8203;3559](https://github.com/casey/just/pull/3559) by [casey](https://github.com/casey)) - Fix `is_dependency()` in `[confirm]` expressions ([#&#8203;3558](https://github.com/casey/just/pull/3558) by [casey](https://github.com/casey)) - Skip private modules when choosing ([#&#8203;3557](https://github.com/casey/just/pull/3557) by [casey](https://github.com/casey)) - Don't re-evaluate assignments in user-defined functions ([#&#8203;3555](https://github.com/casey/just/pull/3555) by [casey](https://github.com/casey)) - Forbid format-string backticks ([#&#8203;3554](https://github.com/casey/just/pull/3554) by [casey](https://github.com/casey)) - Don't use shebangs as doc comments ([#&#8203;3553](https://github.com/casey/just/pull/3553) by [casey](https://github.com/casey)) - Don't deduplicate ASTs ([#&#8203;3552](https://github.com/casey/just/pull/3552) by [casey](https://github.com/casey)) - Allow escaping CRLF in strings ([#&#8203;3550](https://github.com/casey/just/pull/3550) by [casey](https://github.com/casey)) - Ignore sigils on continuation lines ([#&#8203;3549](https://github.com/casey/just/pull/3549) by [casey](https://github.com/casey)) - Catch circular references though function calls ([#&#8203;3548](https://github.com/casey/just/pull/3548) by [casey](https://github.com/casey)) - Resolve references in module `[doc]` attributes ([#&#8203;3547](https://github.com/casey/just/pull/3547) by [casey](https://github.com/casey)) - Avoid exponential blowup when traversing dependencies ([#&#8203;3546](https://github.com/casey/just/pull/3546) by [casey](https://github.com/casey)) - Handle invalid shebang lines ([#&#8203;3545](https://github.com/casey/just/pull/3545) by [casey](https://github.com/casey)) - Fix variable shadowing ([#&#8203;3543](https://github.com/casey/just/pull/3543) by [casey](https://github.com/casey)) - Handle timestamp formatting errors ([#&#8203;3542](https://github.com/casey/just/pull/3542) by [casey](https://github.com/casey)) - Display correct mismatched delimiter in format string ([#&#8203;3540](https://github.com/casey/just/pull/3540) by [casey](https://github.com/casey)) - Handle unterminated format string ([#&#8203;3539](https://github.com/casey/just/pull/3539) by [casey](https://github.com/casey)) - Error on end-of-file after backslash ([#&#8203;3538](https://github.com/casey/just/pull/3538) by [casey](https://github.com/casey)) ##### Changed - Make `path_exists('')` return false ([#&#8203;3570](https://github.com/casey/just/pull/3570) by [casey](https://github.com/casey)) - Make `set ignore-comments` only apply to shell recipes ([#&#8203;3544](https://github.com/casey/just/pull/3544) by [casey](https://github.com/casey)) - Remove `!include` error ([#&#8203;3541](https://github.com/casey/just/pull/3541) by [casey](https://github.com/casey)) - Allow `[doc]` to be const expression ([#&#8203;3516](https://github.com/casey/just/pull/3516) by [casey](https://github.com/casey)) - Allow conditional attributes on all items ([#&#8203;3515](https://github.com/casey/just/pull/3515) by [casey](https://github.com/casey)) ##### Added - Resolve module aliases in `--show`, `--list`, and `--usage` ([#&#8203;3580](https://github.com/casey/just/pull/3580) by [casey](https://github.com/casey)) - Add `num_jobs()` function ([#&#8203;3537](https://github.com/casey/just/pull/3537) by [casey](https://github.com/casey)) - Add `--jobs` option to limit parallelism ([#&#8203;3531](https://github.com/casey/just/pull/3531) by [casey](https://github.com/casey)) - Add `indentation` setting ([#&#8203;3530](https://github.com/casey/just/pull/3530) by [casey](https://github.com/casey)) - Add `[arg(min)]` ([#&#8203;3524](https://github.com/casey/just/pull/3524) by [casey](https://github.com/casey)) - Add `[arg(max)]` ([#&#8203;3522](https://github.com/casey/just/pull/3522) by [casey](https://github.com/casey)) ##### Misc - Construct `ExpressionContext` with `.into()` ([#&#8203;3590](https://github.com/casey/just/pull/3590) by [casey](https://github.com/casey)) - Add Spack package to readme ([#&#8203;3589](https://github.com/casey/just/pull/3589) by [casey](https://github.com/casey)) - Look up variables by number ([#&#8203;3585](https://github.com/casey/just/pull/3585) by [casey](https://github.com/casey)) - Consolidate variable resolution ([#&#8203;3584](https://github.com/casey/just/pull/3584) by [casey](https://github.com/casey)) - Add `ListEntry` ([#&#8203;3583](https://github.com/casey/just/pull/3583) by [casey](https://github.com/casey)) - Give format string token kinds unique display implementations ([#&#8203;3574](https://github.com/casey/just/pull/3574) by [casey](https://github.com/casey)) - Update `[arg(min, max)]` description in readme ([#&#8203;3572](https://github.com/casey/just/pull/3572) by [casey](https://github.com/casey)) - Move lexiclean into source tree ([#&#8203;3569](https://github.com/casey/just/pull/3569) by [casey](https://github.com/casey)) - Remove debug assert in `Recipe::group_arguments()` ([#&#8203;3560](https://github.com/casey/just/pull/3560) by [casey](https://github.com/casey)) - Deprecate `set windows-shell` ([#&#8203;3536](https://github.com/casey/just/pull/3536) by [casey](https://github.com/casey)) - Move `[arg]` attribute construction into helper method ([#&#8203;3525](https://github.com/casey/just/pull/3525) by [casey](https://github.com/casey)) - Consolidate attribute display ([#&#8203;3514](https://github.com/casey/just/pull/3514) by [casey](https://github.com/casey)) ### [`v1.55.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1551---2026-06-29) [Compare Source](https://github.com/casey/just/compare/1.55.0...1.55.1) ##### Fixed - Fix panic when empty path is passed to `--show` and `--usage` ([#&#8203;3511](https://github.com/casey/just/pull/3511) by [casey](https://github.com/casey)) ##### Misc - Upgrade sha2 to 0.11.0 ([#&#8203;3512](https://github.com/casey/just/pull/3512) by [casey](https://github.com/casey)) - Remove `Test::test_round_trip()` ([#&#8203;3509](https://github.com/casey/just/pull/3509) by [casey](https://github.com/casey)) - Remove round-trip testing ([#&#8203;3508](https://github.com/casey/just/pull/3508) by [casey](https://github.com/casey)) ### [`v1.55.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1550---2026-06-29) [Compare Source](https://github.com/casey/just/compare/1.54.0...1.55.0) ##### Fixed - Fix forwarded dependency flag value ([#&#8203;3489](https://github.com/casey/just/pull/3489) by [casey](https://github.com/casey)) ##### Changed - Allow `[arg(pattern)]` to be a list ([#&#8203;3484](https://github.com/casey/just/pull/3484) by [casey](https://github.com/casey)) - Allow `[arg(help)]` to be expression ([#&#8203;3483](https://github.com/casey/just/pull/3483) by [casey](https://github.com/casey)) - Allow `[arg(pattern)]` to be expression ([#&#8203;3482](https://github.com/casey/just/pull/3482) by [casey](https://github.com/casey)) ##### Added - Add stream gates to `style()` ([#&#8203;3503](https://github.com/casey/just/pull/3503) by [casey](https://github.com/casey)) - Accept `-F` for `--dotenv-filename` ([#&#8203;3498](https://github.com/casey/just/pull/3498) by [casey](https://github.com/casey)) - Add `just_version()` function ([#&#8203;3497](https://github.com/casey/just/pull/3497) by [casey](https://github.com/casey)) - Add `[arg(multiple)]` ([#&#8203;3493](https://github.com/casey/just/pull/3493) by [casey](https://github.com/casey)) - Allow combining short options ([#&#8203;3490](https://github.com/casey/just/pull/3490) by [casey](https://github.com/casey)) - Allow variadic parameters to be options ([#&#8203;3488](https://github.com/casey/just/pull/3488) by [casey](https://github.com/casey)) - Default `[arg(short)]` to first character of parameter name ([#&#8203;3486](https://github.com/casey/just/pull/3486) by [casey](https://github.com/casey)) - Add support for RGB and fixed colors to `style()` ([#&#8203;3479](https://github.com/casey/just/pull/3479) by [casey](https://github.com/casey)) - Improve `style()` function ([#&#8203;3478](https://github.com/casey/just/pull/3478) by [casey](https://github.com/casey)) - Add `set minimum-version` ([#&#8203;3477](https://github.com/casey/just/pull/3477) by [casey](https://github.com/casey)) - Add module aliases ([#&#8203;3472](https://github.com/casey/just/pull/3472) by [casey](https://github.com/casey)) ##### Misc - Add example to cached recipes readme ([#&#8203;3506](https://github.com/casey/just/pull/3506) by [casey](https://github.com/casey)) - Fix readme heading levels ([#&#8203;3505](https://github.com/casey/just/pull/3505) by [casey](https://github.com/casey)) - Move Friendly Admonitions higher in Cached Recipes section ([#&#8203;3504](https://github.com/casey/just/pull/3504) by [casey](https://github.com/casey)) - Rename test helper functions ([#&#8203;3502](https://github.com/casey/just/pull/3502) by [casey](https://github.com/casey)) - Simplify tests ([#&#8203;3501](https://github.com/casey/just/pull/3501) by [casey](https://github.com/casey)) - Use `assert_eval_eq` in tests ([#&#8203;3499](https://github.com/casey/just/pull/3499) by [casey](https://github.com/casey)) - Expand readme intro list ([#&#8203;3496](https://github.com/casey/just/pull/3496) by [casey](https://github.com/casey)) - Organize readme into sections ([#&#8203;3495](https://github.com/casey/just/pull/3495) by [casey](https://github.com/casey)) - Rename option tests ([#&#8203;3494](https://github.com/casey/just/pull/3494) by [casey](https://github.com/casey)) - Move option application to `switch.apply()` ([#&#8203;3491](https://github.com/casey/just/pull/3491) by [casey](https://github.com/casey)) - Document that `[arg(help)]` may be a list ([#&#8203;3485](https://github.com/casey/just/pull/3485) by [casey](https://github.com/casey)) - Move override processing out of `Analyzer` ([#&#8203;3481](https://github.com/casey/just/pull/3481) by [casey](https://github.com/casey)) - Add `ConstEvalError` ([#&#8203;3480](https://github.com/casey/just/pull/3480) by [casey](https://github.com/casey)) - Remove `ModuleAlias` ([#&#8203;3475](https://github.com/casey/just/pull/3475) by [casey](https://github.com/casey)) - Chain tests ([#&#8203;3476](https://github.com/casey/just/pull/3476) by [casey](https://github.com/casey)) - Remove temptree dependency ([#&#8203;3473](https://github.com/casey/just/pull/3473) by [casey](https://github.com/casey)) - Simplify show tests ([#&#8203;3471](https://github.com/casey/just/pull/3471) by [casey](https://github.com/casey)) - Remove unnecessary tab escapes ([#&#8203;3470](https://github.com/casey/just/pull/3470) by [casey](https://github.com/casey)) - Indent `Test::write()` strings ([#&#8203;3469](https://github.com/casey/just/pull/3469) by [casey](https://github.com/casey)) - Document cache key printing ([#&#8203;3468](https://github.com/casey/just/pull/3468) by [casey](https://github.com/casey)) - Remove generic argument from `Count` ([#&#8203;3467](https://github.com/casey/just/pull/3467) by [casey](https://github.com/casey)) ### [`v1.54.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1540---2026-06-22) [Compare Source](https://github.com/casey/just/compare/1.53.0...1.54.0) ##### Fixed - Forbid duplicate attribute keys ([#&#8203;3454](https://github.com/casey/just/pull/3454) by [casey](https://github.com/casey)) - Clear signal handler when infallible line catches signal ([#&#8203;3444](https://github.com/casey/just/pull/3444) by [casey](https://github.com/casey)) ##### Changed - Allow passing `--dotenv-command` multiple times ([#&#8203;3445](https://github.com/casey/just/pull/3445) by [casey](https://github.com/casey)) - Allow `[arg]` `value` to be expression ([#&#8203;3429](https://github.com/casey/just/pull/3429) by [casey](https://github.com/casey)) ##### Added - Add `[continue]` attribute ([#&#8203;3442](https://github.com/casey/just/pull/3442) by [casey](https://github.com/casey)) - Add `--dotenv-command` and `set dotenv-command` ([#&#8203;3441](https://github.com/casey/just/pull/3441) by [casey](https://github.com/casey)) ##### Cached Recipes - Add cache key to verbose output ([#&#8203;3465](https://github.com/casey/just/pull/3465) by [casey](https://github.com/casey)) - Add `--no-cache` flag ([#&#8203;3463](https://github.com/casey/just/pull/3463) by [casey](https://github.com/casey)) - Remove empty cache entries with `just --clean` ([#&#8203;3462](https://github.com/casey/just/pull/3462) by [casey](https://github.com/casey)) - Add `just --clean` instructions to readme ([#&#8203;3461](https://github.com/casey/just/pull/3461) by [casey](https://github.com/casey)) - Allow filtering `--clean` by recipe and module path ([#&#8203;3460](https://github.com/casey/just/pull/3460) by [casey](https://github.com/casey)) - Add `--clean` subcommand for clearing recipe cache ([#&#8203;3459](https://github.com/casey/just/pull/3459) by [casey](https://github.com/casey)) - Include recipe name in cache entries ([#&#8203;3457](https://github.com/casey/just/pull/3457) by [casey](https://github.com/casey)) - Add extra user-supplied cache key ([#&#8203;3456](https://github.com/casey/just/pull/3456) by [casey](https://github.com/casey)) - Fix working directory cache key ([#&#8203;3455](https://github.com/casey/just/pull/3455) by [casey](https://github.com/casey)) - Add output files to cached recipes ([#&#8203;3453](https://github.com/casey/just/pull/3453) by [casey](https://github.com/casey)) - Add file inputs to cached recipes ([#&#8203;3452](https://github.com/casey/just/pull/3452) by [casey](https://github.com/casey)) - Use body lines in cache key ([#&#8203;3451](https://github.com/casey/just/pull/3451) by [casey](https://github.com/casey)) - Use recipe body in cache key instead of lines ([#&#8203;3447](https://github.com/casey/just/pull/3447) by [casey](https://github.com/casey)) - Add additional cache keys ([#&#8203;3446](https://github.com/casey/just/pull/3446) by [casey](https://github.com/casey)) - Add cached recipes ([#&#8203;3437](https://github.com/casey/just/pull/3437) by [casey](https://github.com/casey)) ##### Misc - Rename `AttributeDiscriminant` to `AttributeKind` ([#&#8203;3464](https://github.com/casey/just/pull/3464) by [casey](https://github.com/casey)) - Improve invalid shell recipe attribute error message ([#&#8203;3458](https://github.com/casey/just/pull/3458) by [casey](https://github.com/casey)) - Add `Environment` struct ([#&#8203;3450](https://github.com/casey/just/pull/3450) by [casey](https://github.com/casey)) - Remove `Test::no_justfile()` ([#&#8203;3449](https://github.com/casey/just/pull/3449) by [casey](https://github.com/casey)) - Use plural consistently in `UnstableFeature` enum ([#&#8203;3448](https://github.com/casey/just/pull/3448) by [casey](https://github.com/casey)) - Lowercase `ctrl` consistently ([#&#8203;3443](https://github.com/casey/just/pull/3443) by [casey](https://github.com/casey)) - Add activating environments section to readme ([#&#8203;3440](https://github.com/casey/just/pull/3440) by [casey](https://github.com/casey)) - Bump minimum-supported Rust version to 1.89.0 ([#&#8203;3438](https://github.com/casey/just/pull/3438) by [casey](https://github.com/casey)) - Make non-unicode error messages consistent ([#&#8203;3436](https://github.com/casey/just/pull/3436) by [casey](https://github.com/casey)) - Lowercase function error messages ([#&#8203;3435](https://github.com/casey/just/pull/3435) by [casey](https://github.com/casey)) - Reword readme ([#&#8203;3433](https://github.com/casey/just/pull/3433) by [casey](https://github.com/casey)) - Remove emacs `Local Variables:` block from justfile ([#&#8203;3432](https://github.com/casey/just/pull/3432) by [casey](https://github.com/casey)) ### [`v1.53.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1530---2026-06-16) [Compare Source](https://github.com/casey/just/compare/1.52.0...1.53.0) ##### Added - Add `recipe_name()` function ([#&#8203;3366](https://github.com/casey/just/pull/3366) by [casey](https://github.com/casey)) - Support markdown justfiles ([#&#8203;3361](https://github.com/casey/just/pull/3361) by [casey](https://github.com/casey)) ##### Changed - Allow omitting `assert()` message ([#&#8203;3423](https://github.com/casey/just/pull/3423) by [casey](https://github.com/casey)) - Preserve bare `[arg]` long key when formatting ([#&#8203;3397](https://github.com/casey/just/pull/3397) by [casey](https://github.com/casey)) ##### Lists - Add list concatenation operator ([#&#8203;3427](https://github.com/casey/just/pull/3427) by [casey](https://github.com/casey)) - Do not export empty lists ([#&#8203;3424](https://github.com/casey/just/pull/3424) by [casey](https://github.com/casey)) - Add `split()` function ([#&#8203;3420](https://github.com/casey/just/pull/3420) by [casey](https://github.com/casey)) - Make `which()` require `set lists` ([#&#8203;3418](https://github.com/casey/just/pull/3418) by [casey](https://github.com/casey)) - Make `env()` functions work with lists ([#&#8203;3416](https://github.com/casey/just/pull/3416) by [casey](https://github.com/casey)) - Make `+` and `/` work with lists ([#&#8203;3415](https://github.com/casey/just/pull/3415) by [casey](https://github.com/casey)) - Allow lists as regex operands of `=~` and `!~` ([#&#8203;3414](https://github.com/casey/just/pull/3414) by [casey](https://github.com/casey)) - Allow multiple `--dotenv-filename` and `--dotenv-path` options ([#&#8203;3413](https://github.com/casey/just/pull/3413) by [casey](https://github.com/casey)) - Load multiple `.env` files ([#&#8203;3412](https://github.com/casey/just/pull/3412) by [casey](https://github.com/casey)) - Flatten interpreter settings ([#&#8203;3410](https://github.com/casey/just/pull/3410) by [casey](https://github.com/casey)) - Make `[env]` work with lists ([#&#8203;3409](https://github.com/casey/just/pull/3409) by [casey](https://github.com/casey)) - Join lists in `assert()` and `[confirm]` messages ([#&#8203;3408](https://github.com/casey/just/pull/3408) by [casey](https://github.com/casey)) - Join lists in interpolations ([#&#8203;3407](https://github.com/casey/just/pull/3407) by [casey](https://github.com/casey)) - Using lists in string contexts is an error ([#&#8203;3406](https://github.com/casey/just/pull/3406) by [casey](https://github.com/casey)) - `assert(condition)` evaluates to `condition` ([#&#8203;3405](https://github.com/casey/just/pull/3405) by [casey](https://github.com/casey)) - Make `assert()` evaluate to `"true"` when `set lists` is enabled ([#&#8203;3404](https://github.com/casey/just/pull/3404) by [casey](https://github.com/casey)) - Make `=~` and `!~` work with lists ([#&#8203;3403](https://github.com/casey/just/pull/3403) by [casey](https://github.com/casey)) - `if` without `else` evalutes to `[]` when false ([#&#8203;3401](https://github.com/casey/just/pull/3401) by [casey](https://github.com/casey)) - Check structural equality in `!=` and `==` ([#&#8203;3402](https://github.com/casey/just/pull/3402) by [casey](https://github.com/casey)) - Add `flag` `[arg]` attribute ([#&#8203;3398](https://github.com/casey/just/pull/3398) by [casey](https://github.com/casey)) - Make `show()` require `set lists` ([#&#8203;3392](https://github.com/casey/just/pull/3392) by [casey](https://github.com/casey)) - Add `bool()` function ([#&#8203;3391](https://github.com/casey/just/pull/3391) by [casey](https://github.com/casey)) - Add negation operator `!` ([#&#8203;3389](https://github.com/casey/just/pull/3389) by [casey](https://github.com/casey)) - Allow conditions to be used in arbitrary expressions ([#&#8203;3387](https://github.com/casey/just/pull/3387) by [casey](https://github.com/casey)) - Add `show()` function ([#&#8203;3383](https://github.com/casey/just/pull/3383) by [casey](https://github.com/casey)) - Print lists in `--evaluate` ([#&#8203;3382](https://github.com/casey/just/pull/3382) by [casey](https://github.com/casey)) - Reform booleans ([#&#8203;3381](https://github.com/casey/just/pull/3381) by [casey](https://github.com/casey)) - Add list literals ([#&#8203;3380](https://github.com/casey/just/pull/3380) by [casey](https://github.com/casey)) - Allow mapping dependencies over lists ([#&#8203;3379](https://github.com/casey/just/pull/3379) by [casey](https://github.com/casey)) - Forwards lists to dependencies ([#&#8203;3378](https://github.com/casey/just/pull/3378) by [casey](https://github.com/casey)) - Map `append()` and `prepend()` over lists ([#&#8203;3375](https://github.com/casey/just/pull/3375) by [casey](https://github.com/casey)) - Map `absolute_path()` over lists ([#&#8203;3374](https://github.com/casey/just/pull/3374) by [casey](https://github.com/casey)) - Add `set lists` ([#&#8203;3372](https://github.com/casey/just/pull/3372) by [casey](https://github.com/casey)) - Preserve variadic arguments as lists of strings ([#&#8203;3362](https://github.com/casey/just/pull/3362) by [casey](https://github.com/casey)) ##### Misc - Improve broken WSL bash workaround ([#&#8203;3426](https://github.com/casey/just/pull/3426) by [casey](https://github.com/casey)) - Fix `[arg]` attribute examples in readme ([#&#8203;3422](https://github.com/casey/just/pull/3422) by [casey](https://github.com/casey)) - Organize lists readme section ([#&#8203;3421](https://github.com/casey/just/pull/3421) by [casey](https://github.com/casey)) - Remove extra detail from most list in string context errors ([#&#8203;3417](https://github.com/casey/just/pull/3417) by [casey](https://github.com/casey)) - Add tokens to `[env]` and `[working-directory]` string context errors ([#&#8203;3411](https://github.com/casey/just/pull/3411) by [casey](https://github.com/casey)) - Reduce parser test churn ([#&#8203;3400](https://github.com/casey/just/pull/3400) by [casey](https://github.com/casey)) - Add example using `[parallel]` with mapped dependencies ([#&#8203;3399](https://github.com/casey/just/pull/3399) by [casey](https://github.com/casey)) - Use `StringResult` and `ValueResult` instead of `FunctionResult` ([#&#8203;3396](https://github.com/casey/just/pull/3396) by [casey](https://github.com/casey)) - Allow stable calls to user-defined functions that shadow unstable functions ([#&#8203;3395](https://github.com/casey/just/pull/3395) by [casey](https://github.com/casey)) - Replace rule 110 with rule 124 ([#&#8203;3394](https://github.com/casey/just/pull/3394) by [casey](https://github.com/casey)) - Consolidate list feature errors ([#&#8203;3393](https://github.com/casey/just/pull/3393) by [casey](https://github.com/casey)) - Simplify `Lexer::lex_choices()` ([#&#8203;3390](https://github.com/casey/just/pull/3390) by [casey](https://github.com/casey)) - Consolidate list feature tracking ([#&#8203;3388](https://github.com/casey/just/pull/3388) by [casey](https://github.com/casey)) - Refactor function context retrieval ([#&#8203;3386](https://github.com/casey/just/pull/3386) by [casey](https://github.com/casey)) - Remove `summary` module ([#&#8203;3385](https://github.com/casey/just/pull/3385) by [casey](https://github.com/casey)) - Use `show()` and `--evaluate` in tests ([#&#8203;3384](https://github.com/casey/just/pull/3384) by [casey](https://github.com/casey)) - Include number in counts ([#&#8203;3376](https://github.com/casey/just/pull/3376) by [casey](https://github.com/casey)) - Improve list tests ([#&#8203;3373](https://github.com/casey/just/pull/3373) by [casey](https://github.com/casey)) - Add `rule110` recipe to `demo` group ([#&#8203;3368](https://github.com/casey/just/pull/3368) by [casey](https://github.com/casey)) - Move doc comments above long recipe signatures in `--list` ([#&#8203;3367](https://github.com/casey/just/pull/3367) by [casey](https://github.com/casey)) - Propagate `is_dependency` to defined function evaluators ([#&#8203;3365](https://github.com/casey/just/pull/3365) by [casey](https://github.com/casey)) - Use `value` consistently in functions ([#&#8203;3364](https://github.com/casey/just/pull/3364) by [casey](https://github.com/casey)) ### [`v1.52.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1520---2026-06-08) [Compare Source](https://github.com/casey/just/compare/1.51.0...1.52.0) ##### Added - Add `[shell]` attribute to override `default-script` setting ([#&#8203;3359](https://github.com/casey/just/pull/3359) by [casey](https://github.com/casey)) - Add `default-script` setting ([#&#8203;3354](https://github.com/casey/just/pull/3354) by [casey](https://github.com/casey)) - Add `--default-list` flag ([#&#8203;3350](https://github.com/casey/just/pull/3350) by [casey](https://github.com/casey)) - Add `default-list` setting ([#&#8203;3337](https://github.com/casey/just/pull/3337) by [casey](https://github.com/casey)) ##### Changed - Disable aliases that depend on absent modules ([#&#8203;3358](https://github.com/casey/just/pull/3358) by [casey](https://github.com/casey)) - Print formatted justfile to stdout when source is stdin ([#&#8203;3356](https://github.com/casey/just/pull/3356) by [casey](https://github.com/casey)) - Allow search directory with more subcommands ([#&#8203;3353](https://github.com/casey/just/pull/3353) by [casey](https://github.com/casey)) - Disable recipes that depend on absent modules ([#&#8203;3352](https://github.com/casey/just/pull/3352) by [casey](https://github.com/casey)) ##### Misc - Improve absent optional module error messages ([#&#8203;3357](https://github.com/casey/just/pull/3357) by [casey](https://github.com/casey)) - Alphabetize Attribute derive macro order ([#&#8203;3355](https://github.com/casey/just/pull/3355) by [casey](https://github.com/casey)) - Include UTF-8 byte-order mark in PowerShell scripts ([#&#8203;3347](https://github.com/casey/just/pull/3347) by [casey](https://github.com/casey)) - Remove options from `--list` output ([#&#8203;3346](https://github.com/casey/just/pull/3346) by [casey](https://github.com/casey)) - Switch from ansi\_term to nu\_ansi\_term ([#&#8203;3344](https://github.com/casey/just/pull/3344) by [casey](https://github.com/casey)) - Remove redundant argument parser attributes ([#&#8203;3340](https://github.com/casey/just/pull/3340) by [casey](https://github.com/casey)) </details> <details> <summary>nodejs/node (node)</summary> ### [`v26.5.1`](https://github.com/nodejs/node/releases/tag/v26.5.1): 2026-07-29, Version 26.5.1 (Current), @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v26.2.0...v26.5.1) This is a security release. ##### Notable Changes - (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High - (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High - (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium - (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium - (CVE-2026-58041) sqlite: invalidate tag store iterators on statement reset (Matteo Collina) – Medium - (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium - (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium - (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low - (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low - (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low - deps: update llhttp to 9.4.3 (Paolo Insogna) - deps: update undici to 8.9.0 (Node.js GitHub Bot) ##### Commits - \[[`af0bf96877`](https://github.com/nodejs/node/commit/af0bf96877)] - **deps**: update llhttp to 9.4.3 (Paolo Insogna) [nodejs-private/node-private#935](https://github.com/nodejs-private/node-private/pull/935) - \[[`0354678355`](https://github.com/nodejs/node/commit/0354678355)] - **deps**: update undici to 8.9.0 (Node.js GitHub Bot) [#&#8203;64712](https://github.com/nodejs/node/pull/64712) - \[[`dbeeaeec13`](https://github.com/nodejs/node/commit/dbeeaeec13)] - **(CVE-2026-58042)** **dns**: handle large resolveAny address replies (RafaelGSS) [nodejs-private/node-private#929](https://github.com/nodejs-private/node-private/pull/929) - \[[`064d339f56`](https://github.com/nodejs/node/commit/064d339f56)] - **(CVE-2026-58044)** **http**: reject requests exceeding max header count (Matteo Collina) [nodejs-private/node-private#922](https://github.com/nodejs-private/node-private/pull/922) - \[[`23b94c843a`](https://github.com/nodejs/node/commit/23b94c843a)] - **(CVE-2026-56848)** **http2**: defer rst stream while in scope (Matteo Collina) [nodejs-private/node-private#921](https://github.com/nodejs-private/node-private/pull/921) - \[[`c7ec3dc0b9`](https://github.com/nodejs/node/commit/c7ec3dc0b9)] - **(CVE-2026-58040)** **https**: bind identity checks to session reuse (Matteo Collina) [nodejs-private/node-private#904](https://github.com/nodejs-private/node-private/pull/904) - \[[`8f666925b1`](https://github.com/nodejs/node/commit/8f666925b1)] - **(CVE-2026-56850)** **https**: distinguish PFX object-array agent keys (RafaelGSS) [nodejs-private/node-private#930](https://github.com/nodejs-private/node-private/pull/930) - \[[`ad99d075b1`](https://github.com/nodejs/node/commit/ad99d075b1)] - **(CVE-2026-58043)** **permission**: avoid granting radix split nodes (RafaelGSS) [nodejs-private/node-private#911](https://github.com/nodejs-private/node-private/pull/911) - \[[`61222008b7`](https://github.com/nodejs/node/commit/61222008b7)] - **(CVE-2026-58039)** **permission**: check final report output path (RafaelGSS) [nodejs-private/node-private#908](https://github.com/nodejs-private/node-private/pull/908) - \[[`3cb607dfc4`](https://github.com/nodejs/node/commit/3cb607dfc4)] - **(CVE-2026-56847)** **permission**: enforce fs write permission for trace events (RafaelGSS) [nodejs-private/node-private#924](https://github.com/nodejs-private/node-private/pull/924) - \[[`d08fde8a16`](https://github.com/nodejs/node/commit/d08fde8a16)] - **(CVE-2026-58041)** **sqlite**: invalidate tag store iterators on statement reset (Matteo Collina) [nodejs-private/node-private#896](https://github.com/nodejs-private/node-private/pull/896) - \[[`b3fbb6e11f`](https://github.com/nodejs/node/commit/b3fbb6e11f)] - **(CVE-2026-58045)** **zlib**: throw on out-of-bounds write buffers (RafaelGSS) [nodejs-private/node-private#931](https://github.com/nodejs-private/node-private/pull/931) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between day 1 and 7 of the month (`* * 1-7 * *`) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
chore(deps): update asdf tool versions
Some checks failed
continuous-integration/drone/push Build is failing
15ebbe1c6d
renovate force-pushed renovate/asdf-tool-versions from 15ebbe1c6d
Some checks failed
continuous-integration/drone/push Build is failing
to 4be395c789
Some checks failed
continuous-integration/drone/push Build is failing
2026-07-09 02:09:29 +02:00
Compare
renovate force-pushed renovate/asdf-tool-versions from 4be395c789
Some checks failed
continuous-integration/drone/push Build is failing
to c4f03ffd53
Some checks failed
continuous-integration/drone/push Build is failing
2026-07-11 02:09:27 +02:00
Compare
renovate force-pushed renovate/asdf-tool-versions from c4f03ffd53
Some checks failed
continuous-integration/drone/push Build is failing
to e9e9f3a2a4
All checks were successful
continuous-integration/drone/push Build is passing
2026-07-13 02:09:25 +02:00
Compare
renovate force-pushed renovate/asdf-tool-versions from e9e9f3a2a4
All checks were successful
continuous-integration/drone/push Build is passing
to 7868142b52
All checks were successful
continuous-integration/drone/push Build is passing
2026-07-20 02:09:26 +02:00
Compare
renovate force-pushed renovate/asdf-tool-versions from 7868142b52
All checks were successful
continuous-integration/drone/push Build is passing
to 9b65947a6c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
2026-07-30 02:09:21 +02:00
Compare
simon merged commit 3adc527a18 into main 2026-07-31 11:20:20 +02:00
simon deleted branch renovate/asdf-tool-versions 2026-07-31 11:20:20 +02:00
Sign in to join this conversation.
No description provided.