Commit d837fe2
authored
chore(deps): update dependency aqua:casey/just to v1.53.0 (#144)
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [aqua:casey/just](https://redirect.github.com/casey/just) | minor |
`1.52.0` → `1.53.0` | `1.54.0` |
---
### Release Notes
<details>
<summary>casey/just (aqua:casey/just)</summary>
###
[`v1.53.0`](https://redirect.github.com/casey/just/blob/HEAD/CHANGELOG.md#1530---2026-06-16)
[Compare
Source](https://redirect.github.com/casey/just/compare/1.52.0...1.53.0)
##### Added
- Add `recipe_name()` function
([#​3366](https://redirect.github.com/casey/just/pull/3366) by
[casey](https://redirect.github.com/casey))
- Support markdown justfiles
([#​3361](https://redirect.github.com/casey/just/pull/3361) by
[casey](https://redirect.github.com/casey))
##### Changed
- Allow omitting `assert()` message
([#​3423](https://redirect.github.com/casey/just/pull/3423) by
[casey](https://redirect.github.com/casey))
- Preserve bare `[arg]` long key when formatting
([#​3397](https://redirect.github.com/casey/just/pull/3397) by
[casey](https://redirect.github.com/casey))
##### Lists
- Add list concatenation operator
([#​3427](https://redirect.github.com/casey/just/pull/3427) by
[casey](https://redirect.github.com/casey))
- Do not export empty lists
([#​3424](https://redirect.github.com/casey/just/pull/3424) by
[casey](https://redirect.github.com/casey))
- Add `split()` function
([#​3420](https://redirect.github.com/casey/just/pull/3420) by
[casey](https://redirect.github.com/casey))
- Make `which()` require `set lists`
([#​3418](https://redirect.github.com/casey/just/pull/3418) by
[casey](https://redirect.github.com/casey))
- Make `env()` functions work with lists
([#​3416](https://redirect.github.com/casey/just/pull/3416) by
[casey](https://redirect.github.com/casey))
- Make `+` and `/` work with lists
([#​3415](https://redirect.github.com/casey/just/pull/3415) by
[casey](https://redirect.github.com/casey))
- Allow lists as regex operands of `=~` and `!~`
([#​3414](https://redirect.github.com/casey/just/pull/3414) by
[casey](https://redirect.github.com/casey))
- Allow multiple `--dotenv-filename` and `--dotenv-path` options
([#​3413](https://redirect.github.com/casey/just/pull/3413) by
[casey](https://redirect.github.com/casey))
- Load multiple `.env` files
([#​3412](https://redirect.github.com/casey/just/pull/3412) by
[casey](https://redirect.github.com/casey))
- Flatten interpreter settings
([#​3410](https://redirect.github.com/casey/just/pull/3410) by
[casey](https://redirect.github.com/casey))
- Make `[env]` work with lists
([#​3409](https://redirect.github.com/casey/just/pull/3409) by
[casey](https://redirect.github.com/casey))
- Join lists in `assert()` and `[confirm]` messages
([#​3408](https://redirect.github.com/casey/just/pull/3408) by
[casey](https://redirect.github.com/casey))
- Join lists in interpolations
([#​3407](https://redirect.github.com/casey/just/pull/3407) by
[casey](https://redirect.github.com/casey))
- Using lists in string contexts is an error
([#​3406](https://redirect.github.com/casey/just/pull/3406) by
[casey](https://redirect.github.com/casey))
- `assert(condition)` evaluates to `condition`
([#​3405](https://redirect.github.com/casey/just/pull/3405) by
[casey](https://redirect.github.com/casey))
- Make `assert()` evaluate to `"true"` when `set lists` is enabled
([#​3404](https://redirect.github.com/casey/just/pull/3404) by
[casey](https://redirect.github.com/casey))
- Make `=~` and `!~` work with lists
([#​3403](https://redirect.github.com/casey/just/pull/3403) by
[casey](https://redirect.github.com/casey))
- `if` without `else` evalutes to `[]` when false
([#​3401](https://redirect.github.com/casey/just/pull/3401) by
[casey](https://redirect.github.com/casey))
- Check structural equality in `!=` and `==`
([#​3402](https://redirect.github.com/casey/just/pull/3402) by
[casey](https://redirect.github.com/casey))
- Add `flag` `[arg]` attribute
([#​3398](https://redirect.github.com/casey/just/pull/3398) by
[casey](https://redirect.github.com/casey))
- Make `show()` require `set lists`
([#​3392](https://redirect.github.com/casey/just/pull/3392) by
[casey](https://redirect.github.com/casey))
- Add `bool()` function
([#​3391](https://redirect.github.com/casey/just/pull/3391) by
[casey](https://redirect.github.com/casey))
- Add negation operator `!`
([#​3389](https://redirect.github.com/casey/just/pull/3389) by
[casey](https://redirect.github.com/casey))
- Allow conditions to be used in arbitrary expressions
([#​3387](https://redirect.github.com/casey/just/pull/3387) by
[casey](https://redirect.github.com/casey))
- Add `show()` function
([#​3383](https://redirect.github.com/casey/just/pull/3383) by
[casey](https://redirect.github.com/casey))
- Print lists in `--evaluate`
([#​3382](https://redirect.github.com/casey/just/pull/3382) by
[casey](https://redirect.github.com/casey))
- Reform booleans
([#​3381](https://redirect.github.com/casey/just/pull/3381) by
[casey](https://redirect.github.com/casey))
- Add list literals
([#​3380](https://redirect.github.com/casey/just/pull/3380) by
[casey](https://redirect.github.com/casey))
- Allow mapping dependencies over lists
([#​3379](https://redirect.github.com/casey/just/pull/3379) by
[casey](https://redirect.github.com/casey))
- Forwards lists to dependencies
([#​3378](https://redirect.github.com/casey/just/pull/3378) by
[casey](https://redirect.github.com/casey))
- Map `append()` and `prepend()` over lists
([#​3375](https://redirect.github.com/casey/just/pull/3375) by
[casey](https://redirect.github.com/casey))
- Map `absolute_path()` over lists
([#​3374](https://redirect.github.com/casey/just/pull/3374) by
[casey](https://redirect.github.com/casey))
- Add `set lists`
([#​3372](https://redirect.github.com/casey/just/pull/3372) by
[casey](https://redirect.github.com/casey))
- Preserve variadic arguments as lists of strings
([#​3362](https://redirect.github.com/casey/just/pull/3362) by
[casey](https://redirect.github.com/casey))
##### Misc
- Improve broken WSL bash workaround
([#​3426](https://redirect.github.com/casey/just/pull/3426) by
[casey](https://redirect.github.com/casey))
- Fix `[arg]` attribute examples in readme
([#​3422](https://redirect.github.com/casey/just/pull/3422) by
[casey](https://redirect.github.com/casey))
- Organize lists readme section
([#​3421](https://redirect.github.com/casey/just/pull/3421) by
[casey](https://redirect.github.com/casey))
- Remove extra detail from most list in string context errors
([#​3417](https://redirect.github.com/casey/just/pull/3417) by
[casey](https://redirect.github.com/casey))
- Add tokens to `[env]` and `[working-directory]` string context errors
([#​3411](https://redirect.github.com/casey/just/pull/3411) by
[casey](https://redirect.github.com/casey))
- Reduce parser test churn
([#​3400](https://redirect.github.com/casey/just/pull/3400) by
[casey](https://redirect.github.com/casey))
- Add example using `[parallel]` with mapped dependencies
([#​3399](https://redirect.github.com/casey/just/pull/3399) by
[casey](https://redirect.github.com/casey))
- Use `StringResult` and `ValueResult` instead of `FunctionResult`
([#​3396](https://redirect.github.com/casey/just/pull/3396) by
[casey](https://redirect.github.com/casey))
- Allow stable calls to user-defined functions that shadow unstable
functions
([#​3395](https://redirect.github.com/casey/just/pull/3395) by
[casey](https://redirect.github.com/casey))
- Replace rule 110 with rule 124
([#​3394](https://redirect.github.com/casey/just/pull/3394) by
[casey](https://redirect.github.com/casey))
- Consolidate list feature errors
([#​3393](https://redirect.github.com/casey/just/pull/3393) by
[casey](https://redirect.github.com/casey))
- Simplify `Lexer::lex_choices()`
([#​3390](https://redirect.github.com/casey/just/pull/3390) by
[casey](https://redirect.github.com/casey))
- Consolidate list feature tracking
([#​3388](https://redirect.github.com/casey/just/pull/3388) by
[casey](https://redirect.github.com/casey))
- Refactor function context retrieval
([#​3386](https://redirect.github.com/casey/just/pull/3386) by
[casey](https://redirect.github.com/casey))
- Remove `summary` module
([#​3385](https://redirect.github.com/casey/just/pull/3385) by
[casey](https://redirect.github.com/casey))
- Use `show()` and `--evaluate` in tests
([#​3384](https://redirect.github.com/casey/just/pull/3384) by
[casey](https://redirect.github.com/casey))
- Include number in counts
([#​3376](https://redirect.github.com/casey/just/pull/3376) by
[casey](https://redirect.github.com/casey))
- Improve list tests
([#​3373](https://redirect.github.com/casey/just/pull/3373) by
[casey](https://redirect.github.com/casey))
- Add `rule110` recipe to `demo` group
([#​3368](https://redirect.github.com/casey/just/pull/3368) by
[casey](https://redirect.github.com/casey))
- Move doc comments above long recipe signatures in `--list`
([#​3367](https://redirect.github.com/casey/just/pull/3367) by
[casey](https://redirect.github.com/casey))
- Propagate `is_dependency` to defined function evaluators
([#​3365](https://redirect.github.com/casey/just/pull/3365) by
[casey](https://redirect.github.com/casey))
- Use `value` consistently in functions
([#​3364](https://redirect.github.com/casey/just/pull/3364) by
[casey](https://redirect.github.com/casey))
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Los_Angeles)
- Branch creation
- "after 4pm on thursday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/daggerverse).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 7cba080 commit d837fe2
2 files changed
Lines changed: 16 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments