chore: update ci toolchain #309

Merged
Wuast94 merged 1 commit from updatarr/ci-toolchain-63db05fe2e into main 2026-06-30 20:32:14 +02:00
Owner

Updates ci toolchain.

Automerge: Enabled

Changed files:

  • .devcontainer/Dockerfile:13 1.54.0 -> 1.55.1
Release notes

1.55.0: casey/just: 1.55.0

Compare source

Fixed

  • Fix forwarded dependency flag value (#3489 by casey)

Changed

  • Allow [arg(pattern)] to be a list (#3484 by casey)
  • Allow [arg(help)] to be expression (#3483 by casey)
  • Allow [arg(pattern)] to be expression (#3482 by casey)

Added

Misc

1.55.1: casey/just: 1.55.1

Compare source

Fixed

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

Misc

Updates `ci toolchain`. Automerge: Enabled Changed files: - `.devcontainer/Dockerfile:13` `1.54.0` -> `1.55.1` <details> <summary>Release notes</summary> ### [`1.55.0`](https://github.com/casey/just/releases/tag/1.55.0): casey/just: 1.55.0 [Compare source](https://github.com/casey/just/compare/1.54.0...1.55.0) ### Fixed - Fix forwarded dependency flag value ([#3489](https://github.com/casey/just/pull/3489) by [casey](https://github.com/casey)) ### Changed - Allow `[arg(pattern)]` to be a list ([#3484](https://github.com/casey/just/pull/3484) by [casey](https://github.com/casey)) - Allow `[arg(help)]` to be expression ([#3483](https://github.com/casey/just/pull/3483) by [casey](https://github.com/casey)) - Allow `[arg(pattern)]` to be expression ([#3482](https://github.com/casey/just/pull/3482) by [casey](https://github.com/casey)) ### Added - Add stream gates to `style()` ([#3503](https://github.com/casey/just/pull/3503) by [casey](https://github.com/casey)) - Accept `-F` for `--dotenv-filename` ([#3498](https://github.com/casey/just/pull/3498) by [casey](https://github.com/casey)) - Add `just_version()` function ([#3497](https://github.com/casey/just/pull/3497) by [casey](https://github.com/casey)) - Add `[arg(multiple)]` ([#3493](https://github.com/casey/just/pull/3493) by [casey](https://github.com/casey)) - Allow combining short options ([#3490](https://github.com/casey/just/pull/3490) by [casey](https://github.com/casey)) - Allow variadic parameters to be options ([#3488](https://github.com/casey/just/pull/3488) by [casey](https://github.com/casey)) - Default `[arg(short)]` to first character of parameter name ([#3486](https://github.com/casey/just/pull/3486) by [casey](https://github.com/casey)) - Add support for RGB and fixed colors to `style()` ([#3479](https://github.com/casey/just/pull/3479) by [casey](https://github.com/casey)) - Improve `style()` function ([#3478](https://github.com/casey/just/pull/3478) by [casey](https://github.com/casey)) - Add `set minimum-version` ([#3477](https://github.com/casey/just/pull/3477) by [casey](https://github.com/casey)) - Add module aliases ([#3472](https://github.com/casey/just/pull/3472) by [casey](https://github.com/casey)) ### Misc - Add example to cached recipes readme ([#3506](https://github.com/casey/just/pull/3506) by [casey](https://github.com/casey)) - Fix readme heading levels ([#3505](https://github.com/casey/just/pull/3505) by [casey](https://github.com/casey)) - Move Friendly Admonitions higher in Cached Recipes section ([#3504](https://github.com/casey/just/pull/3504) by [casey](https://github.com/casey)) - Rename test helper functions ([#3502](https://github.com/casey/just/pull/3502) by [casey](https://github.com/casey)) - Simplify tests ([#3501](https://github.com/casey/just/pull/3501) by [casey](https://github.com/casey)) - Use `assert_eval_eq` in tests ([#3499](https://github.com/casey/just/pull/3499) by [casey](https://github.com/casey)) - Expand readme intro list ([#3496](https://github.com/casey/just/pull/3496) by [casey](https://github.com/casey)) - Organize readme into sections ([#3495](https://github.com/casey/just/pull/3495) by [casey](https://github.com/casey)) - Rename option tests ([#3494](https://github.com/casey/just/pull/3494) by [casey](https://github.com/casey)) - Move option application to `switch.apply()` ([#3491](https://github.com/casey/just/pull/3491) by [casey](https://github.com/casey)) - Document that `[arg(help)]` may be a list ([#3485](https://github.com/casey/just/pull/3485) by [casey](https://github.com/casey)) - Move override processing out of `Analyzer` ([#3481](https://github.com/casey/just/pull/3481) by [casey](https://github.com/casey)) - Add `ConstEvalError` ([#3480](https://github.com/casey/just/pull/3480) by [casey](https://github.com/casey)) - Remove `ModuleAlias` ([#3475](https://github.com/casey/just/pull/3475) by [casey](https://github.com/casey)) - Chain tests ([#3476](https://github.com/casey/just/pull/3476) by [casey](https://github.com/casey)) - Remove temptree dependency ([#3473](https://github.com/casey/just/pull/3473) by [casey](https://github.com/casey)) - Simplify show tests ([#3471](https://github.com/casey/just/pull/3471) by [casey](https://github.com/casey)) - Remove unnecessary tab escapes ([#3470](https://github.com/casey/just/pull/3470) by [casey](https://github.com/casey)) - Indent `Test::write()` strings ([#3469](https://github.com/casey/just/pull/3469) by [casey](https://github.com/casey)) - Document cache key printing ([#3468](https://github.com/casey/just/pull/3468) by [casey](https://github.com/casey)) - Remove generic argument from `Count` ([#3467](https://github.com/casey/just/pull/3467) by [casey](https://github.com/casey)) ### [`1.55.1`](https://github.com/casey/just/releases/tag/1.55.1): casey/just: 1.55.1 [Compare source](https://github.com/casey/just/compare/1.54.0...1.55.1) ### Fixed - Fix panic when empty path is passed to `--show` and `--usage` ([#3511](https://github.com/casey/just/pull/3511) by [casey](https://github.com/casey)) ### Misc - Upgrade sha2 to 0.11.0 ([#3512](https://github.com/casey/just/pull/3512) by [casey](https://github.com/casey)) - Remove `Test::test_round_trip()` ([#3509](https://github.com/casey/just/pull/3509) by [casey](https://github.com/casey)) - Remove round-trip testing ([#3508](https://github.com/casey/just/pull/3508) by [casey](https://github.com/casey)) </details>
chore: update ci toolchain
All checks were successful
CI / SBOM (pull_request) Successful in 4m34s
CI / Quality (pull_request) Successful in 9m30s
CI / Build (pull_request) Successful in 3m30s
f8673df259
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-06-30 20:10:48 +02:00
Wuast94 deleted branch updatarr/ci-toolchain-63db05fe2e 2026-06-30 20:32: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
vault/linkus!309
No description provided.