chore: update ci toolchain #127

Merged
Wuast94 merged 1 commit from updatarr/ci-toolchain-63db05fe2e into main 2026-07-19 18:07:14 +02:00
Owner

Updates ci toolchain.

Automerge: Enabled

Changed files:

  • .devcontainer/Dockerfile:10 1.56.0 -> 1.57.0
Release notes

1.57.0: casey/just: 1.57.0

Compare source

Changed

  • Pass arguments to cmd.exe without escaping (#3636 by casey)
  • split('') splits into characters (#3650 by casey)
  • Accept markdown justfiles found by name (#3648 by casey)
  • Make [env] variables visible to shell() invocations (#3631 by casey)
  • Forbid duplicate groups (#3626 by casey)
  • Forbid option names beginning with - (#3608 by casey)
  • Don't accept option arguments starting with -= or --= (#3607 by casey)
  • Reject empty alphabet in choose() regardless of count (#3605 by casey)
  • Forbid [arg(flag)] with [arg(pattern)] (#3602 by casey)
  • Add extension to cache key (#3600 by casey)

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

  • Add len() function (#3663 by casey)
  • Avoid panic when passed parentless justfile path (#3624 by casey)

Misc

  • Fix flags and options link in readme (#3669 by casey)
  • Add else if to grammar (#3667 by casey)
  • Remove function context macro (#3659 by casey)
  • Remove on-demand assignment evaluation (#3658 by casey)
  • Compute assignment references for --evaluate (#3657 by casey)
  • Evaluate const assignments in evaluation order (#3656 by casey)
  • Collect references transitively (#3655 by casey)
  • Serialize dependency path in JSON (#3651 by casey)
  • Print full recipe path for alias targets in --show and --usage (#3649 by casey)
  • Reject unexpected arguments to --completions (#3642 by casey)
  • Use recipe path in usage hint (#3635 by casey)
  • Trim non-cycle prefix from circular variable dependency errors (#3634 by casey)
  • Suggest similarly named submodules (#3633 by casey)
  • Report disabled recipes and aliases in --show and --usage (#3632 by casey)
  • Respect --no-highlight when echoing script recipes (#3630 by casey)
  • Report undefined variables in order (#3629 by casey)
  • Report correct final recipe in circular dependencies (#3628 by casey)
  • Ignore files with module directory name (#3625 by casey)
  • Dump unexports in alphabetical order (#3623 by casey)
  • Reject extra arguments to --groups (#3622 by casey)
  • Reject search-path-prefixes with --global-justfile (#3621 by casey)
  • Refactor AST display (#3620 by casey)
  • Format justfile with no items as empty string (#3619 by casey)
  • Return search errors other than NotFound during fallback (#3617 by casey)
  • Propagate more exit codes (#3615 by casey)
  • Use interpreter file name to determine script shell kind (#3614 by casey)
  • Resolve module aliases in --evaluate paths (#3613 by casey)
  • Trim and ignore empty doc comments (#3612 by casey)
  • Blame second recipe for duplicate [default] attribute (#3610 by casey)
  • Visit modules in order in --choose (#3606 by casey)
  • Include path in canonicalize() error message (#3604 by casey)
  • Remove fuzzer (#3599 by casey)
Updates `ci toolchain`. Automerge: Enabled Changed files: - `.devcontainer/Dockerfile:10` `1.56.0` -> `1.57.0` <details> <summary>Release notes</summary> ### [`1.57.0`](https://github.com/casey/just/releases/tag/1.57.0): casey/just: 1.57.0 [Compare source](https://github.com/casey/just/compare/1.56.0...1.57.0) ### Changed - Pass arguments to `cmd.exe` without escaping ([#3636](https://github.com/casey/just/pull/3636) by [casey](https://github.com/casey)) - `split('')` splits into characters ([#3650](https://github.com/casey/just/pull/3650) by [casey](https://github.com/casey)) - Accept markdown justfiles found by name ([#3648](https://github.com/casey/just/pull/3648) by [casey](https://github.com/casey)) - Make `[env]` variables visible to `shell()` invocations ([#3631](https://github.com/casey/just/pull/3631) by [casey](https://github.com/casey)) - Forbid duplicate groups ([#3626](https://github.com/casey/just/pull/3626) by [casey](https://github.com/casey)) - Forbid option names beginning with `-` ([#3608](https://github.com/casey/just/pull/3608) by [casey](https://github.com/casey)) - Don't accept option arguments starting with `-=` or `--=` ([#3607](https://github.com/casey/just/pull/3607) by [casey](https://github.com/casey)) - Reject empty alphabet in `choose()` regardless of count ([#3605](https://github.com/casey/just/pull/3605) by [casey](https://github.com/casey)) - Forbid `[arg(flag)]` with `[arg(pattern)]` ([#3602](https://github.com/casey/just/pull/3602) by [casey](https://github.com/casey)) - Add extension to cache key ([#3600](https://github.com/casey/just/pull/3600) by [casey](https://github.com/casey)) ### Fixed - Don't reevaluate lazy assignments in user-defined functions ([#3654](https://github.com/casey/just/pull/3654) by [casey](https://github.com/casey)) - Don't print parenthesis around dependencies without arguments ([#3653](https://github.com/casey/just/pull/3653) by [casey](https://github.com/casey)) - Accept override paths containing module aliases ([#3652](https://github.com/casey/just/pull/3652) by [casey](https://github.com/casey)) - Fix line number in error message after multi-line interpolation ([#3646](https://github.com/casey/just/pull/3646) by [casey](https://github.com/casey)) - Don't execute dotenv commands during dry run ([#3644](https://github.com/casey/just/pull/3644) by [casey](https://github.com/casey)) - Only run `dotenv-command` in root module ([#3643](https://github.com/casey/just/pull/3643) by [casey](https://github.com/casey)) - Detect module cycle when path uses `..` ([#3641](https://github.com/casey/just/pull/3641) by [casey](https://github.com/casey)) - Recipes with `[arg(min)]` greater than zero cannot be default ([#3639](https://github.com/casey/just/pull/3639) by [casey](https://github.com/casey)) - Avoid panic in ambiguous module file error ([#3638](https://github.com/casey/just/pull/3638) by [casey](https://github.com/casey)) - Consider value when checking for setting conflicts ([#3627](https://github.com/casey/just/pull/3627) by [casey](https://github.com/casey)) - Ignore disabled indentation settings ([#3618](https://github.com/casey/just/pull/3618) by [casey](https://github.com/casey)) - Reject duplicate function parameters ([#3611](https://github.com/casey/just/pull/3611) by [casey](https://github.com/casey)) - Allow defaulted option before required positional parameter ([#3609](https://github.com/casey/just/pull/3609) by [casey](https://github.com/casey)) - Truncate cache entry before writing ([#3603](https://github.com/casey/just/pull/3603) by [casey](https://github.com/casey)) - Ignore absent optional modules under `--allow-missing` ([#3601](https://github.com/casey/just/pull/3601) by [casey](https://github.com/casey)) ### Added - Add `len()` function ([#3663](https://github.com/casey/just/pull/3663) by [casey](https://github.com/casey)) - Avoid panic when passed parentless justfile path ([#3624](https://github.com/casey/just/pull/3624) by [casey](https://github.com/casey)) ### Misc - Fix flags and options link in readme ([#3669](https://github.com/casey/just/pull/3669) by [casey](https://github.com/casey)) - Add `else if` to grammar ([#3667](https://github.com/casey/just/pull/3667) by [casey](https://github.com/casey)) - Remove function context macro ([#3659](https://github.com/casey/just/pull/3659) by [casey](https://github.com/casey)) - Remove on-demand assignment evaluation ([#3658](https://github.com/casey/just/pull/3658) by [casey](https://github.com/casey)) - Compute assignment references for `--evaluate` ([#3657](https://github.com/casey/just/pull/3657) by [casey](https://github.com/casey)) - Evaluate const assignments in evaluation order ([#3656](https://github.com/casey/just/pull/3656) by [casey](https://github.com/casey)) - Collect references transitively ([#3655](https://github.com/casey/just/pull/3655) by [casey](https://github.com/casey)) - Serialize dependency path in JSON ([#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` ([#3649](https://github.com/casey/just/pull/3649) by [casey](https://github.com/casey)) - Reject unexpected arguments to `--completions` ([#3642](https://github.com/casey/just/pull/3642) by [casey](https://github.com/casey)) - Use recipe path in usage hint ([#3635](https://github.com/casey/just/pull/3635) by [casey](https://github.com/casey)) - Trim non-cycle prefix from circular variable dependency errors ([#3634](https://github.com/casey/just/pull/3634) by [casey](https://github.com/casey)) - Suggest similarly named submodules ([#3633](https://github.com/casey/just/pull/3633) by [casey](https://github.com/casey)) - Report disabled recipes and aliases in `--show` and `--usage` ([#3632](https://github.com/casey/just/pull/3632) by [casey](https://github.com/casey)) - Respect `--no-highlight` when echoing script recipes ([#3630](https://github.com/casey/just/pull/3630) by [casey](https://github.com/casey)) - Report undefined variables in order ([#3629](https://github.com/casey/just/pull/3629) by [casey](https://github.com/casey)) - Report correct final recipe in circular dependencies ([#3628](https://github.com/casey/just/pull/3628) by [casey](https://github.com/casey)) - Ignore files with module directory name ([#3625](https://github.com/casey/just/pull/3625) by [casey](https://github.com/casey)) - Dump unexports in alphabetical order ([#3623](https://github.com/casey/just/pull/3623) by [casey](https://github.com/casey)) - Reject extra arguments to `--groups` ([#3622](https://github.com/casey/just/pull/3622) by [casey](https://github.com/casey)) - Reject search-path-prefixes with `--global-justfile` ([#3621](https://github.com/casey/just/pull/3621) by [casey](https://github.com/casey)) - Refactor AST display ([#3620](https://github.com/casey/just/pull/3620) by [casey](https://github.com/casey)) - Format justfile with no items as empty string ([#3619](https://github.com/casey/just/pull/3619) by [casey](https://github.com/casey)) - Return search errors other than `NotFound` during fallback ([#3617](https://github.com/casey/just/pull/3617) by [casey](https://github.com/casey)) - Propagate more exit codes ([#3615](https://github.com/casey/just/pull/3615) by [casey](https://github.com/casey)) - Use interpreter file name to determine script shell kind ([#3614](https://github.com/casey/just/pull/3614) by [casey](https://github.com/casey)) - Resolve module aliases in `--evaluate` paths ([#3613](https://github.com/casey/just/pull/3613) by [casey](https://github.com/casey)) - Trim and ignore empty doc comments ([#3612](https://github.com/casey/just/pull/3612) by [casey](https://github.com/casey)) - Blame second recipe for duplicate `[default]` attribute ([#3610](https://github.com/casey/just/pull/3610) by [casey](https://github.com/casey)) - Visit modules in order in `--choose` ([#3606](https://github.com/casey/just/pull/3606) by [casey](https://github.com/casey)) - Include path in `canonicalize()` error message ([#3604](https://github.com/casey/just/pull/3604) by [casey](https://github.com/casey)) - Remove fuzzer ([#3599](https://github.com/casey/just/pull/3599) by [casey](https://github.com/casey)) </details>
chore: update ci toolchain
Some checks failed
CI / SBOM (pull_request) Failing after 1m4s
CI / Quality (pull_request) Successful in 4m12s
CI / Build (pull_request) Successful in 4m58s
ec84de959b
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-07-19 17:57:56 +02:00
Wuast94 deleted branch updatarr/ci-toolchain-63db05fe2e 2026-07-19 18:07:15 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/kumaste!127
No description provided.